aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/test/test/luxc/lang/synthesis/function.lux
diff options
context:
space:
mode:
Diffstat (limited to 'new-luxc/test/test/luxc/lang/synthesis/function.lux')
-rw-r--r--new-luxc/test/test/luxc/lang/synthesis/function.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/new-luxc/test/test/luxc/lang/synthesis/function.lux b/new-luxc/test/test/luxc/lang/synthesis/function.lux
index c73793c8d..fa29b4284 100644
--- a/new-luxc/test/test/luxc/lang/synthesis/function.lux
+++ b/new-luxc/test/test/luxc/lang/synthesis/function.lux
@@ -8,8 +8,8 @@
[number]
text/format
(coll [list "list/" Functor<List> Fold<List>]
- [dict #+ Dict]
- [set]))
+ (dictionary ["dict" unordered #+ Dict])
+ (set ["set" unordered])))
(macro [code])
["r" math/random "r/" Monad<Random>]
test)