aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/math/logic/fuzzy.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/math/logic/fuzzy.lux')
-rw-r--r--stdlib/source/lux/math/logic/fuzzy.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/math/logic/fuzzy.lux b/stdlib/source/lux/math/logic/fuzzy.lux
index 57f5978f3..9ee9b1685 100644
--- a/stdlib/source/lux/math/logic/fuzzy.lux
+++ b/stdlib/source/lux/math/logic/fuzzy.lux
@@ -2,7 +2,7 @@
lux
(lux (data [number "Rev/" Interval<Rev>]
(coll [list]
- (set ["set" unordered #+ Set]))
+ [set #+ Set])
text/format)
[math])
(// ["&" continuous]))