aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/host.jvm.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/host.jvm.lux8
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/lux/host.jvm.lux b/stdlib/source/lux/host.jvm.lux
index b829e21c9..915cdc7bf 100644
--- a/stdlib/source/lux/host.jvm.lux
+++ b/stdlib/source/lux/host.jvm.lux
@@ -4,7 +4,9 @@
["." monad (#+ Monad do)]
["." enum]]
[control
- ["p" parser]]
+ ["p" parser]
+ ["." function]
+ ["." io]]
[data
["." maybe]
["." product]
@@ -16,12 +18,10 @@
[collection
["." array (#+ Array)]
["." list ("#;." monad fold monoid)]]]
- ["." function]
["." type ("#;." equivalence)]
["." macro (#+ with-gensyms)
["." code]
- ["s" syntax (#+ syntax: Syntax)]]
- ["." io]])
+ ["s" syntax (#+ syntax: Syntax)]]])
(template [<name> <op> <from> <to>]
[(def: #export (<name> value)