(.module: [lux #* ["_" test (#+ Test)] [abstract [monad (#+ do)]] [control ["." try]] [data ["." text ("#\." equivalence)]] [math ["." random (#+ Random)] [number ["." nat] ["." frac]]]] {1 ["." /]}) (def: #export test Test (do {! random.monad} [] (<| (_.covering /._) (_.test "TBD" true))))