Copyright | © 2017–present Mark Karpov |
---|---|
License | BSD 3 clause |
Maintainer | Mark Karpov <markkarpov92@gmail.com> |
Stability | experimental |
Portability | portable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Quasi-quoters for compile-time construction of URIs and refined text values.
All of the quasi-quoters in this module can be used in an expression
context. With the ViewPatterns
language extension enabled, they may
also be used in a pattern context (since 0.3.2.0).
Synopsis
Documentation
uri :: QuasiQuoter Source #
Construct a URI
value at compile time.
queryValue :: QuasiQuoter Source #
Construct a 'RText
value at compile time.QueryValue