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 96658f3 commit 13cf719Copy full SHA for 13cf719
STDLIB/default-stdlib.lm
@@ -18,16 +18,17 @@ print := λ(: x S). (: (tail(
18
(print (.1 (as x SAtom)))
19
) (
20
(if (==( (.0 x) 1u64 )) (tail(
21
- (let c SNil)
+# (let c SNil)
22
(print '\[_s)
23
- (print( (as (.1 (as x SCons)) U64) ))
24
- (mov( (.1 (as x SCons)) 0u64 c ))
25
- (print c)
+# (print( (as (.1 (as x SCons)) U64) ))
+# (mov( (.1 (as x SCons)) 0u64 c ))
+# (print c)
26
(print '\s_s)
27
- (print( (as (.2 (as x SCons)) U64) ))
28
- (mov( (.2 (as x SCons)) 0u64 c ))
29
+# (print( (as (.2 (as x SCons)) U64) ))
+# (mov( (.2 (as x SCons)) 0u64 c ))
30
(print '\]_s)
31
+ ()
32
)) (tail(
33
(print '[_s)
34
(print (as (.1 (as x SPointer)) U64))
0 commit comments