aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/control/remember.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/control/remember.lux')
-rw-r--r--stdlib/source/library/lux/control/remember.lux12
1 files changed, 6 insertions, 6 deletions
diff --git a/stdlib/source/library/lux/control/remember.lux b/stdlib/source/library/lux/control/remember.lux
index f8a0dbc2d..7084caabf 100644
--- a/stdlib/source/library/lux/control/remember.lux
+++ b/stdlib/source/library/lux/control/remember.lux
@@ -2,24 +2,24 @@
[library
[lux "*"
[abstract
- [monad {"+" [do]}]]
+ [monad {"+" do}]]
[control
["[0]" io]
["[0]" try]
- ["[0]" exception {"+" [exception:]}]
+ ["[0]" exception {"+" exception:}]
["<>" parser ("[1]#[0]" functor)
- ["<c>" code {"+" [Parser]}]]]
+ ["<c>" code {"+" Parser}]]]
[data
["[0]" text
- ["%" format {"+" [format]}]]]
+ ["%" format {"+" format}]]]
[time
["[0]" instant]
- ["[0]" date {"+" [Date]} ("[1]#[0]" order)]]
+ ["[0]" date {"+" Date} ("[1]#[0]" order)]]
["[0]" meta]
[macro
["[0]" code]
["[0]" template]
- [syntax {"+" [syntax:]}]]]])
+ [syntax {"+" syntax:}]]]])
(exception: .public (must_remember [deadline Date
today Date