aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/time/date.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/time/date.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/library/lux/time/date.lux b/stdlib/source/library/lux/time/date.lux
index 018d3214c..917bf8cf8 100644
--- a/stdlib/source/library/lux/time/date.lux
+++ b/stdlib/source/library/lux/time/date.lux
@@ -11,7 +11,7 @@
["[0]" maybe]
["[0]" try (.only Try)]
["[0]" exception (.only exception:)]
- ["<>" parser
+ ["<>" parser (.only)
["<[0]>" text (.only Parser)]]]
[data
["[0]" text ("[1]#[0]" monoid)]
@@ -24,7 +24,7 @@
["i" int]]]
[type
[primitive (.full)]]]]
- ["[0]" // "_"
+ ["[0]" //
["[1][0]" year (.only Year)]
["[1][0]" month (.only Month)]])