Cite This Page
Bibliographic details for Checking for correct invocation of a command line haskell program
- Page name: Checking for correct invocation of a command line haskell program
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 15 June 2007 21:23 UTC
- Date retrieved: 2 March 2021 04:58 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Checking_for_correct_invocation_of_a_command_line_haskell_program&oldid=12535
- Page Version ID: 12535
Citation styles for Checking for correct invocation of a command line haskell program
APA style
Checking for correct invocation of a command line haskell program. (2007, June 15). HaskellWiki, . Retrieved 04:58, March 2, 2021 from https://wiki.haskell.org/index.php?title=Checking_for_correct_invocation_of_a_command_line_haskell_program&oldid=12535.
MLA style
"Checking for correct invocation of a command line haskell program." HaskellWiki, . 15 Jun 2007, 21:23 UTC. 2 Mar 2021, 04:58 <https://wiki.haskell.org/index.php?title=Checking_for_correct_invocation_of_a_command_line_haskell_program&oldid=12535>.
MHRA style
HaskellWiki contributors, 'Checking for correct invocation of a command line haskell program', HaskellWiki, , 15 June 2007, 21:23 UTC, <https://wiki.haskell.org/index.php?title=Checking_for_correct_invocation_of_a_command_line_haskell_program&oldid=12535> [accessed 2 March 2021]
Chicago style
HaskellWiki contributors, "Checking for correct invocation of a command line haskell program," HaskellWiki, , https://wiki.haskell.org/index.php?title=Checking_for_correct_invocation_of_a_command_line_haskell_program&oldid=12535 (accessed March 2, 2021).
CBE/CSE style
HaskellWiki contributors. Checking for correct invocation of a command line haskell program [Internet]. HaskellWiki, ; 2007 Jun 15, 21:23 UTC [cited 2021 Mar 2]. Available from: https://wiki.haskell.org/index.php?title=Checking_for_correct_invocation_of_a_command_line_haskell_program&oldid=12535.
Bluebook style
Checking for correct invocation of a command line haskell program, https://wiki.haskell.org/index.php?title=Checking_for_correct_invocation_of_a_command_line_haskell_program&oldid=12535 (last visited March 2, 2021).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Checking for correct invocation of a command line haskell program --- HaskellWiki{,} ", year = "2007", url = "https://wiki.haskell.org/index.php?title=Checking_for_correct_invocation_of_a_command_line_haskell_program&oldid=12535", 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 = "Checking for correct invocation of a command line haskell program --- HaskellWiki{,} ", year = "2007", url = "\url{https://wiki.haskell.org/index.php?title=Checking_for_correct_invocation_of_a_command_line_haskell_program&oldid=12535}", note = "[Online; accessed 2-March-2021]" }