aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/control/state.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/control/state.lux')
-rw-r--r--stdlib/source/library/lux/control/state.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/library/lux/control/state.lux b/stdlib/source/library/lux/control/state.lux
index d1d587861..66d3c2359 100644
--- a/stdlib/source/library/lux/control/state.lux
+++ b/stdlib/source/library/lux/control/state.lux
@@ -2,9 +2,9 @@
[library
[lux {"-" local}
[abstract
- [functor {"+" Functor}]
- [apply {"+" Apply}]
- [monad {"+" Monad do}]]]])
+ [functor (.only Functor)]
+ [apply (.only Apply)]
+ [monad (.only Monad do)]]]])
(type: .public (State s a)
(-> s [s a]))