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.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/library/lux/control/remember.lux b/stdlib/source/library/lux/control/remember.lux
index 1110c57bf..c33f6d38b 100644
--- a/stdlib/source/library/lux/control/remember.lux
+++ b/stdlib/source/library/lux/control/remember.lux
@@ -1,4 +1,4 @@
-(.using
+(.require
[library
[lux (.except)
[abstract
@@ -7,14 +7,14 @@
["[0]" io]
["[0]" try]
["[0]" exception (.only exception:)]
- ["<>" parser (.open: "[1]#[0]" functor)
+ ["<>" parser (.use "[1]#[0]" functor)
["<c>" code (.only Parser)]]]
[data
["[0]" text
["%" \\format (.only format)]]]
[time
["[0]" instant]
- ["[0]" date (.only Date) (.open: "[1]#[0]" order)]]
+ ["[0]" date (.only Date) (.use "[1]#[0]" order)]]
["[0]" meta]
[macro
["[0]" code]