aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/type/check.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/type/check.lux')
-rw-r--r--stdlib/source/library/lux/type/check.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/library/lux/type/check.lux b/stdlib/source/library/lux/type/check.lux
index 121f1fb2f..882b723ff 100644
--- a/stdlib/source/library/lux/type/check.lux
+++ b/stdlib/source/library/lux/type/check.lux
@@ -298,7 +298,7 @@
(def: empty_ring
Ring
- (set.new n.hash))
+ (set.empty n.hash))
## TODO: Optimize this by not using sets anymore.
(def: (ring start)