aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/time/year.lux
diff options
context:
space:
mode:
authorEduardo Julian2021-09-07 22:50:21 -0400
committerEduardo Julian2021-09-07 22:50:21 -0400
commit35c0807799717cd720ab28b35851c1a01a67445d (patch)
treec6237b79fb262d24c8a46ee3ecb714df3e9874d8 /stdlib/source/library/lux/time/year.lux
parentb55cefcb258f11eeee32c1478faefd1bd09ec871 (diff)
De-taggification | part 4
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]]])