aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/tool/compiler/meta/packager/ruby.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/tool/compiler/meta/packager/ruby.lux')
-rw-r--r--stdlib/source/library/lux/tool/compiler/meta/packager/ruby.lux24
1 files changed, 12 insertions, 12 deletions
diff --git a/stdlib/source/library/lux/tool/compiler/meta/packager/ruby.lux b/stdlib/source/library/lux/tool/compiler/meta/packager/ruby.lux
index 1f0506a00..f2e9a3bfd 100644
--- a/stdlib/source/library/lux/tool/compiler/meta/packager/ruby.lux
+++ b/stdlib/source/library/lux/tool/compiler/meta/packager/ruby.lux
@@ -1,23 +1,23 @@
(.using
[library
[lux "*"
- [type {"+" sharing}]
+ [type (.only sharing)]
[abstract
- ["[0]" monad {"+" do}]]
+ ["[0]" monad (.only do)]]
[control
- ["[0]" try {"+" Try}]]
+ ["[0]" try (.only Try)]]
[data
- [binary {"+" Binary}]
+ [binary (.only Binary)]
["[0]" product]
["[0]" text
- ["%" format {"+" format}]
+ ["%" format (.only format)]
[encoding
["[0]" utf8]]]
[collection
["[0]" sequence]
["[0]" list ("[1]#[0]" functor mix)]
- ["[0]" dictionary {"+" Dictionary}]
- ["[0]" set {"+" Set}]]]
+ ["[0]" dictionary (.only Dictionary)]
+ ["[0]" set (.only Set)]]]
[math
[number
["[0]" nat]]]
@@ -25,18 +25,18 @@
["_" ruby]]
[world
["[0]" file]]]]
- ["[0]" // {"+" Packager}
+ ["[0]" // (.only Packager)
[//
- ["[0]" archive {"+" Output}
- [registry {"+" Registry}]
+ ["[0]" archive (.only Output)
+ [registry (.only Registry)]
["[0]" artifact]
["[0]" unit]
["[0]" module
["[0]" descriptor]
- ["[0]" document {"+" Document}]]]
+ ["[0]" document (.only Document)]]]
["[0]" cache "_"
[dependency
- ["[1]/[0]" module {"+" Order}]
+ ["[1]/[0]" module (.only Order)]
["[1]/[0]" artifact]]]
["[0]" io "_"
["[1]" archive]]