aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/abstract/apply.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/abstract/apply.lux')
-rw-r--r--stdlib/source/library/lux/abstract/apply.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/library/lux/abstract/apply.lux b/stdlib/source/library/lux/abstract/apply.lux
index c6f6a18a6..f50403a4b 100644
--- a/stdlib/source/library/lux/abstract/apply.lux
+++ b/stdlib/source/library/lux/abstract/apply.lux
@@ -1,10 +1,10 @@
(.module:
[library
- [lux #*
+ [lux "*"
["@" target]]]
[//
- [monad (#+ Monad)]
- ["." functor (#+ Functor)]])
+ [monad {"+" [Monad]}]
+ ["." functor {"+" [Functor]}]])
(type: .public (Apply f)
(Interface