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

Portabilityunportable
Stabilityunstable
MaintainerAndrea Rossato <andrea.rossato@ing.unitn.it>

Text.CSL.Style

Description

The Style types

Documentation

data Output Source

Constructors

FS String Formatting 
FN String [String] Formatting

A name and its given name if needed

FY String String Formatting

The year and a suffix if needed

O [Output] Formatting 
FC String [Output] [[Output]]

The contributor(s) with additional names

S String 

data BiblioData Source

Constructors

BD 

Instances

proc :: (Typeable a, Data b) => (a -> a) -> b -> bSource

query :: (Typeable a, Data b) => (a -> [c]) -> b -> [c]Source