diff options
Diffstat (limited to 'stdlib/source/lux/language/compiler/extension/synthesis.lux')
-rw-r--r-- | stdlib/source/lux/language/compiler/extension/synthesis.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/language/compiler/extension/synthesis.lux b/stdlib/source/lux/language/compiler/extension/synthesis.lux index 48073d012..db1671c93 100644 --- a/stdlib/source/lux/language/compiler/extension/synthesis.lux +++ b/stdlib/source/lux/language/compiler/extension/synthesis.lux @@ -1,7 +1,7 @@ (.module: lux (lux (data [text] - (collection ["dict" dictionary #+ Dictionary]))) + (collection ["dict" dictionary (#+ Dictionary)]))) [//]) (def: #export defaults |