aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/compiler/meta
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/meta
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/meta')
-rw-r--r--stdlib/source/lux/compiler/meta/archive.lux5
1 files changed, 3 insertions, 2 deletions
diff --git a/stdlib/source/lux/compiler/meta/archive.lux b/stdlib/source/lux/compiler/meta/archive.lux
index 47572fe04..1e9240f7b 100644
--- a/stdlib/source/lux/compiler/meta/archive.lux
+++ b/stdlib/source/lux/compiler/meta/archive.lux
@@ -16,7 +16,8 @@
[world
[file (#+ File)]]]
[///
- ["." default (#+ Version)]])
+ [default
+ ["." init (#+ Version)]]])
## Key
(type: #export Signature
@@ -44,7 +45,7 @@
(def: #export default
(Key Nothing)
(:abstraction {#name ["" ""]
- #version default.version}))
+ #version init.version}))
(def: #export signature
(-> (Key Any) Signature)