aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/type/poly.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/type/poly.lux')
-rw-r--r--stdlib/source/library/lux/type/poly.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/library/lux/type/poly.lux b/stdlib/source/library/lux/type/poly.lux
index a888e8e7e..cb18f9967 100644
--- a/stdlib/source/library/lux/type/poly.lux
+++ b/stdlib/source/library/lux/type/poly.lux
@@ -7,14 +7,14 @@
["[0]" monad (.only do)]]
[control
["[0]" maybe]
- ["<>" parser ("[1]#[0]" monad)
+ ["<>" parser (.open: "[1]#[0]" monad)
["<[0]>" type (.only Env)]
["<[0]>" code (.only Parser)]]]
[data
["[0]" product]
["[0]" text]
[collection
- ["[0]" list ("[1]#[0]" functor)]
+ ["[0]" list (.open: "[1]#[0]" functor)]
["[0]" dictionary]]]
[macro (.only with_symbols)
[syntax (.only syntax:)]