module type Validated =Validated_intf.Validated
with type 'a validated := 'a t
type 'a
validated
type
raw
typet =
raw validated
val create : raw -> t Or_error.t
val create_exn : raw -> t
val raw : t -> raw
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t