package carton-git

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

Module Carton_gitSource

Sourcemodule type STORE = sig ... end
Sourcemodule type IO = sig ... end
Sourcetype ('path, 'fd, 'uid) t
Sourcetype 'fd buffers = {
  1. z : Bigstringaf.t;
  2. allocate : int -> De.window;
  3. w : 'fd Carton.Dec.W.t;
}
Sourcemodule Make (Scheduler : Carton.SCHEDULER) (IO : IO with type +'a t = 'a Scheduler.s) (Store : STORE with type +'a fiber = 'a Scheduler.s) (Uid : Carton.UID) : sig ... end
OCaml

Innovation. Community. Security.