... This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. ... If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. (.require [library [lux (.except) [abstract [monad (.only do)]] [control ["[0]" try]] [data ["[0]" text (.use "[1]#[0]" equivalence)]] [math ["[0]" random (.only Random)] [number ["[0]" nat] ["[0]" frac]]] [test ["_" property (.only Test)]]]] [\\library ["[0]" /]]) (def .public test Test (do [! random.monad] [] (<| (_.covering /._) (_.test "TBD" true))))