aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/poly/lux/abstract/functor.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/poly/lux/abstract/functor.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/poly/lux/abstract/functor.lux b/stdlib/source/poly/lux/abstract/functor.lux
index 4f31b389b..ccff661c6 100644
--- a/stdlib/source/poly/lux/abstract/functor.lux
+++ b/stdlib/source/poly/lux/abstract/functor.lux
@@ -4,12 +4,12 @@
[abstract
[monad (.only Monad do)]]
[control
- ["p" parser
+ ["p" parser (.only)
["<[0]>" type]
["s" code (.only Parser)]]]
[data
["[0]" product]
- ["[0]" text
+ ["[0]" text (.only)
["%" format (.only format)]]
[collection
["[0]" list ("[1]#[0]" monad monoid)]]]
@@ -19,7 +19,7 @@
[math
[number
["n" nat]]]
- ["[0]" type
+ ["[0]" type (.only)
["[0]" poly (.only poly:)]]]]
[\\library
["[0]" /]])