Up

Module type Equal

expect t equal a returns an unpacker that unpacks using t and then returns `Ok if the unpacked value equals a, or `Invalid_data otherwise.

Signature

type t
val sexp_of_t : t -> Sexplib.Sexp.t
val equal : t -> t -> bool