aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/time/year.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/time/year.lux12
1 files changed, 6 insertions, 6 deletions
diff --git a/stdlib/source/library/lux/time/year.lux b/stdlib/source/library/lux/time/year.lux
index 630e514c3..76fdd859d 100644
--- a/stdlib/source/library/lux/time/year.lux
+++ b/stdlib/source/library/lux/time/year.lux
@@ -7,16 +7,16 @@
[equivalence {"+" [Equivalence]}]
[order {"+" [Order]}]]
[control
- ["." try {"+" [Try]}]
- ["." exception {"+" [exception:]}]
+ ["[0]" try {"+" [Try]}]
+ ["[0]" exception {"+" [exception:]}]
["<>" parser
- ["<.>" text {"+" [Parser]}]]]
+ ["<[0]>" text {"+" [Parser]}]]]
[data
- ["." text ("#\." monoid)]]
+ ["[0]" text ("[1]\[0]" monoid)]]
[math
[number
- ["n" nat ("#\." decimal)]
- ["i" int ("#\." decimal)]]]
+ ["n" nat ("[1]\[0]" decimal)]
+ ["i" int ("[1]\[0]" decimal)]]]
[type
abstract]]])