Maintainer | hapytexeu+gh@gmail.com |
---|---|
Stability | experimental |
Portability | POSIX |
Safe Haskell | None |
Language | Haskell2010 |
A module that defines a quasiquoter to parse a string to a css selector.
Synopsis
Documentation
csssel :: QuasiQuoter Source #
A quasiquoter that can be used to construct a SelectorGroup
for the given
css selector. In case the css selector is invalid. A compiler error will be
thrown (at compile time).
cssselFile :: QuasiQuoter Source #
A quasiquoter that takes the content from the file, and then runs the
content of that file as a csssel
quasiquote.
:: String | The string to be parsed to a |
-> SelectorGroup | The selectorgroup that is the equivalent of the given |
Parse the string to a SelectorGroup
.