aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang/directive
diff options
context:
space:
mode:
Diffstat (limited to 'lux-jvm/source/luxc/lang/directive')
-rw-r--r--lux-jvm/source/luxc/lang/directive/jvm.lux9
1 files changed, 5 insertions, 4 deletions
diff --git a/lux-jvm/source/luxc/lang/directive/jvm.lux b/lux-jvm/source/luxc/lang/directive/jvm.lux
index f73182c03..0d258fd5a 100644
--- a/lux-jvm/source/luxc/lang/directive/jvm.lux
+++ b/lux-jvm/source/luxc/lang/directive/jvm.lux
@@ -6,19 +6,20 @@
["." monad (#+ do)]]
[control
["." try (#+ Try)]]
- [target
- ["/" jvm]]
[data
[identity (#+ Identity)]
["." product]
- [number
- ["." nat]]
[text
["%" format (#+ format)]]
[collection
["." list ("#@." fold)]
["." dictionary (#+ Dictionary)]
["." row (#+ Row) ("#@." functor fold)]]]
+ [math
+ [number
+ ["." nat]]]
+ [target
+ ["/" jvm]]
[tool
[compiler
["." phase]