aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/ffi.jvm.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/ffi.jvm.lux')
-rw-r--r--stdlib/source/library/lux/ffi.jvm.lux27
1 files changed, 13 insertions, 14 deletions
diff --git a/stdlib/source/library/lux/ffi.jvm.lux b/stdlib/source/library/lux/ffi.jvm.lux
index 40db8e0c3..43fcd5c3c 100644
--- a/stdlib/source/library/lux/ffi.jvm.lux
+++ b/stdlib/source/library/lux/ffi.jvm.lux
@@ -1,7 +1,6 @@
(.require
[library
[lux (.except Primitive Type int char is as type)
- ["[0]" meta (.use "[1]#[0]" monad)]
[abstract
["[0]" monad (.only do)]]
[control
@@ -22,7 +21,7 @@
[math
[number
["n" nat]]]
- [meta
+ ["[0]" meta (.use "[1]#[0]" monad)
["[0]" code (.only)
["<[1]>" \\parser(.only Parser)]]
[macro (.only with_symbols)
@@ -31,18 +30,18 @@
["[0]" template]
["[0]" context]]
["[0]" type (.use "[1]#[0]" equivalence)
- ["[0]" check]]]
- [target
- ["[0]" jvm
- [encoding
- ["[0]" name (.only External)]]
- ["[1]" type (.only Type Argument Typed)
- ["[0]" category (.only Void Value' Value Return' Return Method Primitive Object Class Array Var Parameter Declaration)]
- ["[0]" box]
- ["[0]" descriptor]
- ["[0]" signature]
- ["[0]" reflection]
- ["[0]" parser]]]]]])
+ ["[0]" check]]
+ [target
+ ["[0]" jvm
+ [encoding
+ ["[0]" name (.only External)]]
+ ["[1]" type (.only Type Argument Typed)
+ ["[0]" category (.only Void Value' Value Return' Return Method Primitive Object Class Array Var Parameter Declaration)]
+ ["[0]" box]
+ ["[0]" descriptor]
+ ["[0]" signature]
+ ["[0]" reflection]
+ ["[0]" parser]]]]]]])
(def internal
(-> External Text)