package irmin-pack

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type step = X.Schema.Path.step
val empty : t
val v : step list -> t
val is_empty : t -> bool
val cons : step -> t -> t
val rcons : t -> step -> t
val decons : t -> (step * t) option
val rdecons : t -> (t * step) option
val map : t -> (step -> 'a) -> 'a list
val t : t Irmin.Type.t
val step_t : step Irmin.Type.t