package irmin

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Serializable data with reversible human-readable representations.

Human-representable values

module type S = sig ... end
type 'a t = (module S with type t = 'a)

Type for implementation of S for values of type 'a.

OCaml

Innovation. Community. Security.