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 752b09d commit b89d14fCopy full SHA for b89d14f
index.html
@@ -50,7 +50,7 @@ <h1>
50
(\ f x . f (x x))
51
52
# Unbound
53
-some-func = \ local . true non-existant local
+some-func = \ local . true non-existent local
54
55
# Out of scope args
56
other-func = \ x . const (\ scoped-arg . x ()) scoped-arg x
@@ -62,7 +62,7 @@ <h1>
62
63
64
# Unbound - Debug
65
66
67
# Out of scope args - Debug
68
0 commit comments