Module Model.Expr

type t = {
  1. expr : Ppxlib.Ast.expression;
  2. code : string Ppxlib.Loc.t;
  3. to_t : string Ppxlib.Loc.t option;
  4. loc : Ppxlib.Location.t;
  5. string_relative_location : String_relative_location.t;
  6. escape_kind : Escape_kind.t;
}
val sexp_of_t : t -> Sexplib0.Sexp.t
val loc : t -> Ppxlib.Location.t