aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/abstract/algebra.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/abstract/algebra.lux')
-rw-r--r--stdlib/source/library/lux/abstract/algebra.lux8
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/library/lux/abstract/algebra.lux b/stdlib/source/library/lux/abstract/algebra.lux
index 0ed8b85a5..5708c3f5b 100644
--- a/stdlib/source/library/lux/abstract/algebra.lux
+++ b/stdlib/source/library/lux/abstract/algebra.lux
@@ -1,8 +1,8 @@
(.using
- [library
- [lux "*"
- [control
- [functor {"+" Fix}]]]])
+ [library
+ [lux "*"
+ [control
+ [functor (.only Fix)]]]])
(type: .public (Algebra f a)
(-> (f a) a))