source: doc/generic_types/generic_types.bib@ 231f01c

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors deferred_resn demangler enum forall-pointer-decay jacob/cs343-translation jenkins-sandbox new-ast new-ast-unique-expr new-env no_list persistent-indexer pthread-emulation qualifiedEnum resolv-new stuck-waitfor-destruct with_gc
Last change on this file since 231f01c was 231f01c, checked in by Aaron Moss <a3moss@…>, 9 years ago

Further updates to paper

  • Property mode set to 100644
File size: 1.6 KB
Line 
1@mastersthesis{Bilson03,
2 keywords = {Cforall, parametric polymorphism, overloading},
3 contributer = {pabuhr@plg},
4 author = {Richard C. Bilson},
5 title = {Implementing Overloading and Polymorphism in Cforall},
6 school = {School of Computer Science, University of Waterloo},
7 year = 2003,
8 address = {Waterloo, Ontario, Canada, N2L 3G1},
9 note = {\href{http://plg.uwaterloo.ca/theses/BilsonThesis.pdf}{http://\-plg.uwaterloo.ca/\-theses/\-BilsonThesis.pdf}},
10}
11
12@techreport{C11,
13 type = {International Standard},
14 keywords = {ISO/IEC C 11},
15 contributer = {pabuhr@plg},
16 key = {{ISO/IEC} 9889-2011},
17 title = {American National Standard Information technology -- Programming Languages -- {C}},
18 institution = {International Standard Organization},
19 address = {http://www.iso.org},
20 year = 2012,
21}
22
23@phdthesis{Ditchfield92,
24 keywords = {C, parametric polymorphism, overloading},
25 contributer = {pabuhr@plg},
26 author = {Glen Jeffrey Ditchfield},
27 title = {Contextual Polymorphism},
28 school = {Department of Computer Science, University of Waterloo},
29 year = 1992,
30 address = {Waterloo, Ontario, Canada, N2L 3G1},
31 note = {\href{http://plg.uwaterloo.ca/theses/DitchfieldThesis.pdf}{http://\-plg.uwaterloo.ca/\-theses/\-DitchfieldThesis.pdf}}
32}
33
34@mastersthesis{Schluntz17,
35 author = {Schluntz, Robert},
36 title = {Resource Management and Tuples in C$\mathbf{\forall}$},
37 school = {School of Computer Science, University of Waterloo},
38 year = 2017,
39 address = {Waterloo, Ontario, Canada, N2L 3G1},
40 note = {[[unpublished]]}
41}
Note: See TracBrowser for help on using the repository browser.