Module Ecaml__Customization.Enum
module type Arg = Ecaml__.Customization_intf.Enum_arg
module type S = Ecaml__.Customization_intf.Enum
val make : Ecaml.Symbol.t -> Core_kernel.Source_code_position.t -> (module Arg with type t = 'a) -> docstring:string -> group:Group.t -> (module S with type t = 'a)