You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia> using EnumX
julia> @enumx A b c
julia> A
Main.A
julia> f(a::A) = a
ERROR: ArgumentError: invalid type for argument a in method definition for f at REPL[15]:1
Stacktrace:
[1] top-level scope
@ REPL[15]:1
How to achieve what I am trying to?
The text was updated successfully, but these errors were encountered:
This behaviour is surprising:
How to achieve what I am trying to?
The text was updated successfully, but these errors were encountered: