package irmin-unix

  1. Overview
  2. Docs
On This Page
  1. Hash
Legend:
Library
Module
Module type
Parameter
Class
Class type

Hash

type t = (module Irmin.Hash.S)
val add : string -> ?default:bool -> (module Irmin.Hash.S) -> unit
val find : string -> t
val term : unit -> t option Cmdliner.Term.t