-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Haskell bindings to setlocale
--   
--   Haskell bindings to setlocale
@package setlocale
@version 1.0.0.3

module System.Locale.SetLocale
data Category
LC_ALL :: Category
LC_COLLATE :: Category
LC_CTYPE :: Category
LC_MESSAGES :: Category
LC_MONETARY :: Category
LC_NUMERIC :: Category
LC_TIME :: Category
categoryToCInt :: Category -> CInt
setLocale :: Category -> Maybe String -> IO (Maybe String)
instance Typeable Category
instance Bounded Category
instance Enum Category
instance Eq Category
instance Ord Category
instance Read Category
instance Show Category
