Module Args.Acc

module T : sig ... end
type (!'a, !'result, !'ty, 'nullable) t = 'a constraint 'a = < graphql_arg : ( unit -> 'ty Fields_derivers_graphql.Schema.Arg.arg_typ ) Core_kernel.ref ; graphql_arg_accumulator : 'result T.t Core_kernel.ref ; map : ( 'ty -> 'c ) Core_kernel.ref ; nullable_graphql_arg : ( unit -> 'nullable Fields_derivers_graphql.Schema.Arg.arg_typ ) Core_kernel.ref ; skip : bool Core_kernel.ref.. >