pandoc-citeproc-0.15.0.1: Supports using pandoc with citeproc

Copyright(c) John MacFarlane
LicenseBSD-style (see LICENSE)
MaintainerJohn MacFarlane <fiddlosopher@gmail.com>
Stabilityunstable
Portabilityunportable
Safe HaskellSafe
LanguageHaskell2010

Text.CSL.Data

Description

 
Synopsis

Documentation

getLocale :: String -> IO ByteString Source #

Raises CSLLocaleException on error.

data CSLLocaleException Source #

Constructors

CSLLocaleNotFound String 
CSLLocaleReadError IOException 
Instances
Show CSLLocaleException Source # 
Instance details

Defined in Text.CSL.Data

Methods

showsPrec :: Int -> CSLLocaleException -> ShowS

show :: CSLLocaleException -> String

showList :: [CSLLocaleException] -> ShowS

Exception CSLLocaleException Source # 
Instance details

Defined in Text.CSL.Data

Methods

toException :: CSLLocaleException -> SomeException

fromException :: SomeException -> Maybe CSLLocaleException

displayException :: CSLLocaleException -> String

getDefaultCSL :: IO ByteString Source #

getManPage :: IO ByteString Source #

getLicense :: IO ByteString Source #

langBase :: [(String, String)] Source #