package core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Generalizes some of the blang operations above to work in a monad.

Parameters

module M : Base.Monad.S

Signature

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