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

Portabilityunportable
Stabilityunstable
MaintainerAndrea Rossato <andrea.rossato@unitn.it>
Safe HaskellSafe-Infered

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