summaryrefslogtreecommitdiff
path: root/paper/paper.bib
diff options
context:
space:
mode:
authorCamil Staps2016-06-03 00:39:37 +0200
committerCamil Staps2016-06-03 00:39:37 +0200
commit6ecadcb8571712536f9d121264f67f30f7bb0147 (patch)
tree0542e10ca752f538195095713ca786ab494335b6 /paper/paper.bib
parentUpdate example program (diff)
First version almost finished
Diffstat (limited to 'paper/paper.bib')
-rw-r--r--paper/paper.bib27
1 files changed, 27 insertions, 0 deletions
diff --git a/paper/paper.bib b/paper/paper.bib
index 93588fe..f43c91e 100644
--- a/paper/paper.bib
+++ b/paper/paper.bib
@@ -6,6 +6,20 @@
year = {1999}
}
+@book{semantics,
+ title = {Semantics with Applications: A Formal Introduction},
+ author = {Nielson, H. R. and Nielson, F.},
+ edition = {1999 Revised},
+ publisher = {John Wiley \& Sons},
+ year = {1992}
+}
+
+@article{monads,
+ author = {Wadler, P.},
+ title = {Monads for functional programming},
+ year = {1995}
+}
+
@article{algol,
author = {Backus, J. W. and Bauer, F. L. and Green, J. and Katz, C. and McCarthy, J. and Perlis, A. J. and Rutishauser, H. and Samelson, K. and Vauquois, B. and Wegstein, J. H. and van Wijngaarden, A. and Woodger, M.},
editor = {Naur, Peter},
@@ -26,3 +40,16 @@
address = {New York, NY, USA},
}
+@article{yard,
+ author = {Jager, P.T.},
+ title = {Analysing embedded domain specific languages in Haskell from Core},
+ year = {2014}
+}
+
+@misc{cloogle,
+ author = {Lubbers, M. and Staps, C.},
+ title = {Cloogle},
+ year = {2016},
+ howpublished = "\mbox{\url{http://cloogle.org/}}",
+ note = "Accessed June 2, 2016"
+}