aboutsummaryrefslogtreecommitdiff
path: root/luxc/src
diff options
context:
space:
mode:
authorEduardo Julian2019-03-16 01:45:58 -0400
committerEduardo Julian2019-03-16 01:45:58 -0400
commit3589348d31a21e3d8e670c1d3e7a0bf83ef3e420 (patch)
tree016994f20083948e36ca5f474928d117333a5979 /luxc/src
parentc2bc59de623699dcb338e74a822ce02cb8deee19 (diff)
Got serial imports fully working.
Diffstat (limited to 'luxc/src')
-rw-r--r--luxc/src/lux/analyser.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/luxc/src/lux/analyser.clj b/luxc/src/lux/analyser.clj
index f818572e5..068a321d0 100644
--- a/luxc/src/lux/analyser.clj
+++ b/luxc/src/lux/analyser.clj
@@ -141,7 +141,7 @@
(&/with-cursor cursor
(&&lux/analyse-program analyse optimize compile-program ?program)))
- "lux module"
+ "lux def module"
(|let [(&/$Cons ?meta (&/$Nil)) parameters]
(&/with-cursor cursor
(&&lux/analyse-module analyse optimize eval! compile-module ?meta)))