| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Text.Interpolation.Nyan.Show
Description
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.