Cite This Page
Bibliographic details for GADTs for dummies
- Page name: GADTs for dummies
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 16 September 2015 21:57 UTC
- Date retrieved: 7 March 2021 09:56 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=GADTs_for_dummies&oldid=26130
- Page Version ID: 26130
Citation styles for GADTs for dummies
APA style
GADTs for dummies. (2015, September 16). HaskellWiki, . Retrieved 09:56, March 7, 2021 from https://wiki.haskell.org/index.php?title=GADTs_for_dummies&oldid=26130.
MLA style
"GADTs for dummies." HaskellWiki, . 16 Sep 2015, 21:57 UTC. 7 Mar 2021, 09:56 <https://wiki.haskell.org/index.php?title=GADTs_for_dummies&oldid=26130>.
MHRA style
HaskellWiki contributors, 'GADTs for dummies', HaskellWiki, , 16 September 2015, 21:57 UTC, <https://wiki.haskell.org/index.php?title=GADTs_for_dummies&oldid=26130> [accessed 7 March 2021]
Chicago style
HaskellWiki contributors, "GADTs for dummies," HaskellWiki, , https://wiki.haskell.org/index.php?title=GADTs_for_dummies&oldid=26130 (accessed March 7, 2021).
CBE/CSE style
HaskellWiki contributors. GADTs for dummies [Internet]. HaskellWiki, ; 2015 Sep 16, 21:57 UTC [cited 2021 Mar 7]. Available from: https://wiki.haskell.org/index.php?title=GADTs_for_dummies&oldid=26130.
Bluebook style
GADTs for dummies, https://wiki.haskell.org/index.php?title=GADTs_for_dummies&oldid=26130 (last visited March 7, 2021).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "GADTs for dummies --- HaskellWiki{,} ", year = "2015", url = "https://wiki.haskell.org/index.php?title=GADTs_for_dummies&oldid=26130", note = "[Online; accessed 7-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 = "GADTs for dummies --- HaskellWiki{,} ", year = "2015", url = "\url{https://wiki.haskell.org/index.php?title=GADTs_for_dummies&oldid=26130}", note = "[Online; accessed 7-March-2021]" }