-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Bindings for GNU IDN -- -- Bindings for GNU IDN @package gnuidn @version 0.1 module Data.Text.IDN.StringPrep data Flags Flags :: Bool -> Bool -> Bool -> Flags enableNFKC :: Flags -> Bool enableBidi :: Flags -> Bool allowUnassigned :: Flags -> Bool data Error ErrorContainsUnassigned :: Error ErrorContainsProhibited :: Error ErrorBidiBothLAndRAL :: Error ErrorBidiLeadTrailNotRAL :: Error ErrorBidiContainsProhibited :: Error ErrorInconsistentProfile :: Error ErrorInvalidFlag :: Error ErrorNormalisationFailed :: Error ErrorUnknown :: Integer -> Error defaultFlags :: Flags stringprep :: Profile -> Flags -> Text -> Either Error Text data Profile profileNameprep :: Profile profileSaslPrep :: Profile profilePlain :: Profile profileTrace :: Profile profileKerberos5 :: Profile profileNodeprep :: Profile profileResourceprep :: Profile profileISCSI :: Profile instance Show Error instance Eq Error