Actually add bibtex entries for added references.
[matthijs/master-project/report.git] / Report.bib
index 070e98f4a9d13d34f4f4b6f36eb93c846d460ad7..3142eaf2ec0cef820071988efd37cc754c9596a9 100644 (file)
  publisher = {ACM},
  address = {New York, NY, USA},
 }
+
+@book{jones87,
+       author = {Peyton Jones, Simon L.},
+       title = {The implementation of functional programming languages},
+       year = {1987},
+       publisher = {Prentice-Hall},
+}
+
+@article{church36,
+ title = {Some Properties of Conversion},
+ author = {Church, Alonzo and Rosser, J. B.},
+ journal = {Transactions of the American Mathematical Society},
+ volume = {39},
+ number = {3},
+ pages = {472--482},
+ url = {http://www.jstor.org/stable/1989762},
+ issn = {00029947},
+ year = {1936},
+ publisher = {American Mathematical Society},    
+}
+
+@book{klop80,
+       title={Combinatory reduction systems},
+       author={J.W. Klop},
+       year={1980},
+       publisher={Mathematisch Centrum},
+}
+
+@book{barendregt84,
+       title={The lambda calculus},
+       author={Hendrik Pieter Barendregt},
+       year={1984},
+       publisher={Elsevier Science},
+       edition={revised},
+}