module type Validated =sig..end
type 'a validated 
type raw 
typet =raw validated
val create : raw -> t Or_error.tval create_exn : raw -> tval raw : t -> rawval t_of_sexp : Sexplib.Sexp.t -> tval sexp_of_t : t -> Sexplib.Sexp.t