aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/r/procedure/common.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/r/procedure/common.lux')
-rw-r--r--stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/r/procedure/common.lux12
1 files changed, 6 insertions, 6 deletions
diff --git a/stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/r/procedure/common.lux b/stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/r/procedure/common.lux
index eb15a08a7..c1ebe76b6 100644
--- a/stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/r/procedure/common.lux
+++ b/stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/r/procedure/common.lux
@@ -1,23 +1,23 @@
(.module:
lux
(lux (control [library
- [monad #+ do]]
- ["ex" exception #+ exception:]
+ [monad {"+" [do]}]]
+ ["ex" exception {"+" [exception:]}]
["p" parser])
(data ["e" error]
[text]
text/format
[number]
(coll [list "list/" Functor<List>]
- (dictionary ["dict" unordered #+ Dict])))
- [macro #+ with_identifiers]
+ (dictionary ["dict" unordered {"+" [Dict]}])))
+ [macro {"+" [with_identifiers]}]
(macro [code]
- ["s" syntax #+ syntax:])
+ ["s" syntax {"+" [syntax:]}])
[host])
(luxc ["&" lang]
(lang ["la" analysis]
["ls" synthesis]
- (host [r #+ Expression])))
+ (host [r {"+" [Expression]}])))
[///]
(/// [".T" runtime]
[".T" case]