package serde

  1. Overview
  2. Docs

Module De.VisitorSource

Sourcemodule type Intf = sig ... end
Sourcetype 'value t = (module Intf with type value = 'value)
Sourcetype ('value, 'tag) with_tag = (module Intf with type tag = 'tag and type value = 'value)
Sourcemodule Unimplemented : sig ... end
Sourcemodule Make (B : Intf) : sig ... end
OCaml

Innovation. Community. Security.