Over_selective.To_monad
module Monad : Preface_specs.Monad.CORE
type natural_transformation = {
transform : 'a. 'a f -> 'a Monad.t;
}
val run : natural_transformation -> 'a t -> 'a Monad.t
Run the natural transformation over the Free monad.
Free monad