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

Safe HaskellNone
LanguageHaskell2010

Marvin.Interpolate.Text.Lazy

Documentation

class ShowLT a where Source #

Minimal complete definition

showLT

Methods

showLT :: a -> Text Source #

showListLT :: [a] -> Text Source #