aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/time.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/test/lux/time.lux12
1 files changed, 6 insertions, 6 deletions
diff --git a/stdlib/source/test/lux/time.lux b/stdlib/source/test/lux/time.lux
index c1f967528..50d0a82b8 100644
--- a/stdlib/source/test/lux/time.lux
+++ b/stdlib/source/test/lux/time.lux
@@ -1,28 +1,28 @@
(.module:
[library
- [lux #*
- ["_" test (#+ Test)]
+ [lux "*"
+ ["_" test {"+" [Test]}]
[abstract
- [monad (#+ do)]
+ [monad {"+" [do]}]
[\\specification
["$." equivalence]
["$." order]
["$." enum]
["$." codec]]]
[control
- [pipe (#+ case>)]
+ [pipe {"+" [case>]}]
["." try ("#\." functor)]
["." exception]
[parser
["<.>" text]]]
[data
["." text
- ["%" format (#+ format)]]]
+ ["%" format {"+" [format]}]]]
[math
["." random]
[number
["n" nat]]]]]
- ["." / #_
+ ["." / "_"
["#." date]
["#." day]
["#." duration]