aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/type.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/type.lux')
-rw-r--r--stdlib/source/library/lux/type.lux10
1 files changed, 5 insertions, 5 deletions
diff --git a/stdlib/source/library/lux/type.lux b/stdlib/source/library/lux/type.lux
index 933d0e03c..5fd9c1cc7 100644
--- a/stdlib/source/library/lux/type.lux
+++ b/stdlib/source/library/lux/type.lux
@@ -1,4 +1,4 @@
-(.using
+(.require
[library
[lux (.except function as let)
["@" target]
@@ -13,20 +13,20 @@
["<[0]>" code (.only Parser)]]]
[data
["[0]" product]
- ["[0]" text (.open: "[1]#[0]" monoid equivalence)]
+ ["[0]" text (.use "[1]#[0]" monoid equivalence)]
[collection
["[0]" array]
- ["[0]" list (.open: "[1]#[0]" monad monoid mix)]]]
+ ["[0]" list (.use "[1]#[0]" monad monoid mix)]]]
["[0]" macro (.only)
[syntax (.only syntax)]
["^" pattern]
["[0]" code]]
[math
[number
- ["n" nat (.open: "[1]#[0]" decimal)]]]
+ ["n" nat (.use "[1]#[0]" decimal)]]]
["[0]" meta (.only)
["[0]" location]
- ["[0]" symbol (.open: "[1]#[0]" equivalence codec)]]]])
+ ["[0]" symbol (.use "[1]#[0]" equivalence codec)]]]])
(with_template [<name> <tag>]
[(def .public (<name> type)