Cite This Page
Bibliographic details for GetOpt
- Page name: GetOpt
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 8 June 2023 05:40 UTC
- Date retrieved: 13 October 2024 14:01 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=GetOpt&oldid=65882
- Page Version ID: 65882
Citation styles for GetOpt
APA style
GetOpt. (2023, June 8). HaskellWiki, . Retrieved 14:01, October 13, 2024 from https://wiki.haskell.org/index.php?title=GetOpt&oldid=65882.
MLA style
"GetOpt." HaskellWiki, . 8 Jun 2023, 05:40 UTC. 13 Oct 2024, 14:01 <https://wiki.haskell.org/index.php?title=GetOpt&oldid=65882>.
MHRA style
HaskellWiki contributors, 'GetOpt', HaskellWiki, , 8 June 2023, 05:40 UTC, <https://wiki.haskell.org/index.php?title=GetOpt&oldid=65882> [accessed 13 October 2024]
Chicago style
HaskellWiki contributors, "GetOpt," HaskellWiki, , https://wiki.haskell.org/index.php?title=GetOpt&oldid=65882 (accessed October 13, 2024).
CBE/CSE style
HaskellWiki contributors. GetOpt [Internet]. HaskellWiki, ; 2023 Jun 8, 05:40 UTC [cited 2024 Oct 13]. Available from: https://wiki.haskell.org/index.php?title=GetOpt&oldid=65882.
Bluebook style
GetOpt, https://wiki.haskell.org/index.php?title=GetOpt&oldid=65882 (last visited October 13, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "GetOpt --- HaskellWiki{,} ", year = "2023", url = "https://wiki.haskell.org/index.php?title=GetOpt&oldid=65882", note = "[Online; accessed 13-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 = "GetOpt --- HaskellWiki{,} ", year = "2023", url = "\url{https://wiki.haskell.org/index.php?title=GetOpt&oldid=65882}", note = "[Online; accessed 13-October-2024]" }