liblawless-0.14.0.2: Prelude based on protolude for GHC 8 and beyond.

Safe HaskellNone
LanguageHaskell2010

Text

Synopsis

Documentation

module Data.Text

nfcText :: (Choice p, Applicative f) => p Text (f Text) -> p NFCText (f NFCText) Source #

Converts between Text and NFCText

nfcUtf8ByteString :: (Choice p, Applicative f) => p ByteString (f ByteString) -> p NFCText (f NFCText) Source #

Converts between a UTF-8 ByteString and an NFCText

nfcUtf8 :: (Choice p, Applicative f) => p String (f String) -> p NFCText (f NFCText) Source #

Converts between a String and an NFCText