package serde

  1. Overview
  2. Docs
type ('value, 'state, 'output) t = 'value -> ('value, 'state, 'output) ctx -> ('output, error) result
and ('value, 'state, 'output) ctx =
  1. | Ctx of ('value, 'state, 'output) t * ('state, 'output) Ser_base.serializer * 'state
val serializer : ('value, 'state, 'output) t -> ('value, 'state, 'output) t
module type Serializer = sig ... end
type ('state, 'output) serializer = (module Serializer with type output = 'output and type state = 'state)
OCaml

Innovation. Community. Security.