Cite This Page
Bibliographic details for Parsec
- Page name: Parsec
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 2 March 2020 15:16 UTC
- Date retrieved: 24 January 2021 13:43 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Parsec&oldid=18905
- Page Version ID: 18905
Citation styles for Parsec
APA style
Parsec. (2020, March 2). HaskellWiki, . Retrieved 13:43, January 24, 2021 from https://wiki.haskell.org/index.php?title=Parsec&oldid=18905.
MLA style
"Parsec." HaskellWiki, . 2 Mar 2020, 15:16 UTC. 24 Jan 2021, 13:43 <https://wiki.haskell.org/index.php?title=Parsec&oldid=18905>.
MHRA style
HaskellWiki contributors, 'Parsec', HaskellWiki, , 2 March 2020, 15:16 UTC, <https://wiki.haskell.org/index.php?title=Parsec&oldid=18905> [accessed 24 January 2021]
Chicago style
HaskellWiki contributors, "Parsec," HaskellWiki, , https://wiki.haskell.org/index.php?title=Parsec&oldid=18905 (accessed January 24, 2021).
CBE/CSE style
HaskellWiki contributors. Parsec [Internet]. HaskellWiki, ; 2020 Mar 2, 15:16 UTC [cited 2021 Jan 24]. Available from: https://wiki.haskell.org/index.php?title=Parsec&oldid=18905.
Bluebook style
Parsec, https://wiki.haskell.org/index.php?title=Parsec&oldid=18905 (last visited January 24, 2021).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Parsec --- HaskellWiki{,} ", year = "2020", url = "https://wiki.haskell.org/index.php?title=Parsec&oldid=18905", note = "[Online; accessed 24-January-2021]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "HaskellWiki", title = "Parsec --- HaskellWiki{,} ", year = "2020", url = "\url{https://wiki.haskell.org/index.php?title=Parsec&oldid=18905}", note = "[Online; accessed 24-January-2021]" }