summaryrefslogtreecommitdiff
path: root/paper/paper.bib
diff options
context:
space:
mode:
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"
+}