package ppxx

  1. Overview
  2. Docs
module Longident : sig ... end
module Ident : sig ... end
module Path : sig ... end
module Location : sig ... end
module XParsetree : sig ... end
val raise_errorf : ?loc:Location.t -> ?sub:Location.error list -> ?if_highlight:string -> ('a, Format.formatter, unit, 'b) format4 -> 'a
type 'a loc = 'a Location.loc = {
  1. txt : 'a;
  2. loc : Location.t;
}