Module Model.Literal

type t =
  1. | Literal of string Ppxlib.Loc.t
  2. | Component of {
    1. name : Ppxlib.Longident.t Ppxlib.Loc.t;
    2. string_relative_location : String_relative_location.t;
    3. code : string Ppxlib.Loc.t;
    }
val sexp_of_t : t -> Sexplib0.Sexp.t