aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/compiler/default.lux
diff options
context:
space:
mode:
authorEduardo Julian2018-08-02 18:29:13 -0400
committerEduardo Julian2018-08-02 18:29:13 -0400
commita4d56600054d833002a7793f98f192feb5d3f27b (patch)
tree2afb04ed42e4fb9479d3458db1fd0d484e14b5e0 /stdlib/source/lux/compiler/default.lux
parent428965131e17d101a16e3ca60b3412101e216cd1 (diff)
Cleared out "lux/compiler/default" module off its contents to re-use the space for something else.
Diffstat (limited to 'stdlib/source/lux/compiler/default.lux')
-rw-r--r--stdlib/source/lux/compiler/default.lux11
1 files changed, 1 insertions, 10 deletions
diff --git a/stdlib/source/lux/compiler/default.lux b/stdlib/source/lux/compiler/default.lux
index bc58c5d7b..197befb10 100644
--- a/stdlib/source/lux/compiler/default.lux
+++ b/stdlib/source/lux/compiler/default.lux
@@ -1,11 +1,2 @@
(.module:
- [lux #*
- [data
- ["." error (#+ Error)]]])
-
-(type: #export Eval
- (-> Type Code (Error Any)))
-
-(type: #export Version Text)
-
-(def: #export version Version "0.6.0")
+ [lux #*])