package alg_structs

  1. Overview
  2. Docs

Semigroups over bool

module Or : S with type t = bool

op is (||)

module And : S with type t = bool

op is (&&)