diff options
Diffstat (limited to 'stdlib/source/library/lux/tool/compiler/meta/packager/scheme.lux')
-rw-r--r-- | stdlib/source/library/lux/tool/compiler/meta/packager/scheme.lux | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/library/lux/tool/compiler/meta/packager/scheme.lux b/stdlib/source/library/lux/tool/compiler/meta/packager/scheme.lux index c408bb291..836d56ba6 100644 --- a/stdlib/source/library/lux/tool/compiler/meta/packager/scheme.lux +++ b/stdlib/source/library/lux/tool/compiler/meta/packager/scheme.lux @@ -7,10 +7,11 @@ [control ["[0]" try (.only Try)]] [data - [binary (.only Binary)] ["[0]" product] + ["[0]" binary (.only Binary) + ["[1]" \\format]] ["[0]" text (.only) - ["%" format (.only format)] + ["%" \\format (.only format)] ["[0]" encoding]] [collection ["[0]" sequence] @@ -18,8 +19,7 @@ ["[0]" dictionary (.only Dictionary)] ["[0]" set]] [format - ["[0]" tar] - ["[0]" binary]]] + ["[0]" tar]]] [target ["_" scheme]] [time |