Cite This Page
Bibliographic details for Parsec
- Page name: Parsec
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 1 August 2021 16:25 UTC
- Date retrieved: 2 June 2023 18:43 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Parsec&oldid=64649
- Page Version ID: 64649
Citation styles for Parsec
APA style
Parsec. (2021, August 1). HaskellWiki, . Retrieved 18:43, June 2, 2023 from https://wiki.haskell.org/index.php?title=Parsec&oldid=64649.
MLA style
"Parsec." HaskellWiki, . 1 Aug 2021, 16:25 UTC. 2 Jun 2023, 18:43 <https://wiki.haskell.org/index.php?title=Parsec&oldid=64649>.
MHRA style
HaskellWiki contributors, 'Parsec', HaskellWiki, , 1 August 2021, 16:25 UTC, <https://wiki.haskell.org/index.php?title=Parsec&oldid=64649> [accessed 2 June 2023]
Chicago style
HaskellWiki contributors, "Parsec," HaskellWiki, , https://wiki.haskell.org/index.php?title=Parsec&oldid=64649 (accessed June 2, 2023).
CBE/CSE style
HaskellWiki contributors. Parsec [Internet]. HaskellWiki, ; 2021 Aug 1, 16:25 UTC [cited 2023 Jun 2]. Available from: https://wiki.haskell.org/index.php?title=Parsec&oldid=64649.
Bluebook style
Parsec, https://wiki.haskell.org/index.php?title=Parsec&oldid=64649 (last visited June 2, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Parsec --- HaskellWiki{,} ", year = "2021", url = "https://wiki.haskell.org/index.php?title=Parsec&oldid=64649", note = "[Online; accessed 2-June-2023]" }
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 = "2021", url = "\url{https://wiki.haskell.org/index.php?title=Parsec&oldid=64649}", note = "[Online; accessed 2-June-2023]" }