(.module: lux (lux [cli #+ program:] [test]) (test ["_." lux] (lux ["_." cli] ["_." host] ["_." io] (time ["_." instant] ["_." duration] ["_." date]) (concurrency ["_." actor] ["_." atom] ["_." frp] ["_." promise] ["_." stm] ["_." semaphore]) (control ["_." exception] ["_." interval] ["_." pipe] ["_." continuation] ["_." reader] ["_." writer] ["_." state] ["_." parser] ["_." thread] ["_." region]) (data ["_." bit] ["_." bool] ["_." color] ["_." error] ["_." ident] ["_." identity] ["_." lazy] ["_." maybe] ["_." product] ["_." sum] ["_." number] (number ["_." ratio] ["_." complex]) ["_." text] (text ["_." format] ["_." lexer] ["_." regex]) (format ["_." json] ["_." xml]) (coll ["_." array] ["_." bits] ["_." list] ["_." stack] ["_." sequence] ["_." stream] ["_." dictionary/unordered] ["_." dictionary/ordered] ["_." set/unordered] ["_." set/ordered] ["_." queue] (queue ["_." priority]) (tree ["_." rose] (rose ["_." zipper])))) ["_." math] (math ["_." random] ["_." modular] ["_." constructive] (logic ["_." continuous] ["_." fuzzy])) (macro ["_." code] ["_." syntax] (poly ["poly_." eq] ["poly_." functor])) (type ["_." implicit] ["_." resource] (object ["_." interface] ["_." protocol])) (lang ["_lang/." syntax] ["_." type] (type ["_." check])) (world ["_." blob] ["_." file] (net ["_." tcp] ["_." udp])))) (lux (control [contract] [concatenative] [predicate] [monad/free]) (data [env] [trace] [store] [tainted] (format [context] [html] [css]) (coll (tree ["_." rose/parser]))) [macro] (macro (poly [json])) (type [unit] [refinement] [quotient]) [world/env] [world/console])) (program: args (test.run))