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