package monadlib

  1. Overview
  2. Docs
include Monoid
type t
val zero : unit -> t
val plus : t -> t -> t
val cmp : t -> t -> bool