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

Safe HaskellNone
LanguageHaskell2010

Marvin.Interpolate.String

Documentation

class ShowStr a where Source #

Minimal complete definition

showStr

Methods

showStr :: a -> String Source #

showListStr :: [a] -> String Source #