package irmin

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

Parameters

module Hash : Hash.S
module Value : Type.S

Signature

type t = (Hash.t, Value.t) key

The type for keys.

val t : t Type.t
type hash = Hash.t
val to_hash : t -> hash