aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/lang/scope.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/lang/scope.lux')
-rw-r--r--stdlib/source/lux/lang/scope.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/lang/scope.lux b/stdlib/source/lux/lang/scope.lux
index 217b7fcb3..191eb5e5d 100644
--- a/stdlib/source/lux/lang/scope.lux
+++ b/stdlib/source/lux/lang/scope.lux
@@ -1,7 +1,7 @@
(.module:
lux
(lux (control monad)
- (data [text "text/" Eq<Text>]
+ (data [text "text/" Equivalence<Text>]
text/format
[maybe "maybe/" Monad<Maybe>]
[product]