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/format.lux | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'stdlib/source/program/aedifex/format.lux') diff --git a/stdlib/source/program/aedifex/format.lux b/stdlib/source/program/aedifex/format.lux index c7fc93b5a..1896415ea 100644 --- a/stdlib/source/program/aedifex/format.lux +++ b/stdlib/source/program/aedifex/format.lux @@ -1,14 +1,15 @@ (.module: - [lux #* - [data - ["." text ("#\." equivalence)] - [collection - ["." dictionary (#+ Dictionary)] - ["." list ("#\." functor)] - ["." set (#+ Set)]]] - [macro - ["." code] - ["." template]]] + [library + [lux #* + [data + ["." text ("#\." equivalence)] + [collection + ["." dictionary (#+ Dictionary)] + ["." list ("#\." functor)] + ["." set (#+ Set)]]] + [macro + ["." code] + ["." template]]]] ["." // #_ ["/" profile] ["#." runtime (#+ Runtime)] -- cgit v1.2.3