Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Poseidon.Contributor
Synopsis
- data ContributorSpec = ContributorSpec {}
- contributorSpecParser :: Parser [ContributorSpec]
- data ORCID = ORCID {
- _orcidNums :: [Char]
- _orcidChecksum :: Char
- renderORCID :: ORCID -> String
Documentation
data ContributorSpec Source #
A data type to represent a contributor
Constructors
ContributorSpec | |
Fields
|
Instances
A data type to represent an ORCID see https://support.orcid.org/hc/en-us/articles/360006897674-Structure-of-the-ORCID-Identifier
Constructors
ORCID | |
Fields
|
renderORCID :: ORCID -> String Source #