citeproc-hs-0.3.10: A Citation Style Language implementation in Haskell

Copyright(c) Andrea Rossato
LicenseBSD-style (see LICENSE)
MaintainerAndrea Rossato <andrea.rossato@unitn.it>
Stabilityunstable
Portabilityunportable
Safe HaskellNone
LanguageHaskell98

Text.CSL.Eval

Description

The CSL implementation

Synopsis

Documentation

evalLayout :: Layout -> EvalMode -> Bool -> [Locale] -> [MacroMap] -> [Option] -> [Abbrev] -> Reference -> [Output] Source

Produce the output with a Layout, the EvalMode, a Bool True if the evaluation happens for disambiguation purposes, the Locale, the MacroMap, the position of the cite and the Reference.

last' :: [a] -> [a] Source

split :: (Char -> Bool) -> String -> [String] Source