aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/lang/type/check.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/lang/type/check.lux')
-rw-r--r--stdlib/source/lux/lang/type/check.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/lux/lang/type/check.lux b/stdlib/source/lux/lang/type/check.lux
index fa21654b7..84b9f808d 100644
--- a/stdlib/source/lux/lang/type/check.lux
+++ b/stdlib/source/lux/lang/type/check.lux
@@ -8,8 +8,8 @@
[number "nat/" Codec<Text,Nat>]
[maybe]
[product]
- (coll [list]
- [set #+ Set])
+ (collection [list]
+ [set #+ Set])
["e" error])
(lang [type "type/" Equivalence<Type>])
))