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 e607544 commit baa954cCopy full SHA for baa954c
src/meta.jl
@@ -39,7 +39,7 @@ function generate_meta_expression(backend, meta_specification)
39
meta_spec_symbol_init = :($meta_spec_symbol = ())
40
41
cs_body = postwalk(cs_body) do expression
42
- if @capture(expression, f_(args__) = meta_)
+ if @capture(expression, f_(args__) -> meta_)
43
44
if !issymbol(f) || any(a -> !issymbol(a), args)
45
error("Invalid meta specification $(expression)")
0 commit comments