Skip to content

Commit 814567c

Browse files
read diff
1 parent aa93a78 commit 814567c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SRC/std-apply-macro-candidates.lsts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ let std-try-destructure-macro(tctx: TContext?, margs: AST, mtype: Type, mcandida
6060
(tctx, let helped) = std-apply-macro-weak(tctx, macro-helper, margs);
6161
print("Macro Helper \{macro-helper}: \{helped}\n");
6262
if non-zero(helped)
63-
then (tctx, std-direct-destructure-macro(helped, mcandidate))
63+
then (tctx, std-direct-destructure-macro(helped, mstruct))
6464
else (tctx, no)
6565
} else (tctx, no)
6666
);

0 commit comments

Comments
 (0)