nyan-interpolation-0.9.1: Flexible production-scale string interpolation library
Safe HaskellSafe-Inferred
LanguageHaskell2010

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.