ppx_html.syntax
Model.Node
ppx_html
ppx_html.examples
ppx_html.expander
ppx_html.kernel
ppx_html.runtime
ppx_html.test
ppxlib
yojson
type t =
| Text of string Ppxlib.Loc.t
| Expr of {
expr : Expr.t;
interpolation_kind : Interpolation_kind.t;
}
| Element of Element.t
val sexp_of_t : t -> Sexplib0.Sexp.t
val loc : t -> Ppxlib.Location.t