package alg_structs

  1. Overview
  2. Docs

Module Monoid.BoolSource

Monoids over bool

Sourcemodule Or : S with type t = bool

op is (||) and unit is false ...

Sourcemodule And : S with type t = bool

op is (&&) and unit is true

OCaml

Innovation. Community. Security.