package irmin-server

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

Module Command.TreeSource

Tree wraps Store.Tree to avoid encoding/decoding trees more than needed

Sourcetype kinded_key = Store.Tree.kinded_key
Sourceval kinded_key_t : kinded_key Irmin.Type.t
Sourcetype concrete = Store.Tree.concrete
Sourceval concrete_t : concrete Irmin.Type.t
Sourcetype t =
  1. | Key of kinded_key
  2. | Concrete of concrete
Sourceval t : t Irmin.Type.t
OCaml

Innovation. Community. Security.