package olmi

  1. Overview
  2. Docs

Provide the minimal interface for a Monad Plus

type 'a t
val mempty : 'a t

Represent the neutral element

val mplus : 'a t -> 'a t -> 'a t

Monoïd combination