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 574af61 commit 320dae9Copy full SHA for 320dae9
index.html
@@ -40,15 +40,18 @@ <h1>
40
# Multiple definition
41
true = not false
42
43
-# Invalid names
44
-%value = ()
45
-
46
# Invalid whitespace (tabs)
47
whitespace = ()
48
49
-# Bare term
+# Bare lambda
50
(\ f x . f (x x))
51
+# Bare term
+const f x
+
52
+# Symbols
53
+< a b c > => < a a a >
54
55
# Unbound
56
some-func = \ local . true non-existent local
57
@@ -58,9 +61,18 @@ <h1>
58
61
# Debug mode on
59
62
#debug
60
63
-# Bare term - Debug
64
+# Invalid names - Debug
65
+%value = ()
66
67
+# Bare lambda - Debug
68
69
70
+# Bare term - Debug
71
72
73
+# Symbols - Debug
74
75
76
# Unbound - Debug
77
78
0 commit comments