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