Context_free.Generated_code_hook
type !'a single_or_many =
| Single of 'a
| Many of 'a list
type t = {
f : 'a. 'a Ppxlib__.Extension.Context.t -> Astlib.Location.t -> 'a single_or_many -> unit;
}
val nop : t