aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/debug.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/debug.lux')
-rw-r--r--stdlib/source/test/lux/debug.lux32
1 files changed, 16 insertions, 16 deletions
diff --git a/stdlib/source/test/lux/debug.lux b/stdlib/source/test/lux/debug.lux
index af3363bac..a8ecab6c1 100644
--- a/stdlib/source/test/lux/debug.lux
+++ b/stdlib/source/test/lux/debug.lux
@@ -1,10 +1,10 @@
(.module:
[library
- [lux #*
- ["_" test (#+ Test)]
+ [lux "*"
+ ["_" test {"+" [Test]}]
["@" target]
[abstract
- [monad (#+ do)]]
+ [monad {"+" [do]}]]
[control
["." try ("#\." functor)]
["." exception]
@@ -12,28 +12,28 @@
["<.>" code]]]
[data
["." text ("#\." equivalence)
- ["%" format (#+ format)]]
+ ["%" format {"+" [format]}]]
[collection
["." list ("#\." functor)]]
[format
- [json (#+ JSON)]
- [xml (#+ XML)]]]
+ [json {"+" [JSON]}]
+ [xml {"+" [XML]}]]]
["." macro
- [syntax (#+ syntax:)]
+ [syntax {"+" [syntax:]}]
["." code]]
[math
- ["." random (#+ Random)]
+ ["." random {"+" [Random]}]
[number
- [ratio (#+ Ratio)]]]
- [time (#+ Time)
- [instant (#+ Instant)]
- [date (#+ Date)]
- [duration (#+ Duration)]
- [month (#+ Month)]
- [day (#+ Day)]]]]
+ [ratio {"+" [Ratio]}]]]
+ [time {"+" [Time]}
+ [instant {"+" [Instant]}]
+ [date {"+" [Date]}]
+ [duration {"+" [Duration]}]
+ [month {"+" [Month]}]
+ [day {"+" [Day]}]]]]
[\\library
["." /]]
- ["$." // #_
+ ["$." // "_"
["#." type]
[data
["#." name]