marvin-interpolate-0.1.0: Compile time string interpolation a la Scala and CoffeeScript

Safe HaskellNone
LanguageHaskell2010

Marvin.Interpolate.Text

Documentation

class ShowT a where Source #

Minimal complete definition

showT

Methods

showT :: a -> Text Source #

showListT :: [a] -> Text Source #

Instances