package irmin-unix

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

Contents

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