package git

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type configuration = Neg.configuration
val configuration : ?stateless:bool -> Smart.Capability.t list -> configuration
module Make (Scheduler : Sigs.SCHED) (IO : Sigs.IO with type +'a t = 'a Scheduler.s) (Flow : Sigs.FLOW with type 'a fiber = 'a Scheduler.s) (Uid : Sigs.UID) (Ref : Sigs.REF) : sig ... end