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