-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Unicode Character Database — Predicates on characters specified by Unicode -- -- Unicode Character Database — Predicates on characters specified by -- Unicode @package ucd @version 0.0.1.4 module Data.Char.Properties.BidiBrackets data Type O :: Type C :: Type paired :: Char -> Maybe (Char, Type) instance GHC.Enum.Bounded Data.Char.Properties.BidiBrackets.Type instance GHC.Enum.Enum Data.Char.Properties.BidiBrackets.Type instance GHC.Show.Show Data.Char.Properties.BidiBrackets.Type instance GHC.Read.Read Data.Char.Properties.BidiBrackets.Type instance GHC.Classes.Eq Data.Char.Properties.BidiBrackets.Type module Data.Char.Properties.DerivedCore isAlphabetic :: Char -> Bool isCaseIgnorable :: Char -> Bool isCased :: Char -> Bool isChangesWhenCasefolded :: Char -> Bool isChangesWhenCasemapped :: Char -> Bool isChangesWhenLowercased :: Char -> Bool isChangesWhenTitlecased :: Char -> Bool isChangesWhenUppercased :: Char -> Bool isDefaultIgnorableCodePoint :: Char -> Bool isGraphemeBase :: Char -> Bool isGraphemeExtend :: Char -> Bool isGraphemeLink :: Char -> Bool isIDContinue :: Char -> Bool isIDStart :: Char -> Bool isLowercase :: Char -> Bool isMath :: Char -> Bool isUppercase :: Char -> Bool isXIDContinue :: Char -> Bool isXIDStart :: Char -> Bool module Data.Char.Properties