ppx_html.syntax
Model.Literal
ppx_html
ppx_html.examples
ppx_html.expander
ppx_html.kernel
ppx_html.runtime
ppx_html.test
ppxlib
yojson
type t =
| Literal of string Ppxlib.Loc.t
| Component of {
name : Ppxlib.Longident.t Ppxlib.Loc.t;
string_relative_location : String_relative_location.t;
code : string Ppxlib.Loc.t;
}
val sexp_of_t : t -> Sexplib0.Sexp.t