aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/lang/compiler/synthesis.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/lang/compiler/synthesis.lux')
-rw-r--r--stdlib/source/lux/lang/compiler/synthesis.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/lang/compiler/synthesis.lux b/stdlib/source/lux/lang/compiler/synthesis.lux
index 46f376adf..36db1fe5e 100644
--- a/stdlib/source/lux/lang/compiler/synthesis.lux
+++ b/stdlib/source/lux/lang/compiler/synthesis.lux
@@ -2,7 +2,7 @@
[lux #- i64 Scope]
(lux (control [monad #+ do])
(data [error #+ Error]
- (coll ["dict" dictionary #+ Dictionary])))
+ (collection ["dict" dictionary #+ Dictionary])))
[///reference #+ Register Variable Reference]
[// #+ Operation Compiler]
[//analysis #+ Environment Arity Analysis])