From 29922d1411a75f9fb4259d66e427070aae72b3d3 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 12 Aug 2022 17:49:40 -0400 Subject: Fixed test suite. --- stdlib/source/documentation/lux.lux | 32 ++++++++++++++------------------ 1 file changed, 14 insertions(+), 18 deletions(-) (limited to 'stdlib/source/documentation/lux.lux') diff --git a/stdlib/source/documentation/lux.lux b/stdlib/source/documentation/lux.lux index 1cf289c4b..c9225a539 100644 --- a/stdlib/source/documentation/lux.lux +++ b/stdlib/source/documentation/lux.lux @@ -27,26 +27,10 @@ ["[1][0]" test] ["[1][0]" world]]) -(def sub_modules - (List $.Documentation) - (all list#composite - /abstract.documentation - /control.documentation - /data.documentation - /debug.documentation - /documentation.documentation - /ffi.documentation - /math.documentation - /meta.documentation - /program.documentation - /test.documentation - /world.documentation - )) - (def all_1/4 (List $.Documentation) (list ($.definition /.prelude - (format "The name of the prelude module" + (format "The name of the prelude module." \n "Value: " (%.text /.prelude))) ($.definition /.Any @@ -909,12 +893,24 @@ (def .public documentation (List $.Documentation) (all list#composite + (list ($.module /._ + "The prelude for Lux's standard library.")) all_1/4 all_2/4 all_3/4 all_4/4 - ..sub_modules + /abstract.documentation + /control.documentation + /data.documentation + /debug.documentation + /documentation.documentation + /ffi.documentation + /math.documentation + /meta.documentation + /program.documentation + /test.documentation + /world.documentation )) (def _ -- cgit v1.2.3