package tyxml-ppx

  1. Overview
  2. Docs
PPX to write TyXML documents with the HTML syntax

Install

dune-project
 Dependency

Authors

Maintainers

Sources

tyxml-5.0.0.tbz
sha256=c725bb8918ff1b601e7926b7b6b4799f8f4ab70f5fba9f0970da657cb82c07f2
sha512=61881aa7101b5072b887802e78897920516c9c2b484d51ac281509e83c79969c7654caa31b125ad843b45740dfe143ed5218fd7e4d98dfba8e0b24b272308ed6

doc/tyxml-ppx.internal/Tyxml_ppx/index.html

Module Tyxml_ppxSource

TyXML ppx library.

This is the documentation for the internal ppx library. Documentation for the ppx itself is available here.

Sourcetype lang =
  1. | Html
  2. | Svg

Given the payload of a %html ... or %svg ... expression, converts it to a TyXML expression representing the markup contained therein.

Sourceval expand_expr : lang:lang -> loc:Ppxlib.Location.t -> path:string -> arg:Ppxlib.Longident.t Ppxlib.Asttypes.loc option -> Ppxlib.expression -> Ppxlib.attribute list -> Ppxlib.expression
Sourceval expand_str_item : lang:lang -> loc:Ppxlib.Location.t -> path:string -> arg:Ppxlib.Longident.t Ppxlib.Asttypes.loc option -> Ppxlib.rec_flag -> Ppxlib.value_binding list -> Ppxlib.structure_item