Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type ('uid, 's) light_load = 'uid -> (Carton.kind * int, 's) Carton.io
type ('uid, 's) heavy_load = 'uid -> (Carton.Dec.v, 's) Carton.io
type optint = Optint.t
module Make
(Scheduler : Carton.SCHEDULER)
(IO : Carton.IO with type 'a t = 'a Scheduler.s)
(Uid : Carton.UID) :
sig ... end