nyan-interpolation-simple-0.9: Simplified lightweight interpolation
Safe HaskellNone
LanguageHaskell2010

Text.Interpolation.Nyan.Show

Description

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