string-transform-1.0.0: simple and easy haskell string transform wrapper

Safe HaskellSafe
LanguageHaskell2010

Data.String.Transform

Documentation

class ToString a where #

Minimal complete definition

toString

Methods

toString :: a -> String #

class ToTextLazy a where #

Minimal complete definition

toTextLazy

Methods

toTextLazy :: a -> Text #