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: 16 October 2024 07:35 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 07:35, October 16, 2024 from https://wiki.haskell.org/index.php?title=Parsec&oldid=64649.
MLA style
"Parsec." HaskellWiki, . 1 Aug 2021, 16:25 UTC. 16 Oct 2024, 07:35 <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 16 October 2024]
Chicago style
HaskellWiki contributors, "Parsec," HaskellWiki, , https://wiki.haskell.org/index.php?title=Parsec&oldid=64649 (accessed October 16, 2024).
CBE/CSE style
HaskellWiki contributors. Parsec [Internet]. HaskellWiki, ; 2021 Aug 1, 16:25 UTC [cited 2024 Oct 16]. 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 October 16, 2024).
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 16-October-2024]" }
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 16-October-2024]" }