foundation-edge-0.0.3: foundation's edge with the conventional set of packages

LicenseBSD-style
MaintainerFoundation
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Foundation.Compat.Text

Description

Module to convert text's Text type

Synopsis

Documentation

toText :: String -> Text Source #

Convert a String to a Text. This currently allocates a new Text and copies the String content.

fromText :: Text -> String Source #

Convert a Text to String This currently allocates a new String and copies the Text content.