package irmin

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

Module Commit.ValSource

Val provides functions for commit values.

Commit values

Sourcetype t = value

The type for commit values.

Sourcetype hash = key

Type for keys.

Sourceval v : info:Irmin.Info.t -> node:hash -> parents:hash list -> t

Create a commit.

Sourceval node : t -> hash

The underlying node.

Sourceval parents : t -> hash list

The commit parents.

Sourceval info : t -> Irmin.Info.t

The commit info.

Value Types

t is the value type for t.

hash_t is the value type for hash.

OCaml

Innovation. Community. Security.