citeproc-hs-0.3.2: A Citation Style Language implementation in HaskellSource codeContentsIndex
Text.CSL.Eval
Portabilityunportable
Stabilityunstable
MaintainerAndrea Rossato <andrea.rossato@unitn.it>
Description
The CSL implementation
Synopsis
evalLayout :: Layout -> EvalMode -> Bool -> [Locale] -> [MacroMap] -> [Option] -> Reference -> [Output]
evalSorting :: EvalMode -> [Locale] -> [MacroMap] -> [Option] -> [Sort] -> Reference -> [Sorting]
last' :: [a] -> [a]
module Text.CSL.Eval.Common
module Text.CSL.Eval.Output
Documentation
evalLayout :: Layout -> EvalMode -> Bool -> [Locale] -> [MacroMap] -> [Option] -> Reference -> [Output]Source
Produce the output with a Layout, the EvalMode, a Bool True if the evaluation happens for disambiguation purposes, the Locale, the MacrpMap, the position of the cite and the Reference.
evalSorting :: EvalMode -> [Locale] -> [MacroMap] -> [Option] -> [Sort] -> Reference -> [Sorting]Source
last' :: [a] -> [a]Source
module Text.CSL.Eval.Common
module Text.CSL.Eval.Output
Produced by Haddock version 2.6.1