From 376c3e472fbb1e2656f8c61b26e0276570609aa1 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 13 Sep 2021 00:29:57 -0400 Subject: Updated only/except import syntax to take into account record => variant syntax change. --- stdlib/source/program/aedifex/parser.lux | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'stdlib/source/program/aedifex/parser.lux') diff --git a/stdlib/source/program/aedifex/parser.lux b/stdlib/source/program/aedifex/parser.lux index 80eb1bfea..ae64cb30c 100644 --- a/stdlib/source/program/aedifex/parser.lux +++ b/stdlib/source/program/aedifex/parser.lux @@ -1,31 +1,31 @@ (.module: [library - [lux {"-" [Module type]} + [lux {"-" Module type} [abstract - [monad {"+" [do]}]] + [monad {"+" do}]] [control ["<>" parser - ["<[0]>" code {"+" [Parser]}]]] + ["<[0]>" code {"+" Parser}]]] [data ["[0]" text] [collection - ["[0]" dictionary {"+" [Dictionary]}] - ["[0]" set {"+" [Set]}]]] + ["[0]" dictionary {"+" Dictionary}] + ["[0]" set {"+" Set}]]] [tool [compiler [meta [archive - [descriptor {"+" [Module]}]]]]] + [descriptor {"+" Module}]]]]] [world - [net {"+" [URL]}]]]] + [net {"+" URL}]]]] ["[0]" // "_" ["/" profile] - ["[1][0]" runtime {"+" [Runtime]}] - ["[1][0]" project {"+" [Project]}] + ["[1][0]" runtime {"+" Runtime}] + ["[1][0]" project {"+" Project}] ["[1][0]" dependency] ["[1][0]" repository "_" ["[1]" remote]] - ["[1][0]" artifact {"+" [Artifact]} + ["[1][0]" artifact {"+" Artifact} ["[1]/[0]" type]]]) (def: (as_input input) -- cgit v1.2.3