aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/platform/compiler/phase/analysis/scope.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/platform/compiler/phase/analysis/scope.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/lux/platform/compiler/phase/analysis/scope.lux b/stdlib/source/lux/platform/compiler/phase/analysis/scope.lux
index c724edad2..69d7c80a9 100644
--- a/stdlib/source/lux/platform/compiler/phase/analysis/scope.lux
+++ b/stdlib/source/lux/platform/compiler/phase/analysis/scope.lux
@@ -4,13 +4,13 @@
monad
["ex" exception (#+ exception:)]]
[data
- [text ("text/." equivalence)
+ ["." text ("#/." equivalence)
format]
- ["." maybe ("maybe/." monad)]
+ ["." maybe ("#/." monad)]
["." product]
["e" error]
[collection
- ["." list ("list/." functor fold monoid)]
+ ["." list ("#/." functor fold monoid)]
[dictionary
["." plist]]]]]
[// (#+ Operation Phase)