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 ac5be20 commit 048ab44Copy full SHA for 048ab44
PLUGINS/BACKEND/C/compile-program-ordered.lm
@@ -3,7 +3,7 @@ compile-program-ordered := λ(: global-ctx FContext)(: program AST). (: (
3
(for-each-v (g in (.unroll-seq program)) (match g (
4
()
5
( (Glb( k_t rhs )) (
6
- (if (.is-open(typeof g)) () (
+ (if (.is-open(typeof(def-to-sym g))) () (
7
(compile-global( global-ctx k rhs ))
8
))
9
0 commit comments