Module type Quickcheck_intf.Syntax

Includes Let_syntax from Monad.Syntax. Sets Open_on_rhs to be all of Generator, except that it does not shadow Let_syntax itself. Both Generator and Open_on_rhs are meant to be destructively assigned.

module Generator : Generator
module Open_on_rhs : Generator with type 'a t := 'a Generator.t and module Let_syntax := Generator.Let_syntax
include Core_kernel__.Import.Monad.Syntax with type 'a t := 'a Generator.t and module Let_syntax.Let_syntax.Open_on_rhs = Open_on_rhs
type 'a t
module Let_syntax : sig ... end with module Let_syntax.Open_on_rhs = Open_on_rhs