package irmin

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

Base functions on results.

type 'a t = 'a result
val equal : 'a Tc.equal -> 'a t Tc.equal
val compare : 'a Tc.compare -> 'a t Tc.compare
val hash : 'a Tc.hash -> 'a t Tc.hash
val to_json : 'a Tc.to_json -> 'a t Tc.to_json

The REST interface

val of_json : 'a Tc.of_json -> 'a t Tc.of_json
val size_of : 'a Tc.size_of -> 'a t Tc.size_of

The serialization format

val write : 'a Tc.writer -> 'a t Tc.writer
val read : 'a Tc.reader -> 'a t Tc.reader
OCaml

Innovation. Community. Security.