biotk.pipes
Biotk_pipes.Pipe
biotk
biotk.croquis
biotk_pipes_unix
module type Monad = sig ... end
type void
module type S = sig ... end
module Make (M : Monad) : S with type 'a monad = 'a M.t