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: 25 February 2021 00:16 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Parsec&oldid=20561
- Page Version ID: 20561
Citation styles for Parsec
APA style
Parsec. (2020, March 2). HaskellWiki, . Retrieved 00:16, February 25, 2021 from https://wiki.haskell.org/index.php?title=Parsec&oldid=20561.
MLA style
"Parsec." HaskellWiki, . 2 Mar 2020, 15:16 UTC. 25 Feb 2021, 00:16 <https://wiki.haskell.org/index.php?title=Parsec&oldid=20561>.
MHRA style
HaskellWiki contributors, 'Parsec', HaskellWiki, , 2 March 2020, 15:16 UTC, <https://wiki.haskell.org/index.php?title=Parsec&oldid=20561> [accessed 25 February 2021]
Chicago style
HaskellWiki contributors, "Parsec," HaskellWiki, , https://wiki.haskell.org/index.php?title=Parsec&oldid=20561 (accessed February 25, 2021).
CBE/CSE style
HaskellWiki contributors. Parsec [Internet]. HaskellWiki, ; 2020 Mar 2, 15:16 UTC [cited 2021 Feb 25]. Available from: https://wiki.haskell.org/index.php?title=Parsec&oldid=20561.
Bluebook style
Parsec, https://wiki.haskell.org/index.php?title=Parsec&oldid=20561 (last visited February 25, 2021).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Parsec --- HaskellWiki{,} ", year = "2020", url = "https://wiki.haskell.org/index.php?title=Parsec&oldid=20561", note = "[Online; accessed 25-February-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=20561}", note = "[Online; accessed 25-February-2021]" }