package plebeia

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = node
val view : storage -> t -> View.t
val pp : Format.formatter -> t -> unit
val equal : t -> t -> bool
val write : storage -> t -> (unit, Error.t) result
val may_forget : t -> t option
val empty : t
val is_empty : t -> bool
val mk_leaf : Commit_tree.entry -> t