diff options
author | Eduardo Julian | 2022-06-16 02:16:07 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-06-16 02:16:07 -0400 |
commit | e00e0b5f1e5fb509cf8f32424397110f524b8148 (patch) | |
tree | ad15496975ea945d5f8fb2c795414d561561d2b6 /stdlib/source/program/aedifex/metadata | |
parent | 9e2f1e76f2c8df01ed7687d934c3210fcf676bd6 (diff) |
New "parser" hierarchy. [Part 3]
Diffstat (limited to 'stdlib/source/program/aedifex/metadata')
-rw-r--r-- | stdlib/source/program/aedifex/metadata/artifact.lux | 6 | ||||
-rw-r--r-- | stdlib/source/program/aedifex/metadata/snapshot.lux | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/stdlib/source/program/aedifex/metadata/artifact.lux b/stdlib/source/program/aedifex/metadata/artifact.lux index 01271437e..9bbb002bb 100644 --- a/stdlib/source/program/aedifex/metadata/artifact.lux +++ b/stdlib/source/program/aedifex/metadata/artifact.lux @@ -7,8 +7,7 @@ [control ["[0]" pipe] ["[0]" try (.only Try)] - ["<>" parser (.only) - ["<[0]>" xml (.only Parser)]] + ["<>" parser] [concurrency ["[0]" async (.only Async)]]] [data @@ -19,7 +18,8 @@ [encoding ["[0]" utf8]]] [format - ["[0]" xml (.only XML)]] + ["[0]" xml (.only XML) + ["<[1]>" \\parser (.only Parser)]]] [collection ["[0]" list (.open: "[1]#[0]" functor)]]] [math diff --git a/stdlib/source/program/aedifex/metadata/snapshot.lux b/stdlib/source/program/aedifex/metadata/snapshot.lux index 4479fe244..1ea744765 100644 --- a/stdlib/source/program/aedifex/metadata/snapshot.lux +++ b/stdlib/source/program/aedifex/metadata/snapshot.lux @@ -8,8 +8,7 @@ ["[0]" pipe] ["[0]" try (.only Try)] ["[0]" exception (.only exception:)] - ["<>" parser (.only) - ["<[0]>" xml (.only Parser)]] + ["<>" parser] [concurrency ["[0]" async (.only Async)]]] [data @@ -20,7 +19,8 @@ [encoding ["[0]" utf8]]] [format - ["[0]" xml (.only XML)]] + ["[0]" xml (.only XML) + ["<[1]>" \\parser (.only Parser)]]] [collection ["[0]" list (.open: "[1]#[0]" functor)]]] [math |