package bastet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include Interface.MONAD_ZERO
include Interface.MONAD
val flat_map : 'a t -> ('a -> 'b t) -> 'b t
include Interface.ALTERNATIVE with type 'a t := 'a t
include Interface.APPLICATIVE with type 'a t := 'a t
include Interface.APPLY with type 'a t := 'a t
include Interface.FUNCTOR with type 'a t := 'a t
val apply : ('a -> 'b) t -> 'a t -> 'b t
val pure : 'a -> 'a t
include Interface.PLUS with type 'a t := 'a t
include Interface.ALT with type 'a t := 'a t
include Interface.FUNCTOR with type 'a t := 'a t
val map : ('a -> 'b) -> 'a t -> 'b t
val alt : 'a t -> 'a t -> 'a t
val empty : 'a t