package serde

  1. Overview
  2. Docs
module Ser : sig ... end
module De = De
val serialize : (module Ser.Intf with type error = 'a and type output = 'b) -> Ser.data -> ('b, 'a Ser.ser_error) Stdlib.result
type data
module type Serializable = sig ... end
val let* : ('a, 'b) Stdlib.result -> ('a -> ('c, 'b) Stdlib.result) -> ('c, 'b) Stdlib.result
OCaml

Innovation. Community. Security.