package decoders

  1. Overview
  2. Docs

Module Decoders.DecodeSource

Sourcemodule type S = sig ... end

Creating a Decoder implementation

The following is useful only if you are creating a new Decoder implementation.

Sourcemodule type Decodeable = sig ... end

Signature of things that can be decoded.

Sourcemodule Make (M : Decodeable) : sig ... end

Derive decoders for a Decodeable.value.

OCaml

Innovation. Community. Security.