(.module: [library [lux [program (#+ program:)] ["$" documentation (#+ documentation:)] ["." debug] [control ["." io]]]] [\\library ["." /]] ["." / #_ ["#." abstract] ["#." control] ["#." data] ["#." debug] ["#." documentation] ["#." ffi] ["#." locale] ["#." macro] ... ["#." math] ... ["#." meta] ["#." program] ... ["#." target] ... ["#." test] ... ["#." time] ... ... ["#." tool] ... TODO: Update & expand tests for this ... ["#." type] ... ["#." world] ... ["#." extension] ... ["#." target #_ ... ] ]) (.def: .public documentation (.List $.Module) ($.module /._ "" [] [/abstract.documentation /control.documentation /data.documentation /debug.documentation /documentation.documentation /ffi.documentation /locale.documentation /macro.documentation /program.documentation])) (program: inputs (io.io (debug.log! ($.documentation ..documentation))))