aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/tool/compiler/default/platform.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/tool/compiler/default/platform.lux70
1 files changed, 35 insertions, 35 deletions
diff --git a/stdlib/source/library/lux/tool/compiler/default/platform.lux b/stdlib/source/library/lux/tool/compiler/default/platform.lux
index 8d169ff97..c2442dd78 100644
--- a/stdlib/source/library/lux/tool/compiler/default/platform.lux
+++ b/stdlib/source/library/lux/tool/compiler/default/platform.lux
@@ -3,64 +3,64 @@
[lux {"-" [Module]}
[type {"+" [:sharing]}]
["@" target]
- ["." debug]
+ ["[0]" debug]
[abstract
- ["." monad {"+" [Monad do]}]]
+ ["[0]" monad {"+" [Monad do]}]]
[control
- ["." function]
- ["." maybe]
- ["." try {"+" [Try]} ("#\." monad)]
- ["." exception {"+" [exception:]}]
+ ["[0]" function]
+ ["[0]" maybe]
+ ["[0]" try {"+" [Try]} ("[1]\[0]" monad)]
+ ["[0]" exception {"+" [exception:]}]
[concurrency
- ["." async {"+" [Async Resolver]} ("#\." monad)]
- ["." stm {"+" [Var STM]}]]]
+ ["[0]" async {"+" [Async Resolver]} ("[1]\[0]" monad)]
+ ["[0]" stm {"+" [Var STM]}]]]
[data
- ["." binary {"+" [Binary]}]
- ["." bit]
- ["." product]
- ["." text ("#\." equivalence)
+ ["[0]" binary {"+" [Binary]}]
+ ["[0]" bit]
+ ["[0]" product]
+ ["[0]" text ("[1]\[0]" equivalence)
["%" format {"+" [format]}]]
[collection
- ["." dictionary {"+" [Dictionary]}]
- ["." row {"+" [Row]} ("#\." mix)]
- ["." set {"+" [Set]}]
- ["." list ("#\." monoid functor mix)]]
+ ["[0]" dictionary {"+" [Dictionary]}]
+ ["[0]" row {"+" [Row]} ("[1]\[0]" mix)]
+ ["[0]" set {"+" [Set]}]
+ ["[0]" list ("[1]\[0]" monoid functor mix)]]
[format
["_" binary {"+" [Writer]}]]]
[world
- ["." file {"+" [Path]}]]]]
- ["." // "_"
- ["#." init]
- ["/#" //
- ["#." phase {"+" [Phase]}]
+ ["[0]" file {"+" [Path]}]]]]
+ ["[0]" // "_"
+ ["[1][0]" init]
+ ["/[1]" //
+ ["[1][0]" phase {"+" [Phase]}]
[language
[lux
[program {"+" [Program]}]
["$" /]
- ["#." version]
- ["." syntax]
- ["#." analysis
+ ["[1][0]" version]
+ ["[0]" syntax]
+ ["[1][0]" analysis
[macro {"+" [Expander]}]]
- ["#." synthesis]
- ["#." generation {"+" [Buffer]}]
- ["#." directive]
+ ["[1][0]" synthesis]
+ ["[1][0]" generation {"+" [Buffer]}]
+ ["[1][0]" directive]
[phase
- ["." extension {"+" [Extender]}]
+ ["[0]" extension {"+" [Extender]}]
[analysis
- ["." module]]]]]
+ ["[0]" module]]]]]
[meta
- ["." archive {"+" [Output Archive]}
- ["." artifact {"+" [Registry]}]
- ["." descriptor {"+" [Descriptor Module]}]
- ["." document {"+" [Document]}]]
+ ["[0]" archive {"+" [Output Archive]}
+ ["[0]" artifact {"+" [Registry]}]
+ ["[0]" descriptor {"+" [Descriptor Module]}]
+ ["[0]" document {"+" [Document]}]]
[io {"+" [Context]}
- ["." context]
+ ["[0]" context]
["ioW" archive]]]]]
[program
[compositor
[cli {"+" [Compilation Library]}]
[import {"+" [Import]}]
- ["." static {"+" [Static]}]]])
+ ["[0]" static {"+" [Static]}]]])
(with_expansions [<type_vars> (as_is anchor expression directive)
<Operation> (as_is ///generation.Operation <type_vars>)]