Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Synopsis
- pr :: QuasiQuoter
- pr1 :: QuasiQuoter
Documentation
pr :: QuasiQuoter Source #
A proxy value quasiquoter. [pr|T|]
will splice an expression
Proxy::Proxy T
, while [pr|A,B,C|]
will splice in a value of
Proxy :: Proxy [A,B,C]
.