aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/platform/compiler/host/scheme.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/platform/compiler/host/scheme.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/platform/compiler/host/scheme.lux b/stdlib/source/lux/platform/compiler/host/scheme.lux
index f3550ad88..df5a091f3 100644
--- a/stdlib/source/lux/platform/compiler/host/scheme.lux
+++ b/stdlib/source/lux/platform/compiler/host/scheme.lux
@@ -7,7 +7,7 @@
["." text
format]
[collection
- ["." list ("list/." functor fold)]]]
+ ["." list ("#/." functor fold)]]]
[type
abstract]])