source: doc/generic_types/generic_types.bib@ 1ca52db

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 1ca52db was 1ca52db, checked in by Aaron Moss <a3moss@…>, 9 years ago

Add more background and generics material to paper

  • Property mode set to 100644
File size: 1.2 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@phdthesis{Ditchfield92,
13 keywords = {C, parametric polymorphism, overloading},
14 contributer = {pabuhr@plg},
15 author = {Glen Jeffrey Ditchfield},
16 title = {Contextual Polymorphism},
17 school = {Department of Computer Science, University of Waterloo},
18 year = 1992,
19 address = {Waterloo, Ontario, Canada, N2L 3G1},
20 note = {\href{http://plg.uwaterloo.ca/theses/DitchfieldThesis.pdf}{http://\-plg.uwaterloo.ca/\-theses/\-DitchfieldThesis.pdf}}
21}
22
23@mastersthesis{Schluntz17,
24 author = {Schluntz, Robert},
25 title = {Resource Management and Tuples in C$\mathbf{\forall}$},
26 school = {School of Computer Science, University of Waterloo},
27 year = 2017,
28 address = {Waterloo, Ontario, Canada, N2L 3G1},
29 note = {[[unpublished]]}
30}
Note: See TracBrowser for help on using the repository browser.