parallel.kernel
Hlist.Gen
parallel
parallel.arrays
parallel.async
parallel.bench
parallel.scheduler
parallel.sequence
parallel.test
ppxlib
yojson
module T : T1
type _ t =
| [] : Base.unit t
| :: : 'a T.t * 'b t -> ('a * 'b) t
('hd * 'tl) t is a heterogeneous list containing a head of type 'hd T.t and a tail of type 'tl t.
('hd * 'tl) t
'hd T.t
'tl t