aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/debug.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/debug.lux20
1 files changed, 10 insertions, 10 deletions
diff --git a/stdlib/source/library/lux/debug.lux b/stdlib/source/library/lux/debug.lux
index 6813e7cc2..2b27378b6 100644
--- a/stdlib/source/library/lux/debug.lux
+++ b/stdlib/source/library/lux/debug.lux
@@ -22,26 +22,26 @@
["[0]" array]
["[0]" list (.use "[1]#[0]" monad)]
["[0]" dictionary]]]
- [macro
- ["^" pattern]
- ["[0]" template]
- ["[0]" syntax (.only syntax)]]
[math
[number
[ratio (.only Ratio)]
["n" nat]
["i" int]]]
+ [meta
+ ["[0]" code (.only)
+ ["<[1]>" \\parser]]
+ [macro
+ ["^" pattern]
+ ["[0]" template]
+ ["[0]" syntax (.only syntax)]]
+ ["[0]" type (.only)
+ ["<[1]>" \\parser (.only Parser)]]]
[time (.only Time)
[instant (.only Instant)]
[duration (.only Duration)]
[date (.only Date)]
[month (.only Month)]
- [day (.only Day)]]
- [meta
- ["[0]" type (.only)
- ["<[1]>" \\parser (.only Parser)]]
- ["[0]" code (.only)
- ["<[1]>" \\parser]]]]])
+ [day (.only Day)]]]])
(with_expansions [<jvm> (these (import java/lang/String
"[1]::[0]")