We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b4e450 commit 132264fCopy full SHA for 132264f
src/differentials/composite.jl
@@ -180,7 +180,7 @@ canonicalize(comp::Composite{<:Tuple, <:Tuple}) = comp
180
# Dict composite are always in their canonical form.
181
canonicalize(comp::Composite{<:Any, <:AbstractDict}) = comp
182
183
-# Composites of abstract primal types
+# Composites of unspecified primal types
184
canonicalize(comp::Composite{Any, <:NamedTuple{L}}) where {L} = comp
185
canonicalize(comp::Composite{Any, <:Tuple{L}}) where {L} = comp
186
0 commit comments