aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/language/compiler/analysis/scope.lux
diff options
context:
space:
mode:
authorEduardo Julian2018-07-20 23:43:59 -0400
committerEduardo Julian2018-07-20 23:43:59 -0400
commitb0914546f8e8ea5ef970c1f92dbb0072aa22be63 (patch)
treef8ca4bf6bc4b3e8703ff1cb752a4e18b8973d3d5 /stdlib/source/lux/language/compiler/analysis/scope.lux
parent518a7467c4e0ef904afa8c59cff3594d6f63c552 (diff)
"^open" and "open:" now use aliases instead of prefixes, the same way as module aliases.
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)))