|
Text.CSL.Input.MODS | Portability | unportable | Stability | unstable | Maintainer | Andrea Rossato <andrea.rossato@unitn.it> |
|
|
|
Description |
An ugly MODS parser
|
|
Synopsis |
|
readModsFile :: FilePath -> IO Reference | | readModsColletionFile :: FilePath -> IO [Reference] | | xpModsCollection :: PU [Reference] | | xpMods :: PU Reference | | xpReference :: PU Reference | | xpCiteKey :: PU String | | xpOrigin :: PU ([RefDate], [Agent], String) | | xpRefType :: PU RefType | | xpRefType' :: PU RefType | | xpGenre :: PU String | | xpRelatedItem :: PU Reference | | xpTitle :: PU String | | xpAgents :: PU (([Agent], [Agent], [Agent]), ([Agent], [Agent], [Agent]), ([Agent], [Agent])) | | xpAgent :: String -> String -> PU [Agent] | | xpNameData :: PU ([String], String) | | xpPart :: PU (([RefDate], String, String, String), (String, String, String)) | | | | xpDetail :: PU Detail | | xpPage :: PU String | | xpUrl :: PU ([RefDate], String) | | readDate :: String -> [RefDate] | | betterThen :: Eq a => [a] -> [a] -> [a] |
|
|
Documentation |
|
|
Read a file with a single MODS record.
|
|
|
Read a file with a collection of MODS records.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Constructors | | Instances | |
|
|
|
|
|
|
|
|
|
|
betterThen :: Eq a => [a] -> [a] -> [a] | Source |
|
|
Produced by Haddock version 2.4.2 |