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 175b3d6 commit e63317cCopy full SHA for e63317c
src/Expression.jl
@@ -31,7 +31,6 @@ import ..SimplifyModule: combine_operators, simplify_tree!
31
struct Metadata{NT<:NamedTuple}
32
_data::NT
33
end
34
-unpack_metadata(x) = x # Fallback for when the user doesn't use the Metadata type
35
unpack_metadata(x::Metadata) = getfield(x, :_data)
36
37
Base.propertynames(x::Metadata) = propertynames(unpack_metadata(x))
0 commit comments