Module Core_kernel.Quickcheckable

module type S : Core_kernel__.Quickcheck_intf.S with type gen := a Quickcheck.Generator.t with type obs := a Quickcheck.Observer.t with type shr := a Quickcheck.Shrinker.t
module type S1 : Core_kernel__.Quickcheck_intf.S1 with type gen := a Quickcheck.Generator.t with type obs := a Quickcheck.Observer.t with type shr := a Quickcheck.Shrinker.t
module type S2 : Core_kernel__.Quickcheck_intf.S2 with type gen := a Quickcheck.Generator.t with type obs := a Quickcheck.Observer.t with type shr := a Quickcheck.Shrinker.t
module type S_int : Core_kernel__.Quickcheck_intf.S_int with type gen := a Quickcheck.Generator.t with type obs := a Quickcheck.Observer.t with type shr := a Quickcheck.Shrinker.t