prologue-1.0.7: Better, more general Prelude exporting common utilities.

Safe HaskellNone
LanguageHaskell2010

Data.Text.Class

Documentation

class ToText a where Source

Methods

toText :: a -> Text Source

class FromText a where Source

Methods

fromText :: Text -> a Source