Module Context_free.Generated_code_hook

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