Skip to content

Commit f53ba3f

Browse files
committed
inference core compiles AND runs without error now
1 parent 1025daf commit f53ba3f

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

LM23COMMON/typecheck-std-apply-macro-candidates.lsts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ let std-try-destructure-macro(tctx: TypeContext?, margs: AST, mtype: Type, mcand
7373

7474
let std-macro-helper-name(tt: Type): CString = (
7575
match tt {
76-
TVar{name1=name} => if name.has-prefix(c"macro::") then name1 else c"";
76+
TVar{name1=name} => if name1.has-prefix(c"macro::") then name1 else c"";
7777
TAnd{conjugate=conjugate} => (
7878
let name2 = c"";
7979
for c in conjugate {

tests/promises/lm-typecheck/direct-inference.lsts.skip

Whitespace-only changes.

0 commit comments

Comments
 (0)