package irmin

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

Helper module containing useful top-level types for defining Irmin backends. This module is relatively unstable.

module Store_properties : sig ... end
type read = Perms.read
type write = Perms.write
type read_write = Perms.read_write

Lwt syntax

val (>>=) : 'a Lwt.t -> ('a -> 'b Lwt.t) -> 'b Lwt.t
val (>|=) : 'a Lwt.t -> ('a -> 'b) -> 'b Lwt.t
val let* : 'a Lwt.t -> ('a -> 'b Lwt.t) -> 'b Lwt.t
val let+ : 'a Lwt.t -> ('a -> 'b) -> 'b Lwt.t

Dependency extensions

module Option : sig ... end
module List : sig ... end
module Seq : sig ... end