package irmin

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

The simplest possible Key implementation is just a hash of the corresponding value, attaching no additional metadata about the value.

Parameters

module H : Type.S

Signature

type t = H.t

The type for keys.

val t : t Type.t
type hash = H.t
val to_hash : t -> hash
val of_hash : hash -> t