From d6c48ae6a8b58f5974133170863a31c70f0123d1 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 14 Jul 2021 13:59:02 -0400 Subject: Normalized the hierarchy of the standard library modules. --- stdlib/source/program/aedifex/parser.lux | 37 ++++++++++++++++---------------- 1 file changed, 19 insertions(+), 18 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 6374f8807..d0dd59133 100644 --- a/stdlib/source/program/aedifex/parser.lux +++ b/stdlib/source/program/aedifex/parser.lux @@ -1,22 +1,23 @@ (.module: - [lux (#- Module type) - [abstract - [monad (#+ do)]] - [control - ["<>" parser - ["<.>" code (#+ Parser)]]] - [data - ["." text] - [collection - ["." dictionary (#+ Dictionary)] - ["." set (#+ Set)]]] - [tool - [compiler - [meta - [archive - [descriptor (#+ Module)]]]]] - [world - [net (#+ URL)]]] + [library + [lux (#- Module type) + [abstract + [monad (#+ do)]] + [control + ["<>" parser + ["<.>" code (#+ Parser)]]] + [data + ["." text] + [collection + ["." dictionary (#+ Dictionary)] + ["." set (#+ Set)]]] + [tool + [compiler + [meta + [archive + [descriptor (#+ Module)]]]]] + [world + [net (#+ URL)]]]] ["." // #_ ["/" profile] ["#." runtime (#+ Runtime)] -- cgit v1.2.3