package core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module M : Base.Monad.S
val map : 'a t -> f:('a -> 'b M.t) -> 'b t M.t
val bind : 'a t -> f:('a -> 'b t M.t) -> 'b t M.t
val eval : 'a t -> f:('a -> Base.Bool.t M.t) -> Base.Bool.t M.t