gen
GenLabels_intf
The signature S abstracts on a type 'a t, where the t can be the type of transient or restartable generators. Some functions specify explicitly that they use 'a gen (transient generators).
S
'a t
t
'a gen
type 'a gen = unit -> 'a option
type 'a iter = ('a -> unit) -> unit
module type S = sig ... end