pandoc-citeproc-0.17.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 :: Text -> IO ByteString Source #

Raises CSLLocaleException on error.

data CSLLocaleException Source #

Constructors

CSLLocaleNotFound Text 
CSLLocaleReadError IOException 

Instances

Instances details
Show CSLLocaleException Source # 
Instance details

Defined in Text.CSL.Data

Exception CSLLocaleException Source # 
Instance details

Defined in Text.CSL.Data

getDefaultCSL :: IO ByteString Source #

getManPage :: IO ByteString Source #

getLicense :: IO ByteString Source #

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