diff options
author | Eduardo Julian | 2022-06-02 13:56:01 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-06-02 13:56:01 -0400 |
commit | 0e34448e5c0ffd9c39d67c2f859e91942e1ab0a4 (patch) | |
tree | 86bc717f0afb31042c7fc25d22a15eba6826a7ad /stdlib/source/experiment | |
parent | 6d1dcfd9125b891b3425dd6fe27a91bdc959891e (diff) |
Extensible import syntax [Part 3]
Diffstat (limited to 'stdlib/source/experiment')
-rw-r--r-- | stdlib/source/experiment/compiler.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/experiment/compiler.lux b/stdlib/source/experiment/compiler.lux index 4420574cd..125093647 100644 --- a/stdlib/source/experiment/compiler.lux +++ b/stdlib/source/experiment/compiler.lux @@ -1,6 +1,6 @@ (.using [library - [lux "*" + [lux (.full) [control ["[0]" try]] [tool |