package irmin-graphql

  1. Overview
  2. Docs
include module type of struct include Irmin.Export_for_backends end
module Store_properties : sig ... end
module Logging : sig ... end
module Reversed_list : sig ... end
type read = Irmin__.Perms.read
type write = Irmin__.Perms.write
type read_write = Irmin__.Perms.read_write
val let* : 'a Lwt.t -> ('a -> 'b Lwt.t) -> 'b Lwt.t
val and* : 'a Lwt.t -> 'b Lwt.t -> ('a * 'b) Lwt.t
val let+ : 'a Lwt.t -> ('a -> 'b) -> 'b Lwt.t
val and+ : 'a Lwt.t -> 'b Lwt.t -> ('a * 'b) Lwt.t
val (>>=) : 'a Lwt.t -> ('a -> 'b Lwt.t) -> 'b Lwt.t
val (>|=) : 'a Lwt.t -> ('a -> 'b) -> 'b Lwt.t
module Option : sig ... end
module List : sig ... end
module Seq : sig ... end
val shuffle : Stdlib.Random.State.t -> 'a array -> unit
OCaml

Innovation. Community. Security.