Parameter Readable.D

Modules that validate Yocaml.Data.t values into OCaml values of type t.

type data := Data.t

Local alias for Yocaml.Data.t.

type t

The OCaml type produced by this validator.

from_data data converts a Yocaml.Data.t into an OCaml value of type t. Returns Ok v on success or Error e on failure.