Parameters
Signature
include sig ... end
type t = (Ok.t, Error.t) Stdlib.result
val eq : t -> t -> boolval compare : t -> t -> Interface.orderingval join : t -> t -> tval bottom : tval meet : t -> t -> tval top : tval not : t -> tval implies : t -> t -> t