diff options
author | Eduardo Julian | 2019-03-02 21:09:39 -0400 |
---|---|---|
committer | Eduardo Julian | 2019-03-02 21:09:39 -0400 |
commit | 8a629bbbb0bd4950fb0f3c6d14c1a9a0ba057174 (patch) | |
tree | 7d0de954b940609660b061c6eb5155b940ba771b /stdlib/source/lux/tool | |
parent | 0b6be3e4022acfa4650f09f53b9aa5a5e7818cf7 (diff) |
Added the capacity to extract type-information from values to create new types based on that.
Diffstat (limited to 'stdlib/source/lux/tool')
-rw-r--r-- | stdlib/source/lux/tool/compiler/meta/archive.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/tool/compiler/meta/archive.lux b/stdlib/source/lux/tool/compiler/meta/archive.lux index e34edf0d4..eb9761ab9 100644 --- a/stdlib/source/lux/tool/compiler/meta/archive.lux +++ b/stdlib/source/lux/tool/compiler/meta/archive.lux @@ -11,7 +11,7 @@ format] [collection ["." dictionary (#+ Dictionary)]]] - [type (#+ :share) + [type abstract] [world [file (#+ File)]]] |