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
Trying to run first example from documentation gives error:
using PatternDispatch
@patternf(x) = x
@patternf(2) =42println({f(x) for x=1:4})
Warning: using Base.Meta in module Meta conflicts with an existing identifier.
ERROR: syntax: malformed function argument (call (top typeassert) (call (top get
field) #<julia_value> 'args) (call (top apply_type) Vararg Any))
at C:\test.jl:1
The text was updated successfully, but these errors were encountered:
Trying to run first example from documentation gives error:
The text was updated successfully, but these errors were encountered: