aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/language/compiler/analysis/scope.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/language/compiler/analysis/scope.lux')
-rw-r--r--stdlib/source/lux/language/compiler/analysis/scope.lux8
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/lux/language/compiler/analysis/scope.lux b/stdlib/source/lux/language/compiler/analysis/scope.lux
index a10ed6e58..108e450e1 100644
--- a/stdlib/source/lux/language/compiler/analysis/scope.lux
+++ b/stdlib/source/lux/language/compiler/analysis/scope.lux
@@ -3,13 +3,13 @@
[control
monad]
[data
- [text ("text/" Equivalence<Text>)
+ [text ("text/." Equivalence<Text>)
format]
- ["." maybe ("maybe/" Monad<Maybe>)]
+ ["." maybe ("maybe/." Monad<Maybe>)]
["." product]
["e" error]
[collection
- ["." list ("list/" Functor<List> Fold<List> Monoid<List>)]
+ ["." list ("list/." Functor<List> Fold<List> Monoid<List>)]
[dictionary
["." plist]]]]]
[// (#+ Operation Compiler)
@@ -121,7 +121,7 @@
output]))
_
- (error! "Invalid scope alteration/"))
+ (error! "Invalid scope alteration."))
(#e.Error error)
(#e.Error error)))