aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/control/monad/indexed.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/control/monad/indexed.lux')
-rw-r--r--stdlib/source/lux/control/monad/indexed.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/control/monad/indexed.lux b/stdlib/source/lux/control/monad/indexed.lux
index bd18ab72c..d5ce955a0 100644
--- a/stdlib/source/lux/control/monad/indexed.lux
+++ b/stdlib/source/lux/control/monad/indexed.lux
@@ -5,7 +5,7 @@
["p" parser]]
[data
[collection
- ["." list ("list/." functor fold)]]]
+ ["." list ("#/." functor fold)]]]
["." macro
["s" syntax (#+ Syntax syntax:)]]])