Module Ppx_core.Context_free.Generated_code_hook

type 'a single_or_many =
| Single of 'a
| Many of 'a Ppx_core__.Import.list
type t = {
f : a. 'a Extension.Context.t ‑> Location.t ‑> 'a single_or_many ‑> Ppx_core__.Import.unit;
}
val nop : t