aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/lang.lux
diff options
context:
space:
mode:
authorEduardo Julian2018-06-17 00:27:21 -0400
committerEduardo Julian2018-06-17 00:27:21 -0400
commitb6ccfc87c52e1a98ead3b04b45bccc119418a4dc (patch)
treedb13d4605a0a3041de6ef2ef5ddc92b766f1a7f3 /stdlib/source/lux/lang.lux
parentbcd3d9ee8f6797f758a2abea98d5cb6a74cc7df0 (diff)
- Migrated Scheme back-end to stdlib.
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/lang.lux4
1 files changed, 4 insertions, 0 deletions
diff --git a/stdlib/source/lux/lang.lux b/stdlib/source/lux/lang.lux
index 2259b615b..322b9f655 100644
--- a/stdlib/source/lux/lang.lux
+++ b/stdlib/source/lux/lang.lux
@@ -16,6 +16,10 @@
(type: #export Eval
(-> Type Code (Meta Any)))
+(type: #export Version Text)
+
+(def: #export version Version "0.6.0")
+
(def: #export (fail message)
(All [a] (-> Text (Meta a)))
(do macro.Monad<Meta>