rfc-0.0.0.25: Robert Fischer's Common library

Safe HaskellNone
LanguageHaskell2010

RFC.String

Contents

Documentation

asUTF8 :: (ToText a, FromText (UTF8 b)) => a -> b Source #

toUTF8 :: (DecodeText f (UTF8 a), FromText b) => a -> f b Source #

Orphan instances