Skip to content

Commit 048ab44

Browse files
that fixed some errors and let others show through
1 parent ac5be20 commit 048ab44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PLUGINS/BACKEND/C/compile-program-ordered.lm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ compile-program-ordered := λ(: global-ctx FContext)(: program AST). (: (
33
(for-each-v (g in (.unroll-seq program)) (match g (
44
()
55
( (Glb( k_t rhs )) (
6-
(if (.is-open(typeof g)) () (
6+
(if (.is-open(typeof(def-to-sym g))) () (
77
(compile-global( global-ctx k rhs ))
88
))
99
))

0 commit comments

Comments
 (0)