aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/time/year.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/time/year.lux')
-rw-r--r--stdlib/source/test/lux/time/year.lux24
1 files changed, 12 insertions, 12 deletions
diff --git a/stdlib/source/test/lux/time/year.lux b/stdlib/source/test/lux/time/year.lux
index 0edb57701..121d74822 100644
--- a/stdlib/source/test/lux/time/year.lux
+++ b/stdlib/source/test/lux/time/year.lux
@@ -5,27 +5,27 @@
[abstract
[monad {"+" [do]}]
[\\specification
- ["$." equivalence]
- ["$." order]
- ["$." codec]]]
+ ["$[0]" equivalence]
+ ["$[0]" order]
+ ["$[0]" codec]]]
[control
- ["." try]
- ["." exception]]
+ ["[0]" try]
+ ["[0]" exception]]
[data
- ["." bit ("#\." equivalence)]
+ ["[0]" bit ("[1]\[0]" equivalence)]
[text
["%" format {"+" [format]}]]]
[math
- ["." random {"+" [Random]}]
+ ["[0]" random {"+" [Random]}]
[number
["n" nat]
["i" int]]]]]
[\\library
- ["." /
- ["/#" //
- ["#." duration]
- ["#." instant]
- ["#." date]]]])
+ ["[0]" /
+ ["/[1]" //
+ ["[1][0]" duration]
+ ["[1][0]" instant]
+ ["[1][0]" date]]]])
(def: .public random
(Random /.Year)