Skip to content

Commit baa954c

Browse files
committed
wip(): change operator for meta spec
1 parent e607544 commit baa954c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/meta.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function generate_meta_expression(backend, meta_specification)
3939
meta_spec_symbol_init = :($meta_spec_symbol = ())
4040

4141
cs_body = postwalk(cs_body) do expression
42-
if @capture(expression, f_(args__) = meta_)
42+
if @capture(expression, f_(args__) -> meta_)
4343

4444
if !issymbol(f) || any(a -> !issymbol(a), args)
4545
error("Invalid meta specification $(expression)")

0 commit comments

Comments
 (0)