package git

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

Module type Git.DIGESTSource

Sourcetype t
Sourcetype hash

Type of digests.

Sourceval digest : t -> hash

digest t associates a hash to any value of t. It is guaranteed that if x = y or compare x y = 0, then digest x = digest y.

OCaml

Innovation. Community. Security.