package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include Monad with type 'a t = 'a list
type 'a t = 'a list
val return : 'a -> 'a t
val bind : 'a t -> ('a -> 'b t) -> 'b t
val mzero : 'a t
val mplus : 'a t -> 'a t -> 'a t
val guard : bool -> unit t