Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Exports the default interpolator + Show-oriented rendering modes
>>>
data Ty = Ty { val :: Int }
>>>
deriving stock Show
>>>
>>>
[int||Value is #{Ty 5}]
"Value is Ty {val = 5}"
Synopsis
Documentation
int :: QuasiQuoter Source #
The interpolator.