Cite This Page
Bibliographic details for Command line option parsers
- Page name: Command line option parsers
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 31 August 2017 21:45 UTC
- Date retrieved: 2 March 2021 02:34 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Command_line_option_parsers&oldid=58252
- Page Version ID: 58252
Citation styles for Command line option parsers
APA style
Command line option parsers. (2017, August 31). HaskellWiki, . Retrieved 02:34, March 2, 2021 from https://wiki.haskell.org/index.php?title=Command_line_option_parsers&oldid=58252.
MLA style
"Command line option parsers." HaskellWiki, . 31 Aug 2017, 21:45 UTC. 2 Mar 2021, 02:34 <https://wiki.haskell.org/index.php?title=Command_line_option_parsers&oldid=58252>.
MHRA style
HaskellWiki contributors, 'Command line option parsers', HaskellWiki, , 31 August 2017, 21:45 UTC, <https://wiki.haskell.org/index.php?title=Command_line_option_parsers&oldid=58252> [accessed 2 March 2021]
Chicago style
HaskellWiki contributors, "Command line option parsers," HaskellWiki, , https://wiki.haskell.org/index.php?title=Command_line_option_parsers&oldid=58252 (accessed March 2, 2021).
CBE/CSE style
HaskellWiki contributors. Command line option parsers [Internet]. HaskellWiki, ; 2017 Aug 31, 21:45 UTC [cited 2021 Mar 2]. Available from: https://wiki.haskell.org/index.php?title=Command_line_option_parsers&oldid=58252.
Bluebook style
Command line option parsers, https://wiki.haskell.org/index.php?title=Command_line_option_parsers&oldid=58252 (last visited March 2, 2021).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Command line option parsers --- HaskellWiki{,} ", year = "2017", url = "https://wiki.haskell.org/index.php?title=Command_line_option_parsers&oldid=58252", note = "[Online; accessed 2-March-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 = "Command line option parsers --- HaskellWiki{,} ", year = "2017", url = "\url{https://wiki.haskell.org/index.php?title=Command_line_option_parsers&oldid=58252}", note = "[Online; accessed 2-March-2021]" }