package irmin-fs

  1. Overview
  2. Docs
Generic file-system backend for Irmin

Install

Dune Dependency

Authors

Maintainers

Sources

irmin-3.4.1.tbz
sha256=922836116c30ec68068a38694a09bba521cf47edd0e4ae44e076b9b4963da180
sha512=30f6833157cab53cc285093d7f6a82492b9a3709c860160278b1e7b665a7640a0a4c6a0415df0c8127b3967a60146a6cbb99f1151476736afde6e2cf50a56890

doc/irmin-fs.unix/Irmin_fs_unix/Make/Path/index.html

Module Make.Path

type t = path
type step = 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
OCaml

Innovation. Community. Security.