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