aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/debug.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/debug.lux')
-rw-r--r--stdlib/source/library/lux/debug.lux34
1 files changed, 17 insertions, 17 deletions
diff --git a/stdlib/source/library/lux/debug.lux b/stdlib/source/library/lux/debug.lux
index 531bb7cd8..5ed2bbaaa 100644
--- a/stdlib/source/library/lux/debug.lux
+++ b/stdlib/source/library/lux/debug.lux
@@ -1,25 +1,25 @@
(.module:
[library
- [lux (#- type private)
+ [lux {"-" [type private]}
["@" target]
["." type]
- ["." ffi (#+ import:)]
+ ["." ffi {"+" [import:]}]
["." meta]
[abstract
- ["." monad (#+ do)]]
+ ["." monad {"+" [do]}]]
[control
- [pipe (#+ new>)]
+ [pipe {"+" [new>]}]
["." function]
- ["." try (#+ Try)]
- ["." exception (#+ exception:)]
+ ["." try {"+" [Try]}]
+ ["." exception {"+" [exception:]}]
["<>" parser
- ["<.>" type (#+ Parser)]
+ ["<.>" type {"+" [Parser]}]
["<.>" code]]]
[data
["." text
- ["%" format (#+ Format)]]
+ ["%" format {"+" [Format]}]]
[format
- [xml (#+ XML)]
+ [xml {"+" [XML]}]
["." json]]
[collection
["." array]
@@ -27,19 +27,19 @@
["." dictionary]]]
[macro
["." template]
- ["." syntax (#+ syntax:)]
+ ["." syntax {"+" [syntax:]}]
["." code]]
[math
[number
- [ratio (#+ Ratio)]
+ [ratio {"+" [Ratio]}]
["n" nat]
["i" int]]]
- [time (#+ Time)
- [instant (#+ Instant)]
- [duration (#+ Duration)]
- [date (#+ Date)]
- [month (#+ Month)]
- [day (#+ Day)]]]])
+ [time {"+" [Time]}
+ [instant {"+" [Instant]}]
+ [duration {"+" [Duration]}]
+ [date {"+" [Date]}]
+ [month {"+" [Month]}]
+ [day {"+" [Day]}]]]])
(with_expansions [<jvm> (as_is (import: java/lang/String)