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 | 30 |
1 files changed, 15 insertions, 15 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 2531459ce..d1f8d6349 100644 --- a/stdlib/source/library/lux/tool/compiler/meta/packager/scheme.lux +++ b/stdlib/source/library/lux/tool/compiler/meta/packager/scheme.lux @@ -1,21 +1,21 @@ (.module: [library - [lux (#- Module) - [type (#+ :sharing)] + [lux {"-" [Module]} + [type {"+" [:sharing]}] [abstract - ["." monad (#+ do)]] + ["." monad {"+" [do]}]] [control - ["." try (#+ Try)]] + ["." try {"+" [Try]}]] [data - [binary (#+ Binary)] + [binary {"+" [Binary]}] ["." product] ["." text - ["%" format (#+ format)] + ["%" format {"+" [format]}] ["." encoding]] [collection ["." row] ["." list ("#\." functor mix)] - ["." dictionary (#+ Dictionary)] + ["." dictionary {"+" [Dictionary]}] ["." set]] [format ["." tar] @@ -23,26 +23,26 @@ [target ["_" scheme]] [time - ["." instant (#+ Instant)]] + ["." instant {"+" [Instant]}]] [world ["." file]]]] [program [compositor - ["." static (#+ Static)]]] - ["." // (#+ Packager) + ["." static {"+" [Static]}]]] + ["." // {"+" [Packager]} [// - ["." archive (#+ Output) - ["." descriptor (#+ Module Descriptor)] + ["." archive {"+" [Output]} + ["." descriptor {"+" [Module Descriptor]}] ["." artifact] - ["." document (#+ Document)]] + ["." document {"+" [Document]}]] [cache ["." dependency]] - ["." io #_ + ["." io "_" ["#" archive]] [// [language ["$" lux - [generation (#+ Context)]]]]]]) + [generation {"+" [Context]}]]]]]]) ... TODO: Delete ASAP (type: (Action ! a) |