Copyright | (c) John MacFarlane |
---|---|
License | BSD-style (see LICENSE) |
Maintainer | John MacFarlane <fiddlosopher@gmail.com> |
Stability | unstable |
Portability | unportable |
Safe Haskell | Safe |
Language | Haskell2010 |
Synopsis
- getLocale :: Text -> IO ByteString
- data CSLLocaleException
- getDefaultCSL :: IO ByteString
- getManPage :: IO ByteString
- getLicense :: IO ByteString
- langBase :: [(Text, Text)]
Documentation
getLocale :: Text -> IO ByteString Source #
Raises CSLLocaleException
on error.
data CSLLocaleException Source #
Instances
Show CSLLocaleException Source # | |
Defined in Text.CSL.Data showsPrec :: Int -> CSLLocaleException -> ShowS # show :: CSLLocaleException -> String # showList :: [CSLLocaleException] -> ShowS # | |
Exception CSLLocaleException Source # | |
Defined in Text.CSL.Data |