Cite This Page
Bibliographic details for Cont computations as question-answering boxes
- Page name: Cont computations as question-answering boxes
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 6 February 2021 15:18 UTC
- Date retrieved: 31 March 2023 13:36 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Cont_computations_as_question-answering_boxes&oldid=63875
- Page Version ID: 63875
Citation styles for Cont computations as question-answering boxes
APA style
Cont computations as question-answering boxes. (2021, February 6). HaskellWiki, . Retrieved 13:36, March 31, 2023 from https://wiki.haskell.org/index.php?title=Cont_computations_as_question-answering_boxes&oldid=63875.
MLA style
"Cont computations as question-answering boxes." HaskellWiki, . 6 Feb 2021, 15:18 UTC. 31 Mar 2023, 13:36 <https://wiki.haskell.org/index.php?title=Cont_computations_as_question-answering_boxes&oldid=63875>.
MHRA style
HaskellWiki contributors, 'Cont computations as question-answering boxes', HaskellWiki, , 6 February 2021, 15:18 UTC, <https://wiki.haskell.org/index.php?title=Cont_computations_as_question-answering_boxes&oldid=63875> [accessed 31 March 2023]
Chicago style
HaskellWiki contributors, "Cont computations as question-answering boxes," HaskellWiki, , https://wiki.haskell.org/index.php?title=Cont_computations_as_question-answering_boxes&oldid=63875 (accessed March 31, 2023).
CBE/CSE style
HaskellWiki contributors. Cont computations as question-answering boxes [Internet]. HaskellWiki, ; 2021 Feb 6, 15:18 UTC [cited 2023 Mar 31]. Available from: https://wiki.haskell.org/index.php?title=Cont_computations_as_question-answering_boxes&oldid=63875.
Bluebook style
Cont computations as question-answering boxes, https://wiki.haskell.org/index.php?title=Cont_computations_as_question-answering_boxes&oldid=63875 (last visited March 31, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Cont computations as question-answering boxes --- HaskellWiki{,} ", year = "2021", url = "https://wiki.haskell.org/index.php?title=Cont_computations_as_question-answering_boxes&oldid=63875", note = "[Online; accessed 31-March-2023]" }
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 = "Cont computations as question-answering boxes --- HaskellWiki{,} ", year = "2021", url = "\url{https://wiki.haskell.org/index.php?title=Cont_computations_as_question-answering_boxes&oldid=63875}", note = "[Online; accessed 31-March-2023]" }