Up

Module type Elt

Signature

type t
val equal : t -> t -> bool

of_bool is used to generate two distinct values of type t, used in unit tests. It is required that of_bool false <> of_bool true.

val of_bool : bool -> t

of_bool is used to generate two distinct values of type t, used in unit tests. It is required that of_bool false <> of_bool true.