Module Ppx_quickcheck_expander__Ppx_generator_expander
val compound : generator_of_core_type:(Ppx_quickcheck_expander__.Import.core_type -> Ppx_quickcheck_expander__.Import.expression) -> loc:Ppx_quickcheck_expander__.Import.location -> fields:'a Ppx_quickcheck_expander__.Import.list -> (module Ppx_quickcheck_expander__.Field_syntax.S with type ast = 'a) -> Ppx_quickcheck_expander__.Import.expression
val variant : generator_of_core_type:(Ppx_quickcheck_expander__.Import.core_type -> Ppx_quickcheck_expander__.Import.expression) -> loc:Ppx_quickcheck_expander__.Import.location -> variant_type:Ppx_quickcheck_expander__.Import.core_type -> clauses:'a Ppx_quickcheck_expander__.Import.list -> rec_names:(Ppx_quickcheck_expander__.Import.string, Ppx_quickcheck_expander__.Import.String.comparator_witness) Ppx_quickcheck_expander__.Import.Set.t -> (module Ppx_quickcheck_expander__.Clause_syntax.S with type ast = 'a) -> Ppx_quickcheck_expander__.Import.expression
val arrow : generator_of_core_type:(Ppx_quickcheck_expander__.Import.core_type -> Ppx_quickcheck_expander__.Import.expression) -> observer_of_core_type:(Ppx_quickcheck_expander__.Import.core_type -> Ppx_quickcheck_expander__.Import.expression) -> loc:Ppx_quickcheck_expander__.Import.location -> arg_label:Ppx_quickcheck_expander__.Import.arg_label -> input_type:Ppx_quickcheck_expander__.Import.core_type -> output_type:Ppx_quickcheck_expander__.Import.core_type -> Ppx_quickcheck_expander__.Import.expression