aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/format.lux
diff options
context:
space:
mode:
authorEduardo Julian2021-09-07 22:50:21 -0400
committerEduardo Julian2021-09-07 22:50:21 -0400
commit35c0807799717cd720ab28b35851c1a01a67445d (patch)
treec6237b79fb262d24c8a46ee3ecb714df3e9874d8 /stdlib/source/program/aedifex/format.lux
parentb55cefcb258f11eeee32c1478faefd1bd09ec871 (diff)
De-taggification | part 4
Diffstat (limited to 'stdlib/source/program/aedifex/format.lux')
-rw-r--r--stdlib/source/program/aedifex/format.lux24
1 files changed, 12 insertions, 12 deletions
diff --git a/stdlib/source/program/aedifex/format.lux b/stdlib/source/program/aedifex/format.lux
index f6b737fdf..3f626f0e2 100644
--- a/stdlib/source/program/aedifex/format.lux
+++ b/stdlib/source/program/aedifex/format.lux
@@ -2,21 +2,21 @@
[library
[lux "*"
[data
- ["." text ("#\." equivalence)]
+ ["[0]" text ("[1]\[0]" equivalence)]
[collection
- ["." dictionary {"+" [Dictionary]}]
- ["." list ("#\." monad)]
- ["." set {"+" [Set]}]]]
+ ["[0]" dictionary {"+" [Dictionary]}]
+ ["[0]" list ("[1]\[0]" monad)]
+ ["[0]" set {"+" [Set]}]]]
[macro
- ["." code]
- ["." template]]]]
- ["." // "_"
+ ["[0]" code]
+ ["[0]" template]]]]
+ ["[0]" // "_"
["/" profile]
- ["#." runtime {"+" [Runtime]}]
- ["#." project {"+" [Project]}]
- ["#." dependency {"+" [Dependency]}]
- ["#." artifact {"+" [Artifact]}
- ["#/." type]]])
+ ["[1][0]" runtime {"+" [Runtime]}]
+ ["[1][0]" project {"+" [Project]}]
+ ["[1][0]" dependency {"+" [Dependency]}]
+ ["[1][0]" artifact {"+" [Artifact]}
+ ["[1]/[0]" type]]])
(type: .public (Format a)
(-> a Code))