setlocale-1.0.0.10: Haskell bindings to setlocale
Safe HaskellSafe-Inferred
LanguageHaskell2010

System.Locale.SetLocale

Documentation

data Category Source #

Instances

Instances details
Bounded Category Source # 
Instance details

Defined in System.Locale.SetLocale

Enum Category Source # 
Instance details

Defined in System.Locale.SetLocale

Read Category Source # 
Instance details

Defined in System.Locale.SetLocale

Methods

readsPrec :: Int -> ReadS Category

readList :: ReadS [Category]

readPrec :: ReadPrec Category

readListPrec :: ReadPrec [Category]

Show Category Source # 
Instance details

Defined in System.Locale.SetLocale

Methods

showsPrec :: Int -> Category -> ShowS

show :: Category -> String

showList :: [Category] -> ShowS

Eq Category Source # 
Instance details

Defined in System.Locale.SetLocale

Methods

(==) :: Category -> Category -> Bool

(/=) :: Category -> Category -> Bool

Ord Category Source # 
Instance details

Defined in System.Locale.SetLocale

Methods

compare :: Category -> Category -> Ordering

(<) :: Category -> Category -> Bool

(<=) :: Category -> Category -> Bool

(>) :: Category -> Category -> Bool

(>=) :: Category -> Category -> Bool

max :: Category -> Category -> Category

min :: Category -> Category -> Category

setLocale :: Category -> Maybe String -> IO (Maybe String) Source #