aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/profile.lux
diff options
context:
space:
mode:
authorEduardo Julian2021-09-13 00:29:57 -0400
committerEduardo Julian2021-09-13 00:29:57 -0400
commit376c3e472fbb1e2656f8c61b26e0276570609aa1 (patch)
treebc76d7aeff4f2b889ae262a64dc8d26b0476068d /stdlib/source/program/aedifex/profile.lux
parent2dbbaaec93a53f8dd0b96a0028b9cf125c9066cd (diff)
Updated only/except import syntax to take into account record => variant syntax change.
Diffstat (limited to 'stdlib/source/program/aedifex/profile.lux')
-rw-r--r--stdlib/source/program/aedifex/profile.lux26
1 files changed, 13 insertions, 13 deletions
diff --git a/stdlib/source/program/aedifex/profile.lux b/stdlib/source/program/aedifex/profile.lux
index 3a81f1271..20347b27a 100644
--- a/stdlib/source/program/aedifex/profile.lux
+++ b/stdlib/source/program/aedifex/profile.lux
@@ -1,36 +1,36 @@
(.module:
[library
- [lux {"-" [Info Source Module Name]}
+ [lux {"-" Info Source Module Name}
[abstract
- [monoid {"+" [Monoid]}]
- [equivalence {"+" [Equivalence]}]]
+ [monoid {"+" Monoid}]
+ [equivalence {"+" Equivalence}]]
[control
["[0]" maybe ("[1]#[0]" monoid)]
- ["[0]" exception {"+" [exception:]}]]
+ ["[0]" exception {"+" exception:}]]
[data
["[0]" product]
["[0]" text ("[1]#[0]" equivalence)]
[collection
- ["[0]" dictionary {"+" [Dictionary]}]
+ ["[0]" dictionary {"+" Dictionary}]
["[0]" list ("[1]#[0]" monoid)]
- ["[0]" set {"+" [Set]}]]]
+ ["[0]" set {"+" Set}]]]
[macro
["[0]" template]]
[world
- [net {"+" [URL]}]
- [file {"+" [Path]}]]
+ [net {"+" URL}]
+ [file {"+" Path}]]
[tool
[compiler
[meta
[archive
- [descriptor {"+" [Module]}]]]]]]]
+ [descriptor {"+" Module}]]]]]]]
[//
- ["[0]" runtime {"+" [Runtime]} ("[1]#[0]" equivalence)]
- ["[0]" dependency {"+" [Dependency]} ("[1]#[0]" equivalence)]
- ["[0]" artifact {"+" [Artifact]}
+ ["[0]" runtime {"+" Runtime} ("[1]#[0]" equivalence)]
+ ["[0]" dependency {"+" Dependency} ("[1]#[0]" equivalence)]
+ ["[0]" artifact {"+" Artifact}
["[0]" type]]
[repository
- [remote {"+" [Address]}]]])
+ [remote {"+" Address}]]])
(def: .public default_compiler
Dependency