package styled-ppx

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Ppx.Mapper

val getHtmlTag : string -> string option
val getHtmlTagUnsafe : loc:Ppxlib.location -> string -> string
val isStyled : string -> bool
type contents =
  1. | Match of Ppxlib.expression * Ppxlib.case list
  2. | ListOf of Ppxlib.expression
  3. | EmptyList
val lid : string -> Ppxlib.longident Ppxlib.loc
val css : string Ppxlib.loc -> contents -> Astlib.Ast_502.Parsetree.expression
val transform : Ppxlib.structure_item -> Ppxlib__.Import.structure_item