aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux.lux
diff options
context:
space:
mode:
authorEduardo Julian2018-07-09 22:07:41 -0400
committerEduardo Julian2018-07-09 22:07:41 -0400
commit68ad700b2e631f1ba4122fb3fba1a4285625a466 (patch)
treee95c9cc379b3ecee386387f0d91859b00f8ba806 /stdlib/source/lux.lux
parent604e6b0bf1a363b0bb03460d1d6512c36f3c8120 (diff)
- Fixes: Part 1.
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux.lux b/stdlib/source/lux.lux
index 5872b624a..8d6a1d323 100644
--- a/stdlib/source/lux.lux
+++ b/stdlib/source/lux.lux
@@ -2798,7 +2798,7 @@
#Nil))))]
(` ("lux in-module" (~ (text$ module)) (~ (walk-type type'))))
- [_ (#Form (#Cons [_ (#Symbol ["" "~"])] (#Cons expression #Nil)))]
+ [_ (#Form (#Cons [_ (#Symbol ["" ":~"])] (#Cons expression #Nil)))]
expression
[_ (#Form (#Cons type-fn args))]