module Gen: sig .. end
sig
end
Generator
type random = Generator.random
Generator.random
type 'a t = 'a Generator.t
'a
'a Generator.t
type 'a outcome = 'a Generator.outcome =
'a Generator.outcome
|
Value of 'a
Exception of exn
exn
include Generator