aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/data/collection/set/ordered.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/data/collection/set/ordered.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/library/lux/data/collection/set/ordered.lux b/stdlib/source/library/lux/data/collection/set/ordered.lux
index 9e83655b9..296e0aadc 100644
--- a/stdlib/source/library/lux/data/collection/set/ordered.lux
+++ b/stdlib/source/library/lux/data/collection/set/ordered.lux
@@ -23,7 +23,7 @@
(All (_ a) (-> (Set a) a Bit))
(/.key? (representation set) elem))
- (template [<type> <name> <alias>]
+ (with_template [<type> <name> <alias>]
[(def: .public <name>
(All (_ a) (-> (Set a) <type>))
(|>> representation <alias>))]