diff options
author | Eduardo Julian | 2018-01-08 22:09:12 -0400 |
---|---|---|
committer | Eduardo Julian | 2018-01-08 22:09:12 -0400 |
commit | d48da794a693c00990c411b669d6412b8bf4d904 (patch) | |
tree | a1442427fdd9852ec0199a65b4b9999b35261137 /new-luxc/source/luxc/lang/host | |
parent | 9eaaaf953ba7ce1eeb805603f4e113aa15f5178f (diff) |
- Re-factored initialization functions to their own module.
Diffstat (limited to '')
-rw-r--r-- | new-luxc/source/luxc/lang/host.jvm.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/new-luxc/source/luxc/lang/host.jvm.lux b/new-luxc/source/luxc/lang/host.jvm.lux index 7ec0df535..4b2dced82 100644 --- a/new-luxc/source/luxc/lang/host.jvm.lux +++ b/new-luxc/source/luxc/lang/host.jvm.lux @@ -9,7 +9,7 @@ text/format (coll [dict] [array])) - [macro #+ Monad<Meta>] + [macro] [host #+ do-to object] [io]) (luxc ["&" lang] |