:: Text -> String -package:recover-rtti

O(n) Convert a Text into a String.
A useful show-like function for debugging purposes.
Display the internal structure of a lazy Text.
O(n) Convert a Text into a String. Subject to fusion.
Must conform to a textually described format.
Warning: error remains in code
Throw an error with the given Text.
error applied to Text Since 0.4.1
A logging variant of error which uses unsafePerformIO to output a log message before calling error.
given a string, return a key that can be used in Indexable instances Of non persistent objects, such are cached objects (it changes fron execution to execution) . It uses addrHash
Provided for type disambiguation in the presence of OverloadedStrings. Since 0.1.0.0
A specialised variant of showsPrec, using precedence context zero, and returning an ordinary String.