| Safe Haskell | Safe | 
|---|---|
| Language | Haskell98 | 
Data.Proxy.TH
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].