aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/input.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/input.lux
parentb55cefcb258f11eeee32c1478faefd1bd09ec871 (diff)
De-taggification | part 4
Diffstat (limited to 'stdlib/source/program/aedifex/input.lux')
-rw-r--r--stdlib/source/program/aedifex/input.lux28
1 files changed, 14 insertions, 14 deletions
diff --git a/stdlib/source/program/aedifex/input.lux b/stdlib/source/program/aedifex/input.lux
index 5bc33377b..02e212744 100644
--- a/stdlib/source/program/aedifex/input.lux
+++ b/stdlib/source/program/aedifex/input.lux
@@ -2,33 +2,33 @@
[library
[lux {"-" [Name]}
[abstract
- ["." monad {"+" [Monad do]}]
- ["." mix]]
+ ["[0]" monad {"+" [Monad do]}]
+ ["[0]" mix]]
[control
[pipe {"+" [do>]}]
- ["." try {"+" [Try]}]
+ ["[0]" try {"+" [Try]}]
[parser
- ["<.>" code]]]
+ ["<[0]>" code]]]
[data
[binary {"+" [Binary]}]
- ["." text
+ ["[0]" text
[encoding
- ["." utf8]]]
+ ["[0]" utf8]]]
[collection
- ["." list]]]
+ ["[0]" list]]]
[meta
- ["." location]]
+ ["[0]" location]]
[tool
[compiler
[language
[lux
- ["." syntax]]]]]
+ ["[0]" syntax]]]]]
[world
- ["." file]]]]
- ["." // "_"
- ["#." profile {"+" [Name Profile]}]
- ["#." project {"+" [Project]}]
- ["#." parser]])
+ ["[0]" file]]]]
+ ["[0]" // "_"
+ ["[1][0]" profile {"+" [Name Profile]}]
+ ["[1][0]" project {"+" [Project]}]
+ ["[1][0]" parser]])
(def: (lux_parser source_code)
(-> Text (Try Code))