package atdgen-runtime

  1. Overview
  2. Docs

Various convenience types and functions meant for the user of atdgen.

type 'a ocaml_array = 'a array

An alias for OCaml's standard array type, used in generated code.

module Biniou : sig ... end
module Json : sig ... end
module Validation : sig ... end