summaryrefslogtreecommitdiff
path: root/doc/reference/examples.bib
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2003-03-21 14:26:37 +0000
committerpaltherr <paltherr@epfl.ch>2003-03-21 14:26:37 +0000
commit1c311b1828950539858292dc2c3bcc4a184e890a (patch)
treecd45012edc390cae0baddf4018d115b8d6f3f015 /doc/reference/examples.bib
parentb80dcfe38a51af9fd8933a6f8940dd4f97dc9820 (diff)
downloadscala-1c311b1828950539858292dc2c3bcc4a184e890a.tar.gz
scala-1c311b1828950539858292dc2c3bcc4a184e890a.tar.bz2
scala-1c311b1828950539858292dc2c3bcc4a184e890a.zip
- Added examples.bib
Diffstat (limited to 'doc/reference/examples.bib')
-rw-r--r--doc/reference/examples.bib20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/reference/examples.bib b/doc/reference/examples.bib
new file mode 100644
index 0000000000..efdb03db74
--- /dev/null
+++ b/doc/reference/examples.bib
@@ -0,0 +1,20 @@
+
+@Book{ abelson-sussman:structure,
+ author = {Harold Abelson and Gerald Jay Sussman and Julie Sussman},
+ title = {The Structure and Interpretation of Computer Programs, 2nd
+ edition},
+ year = {1996},
+ publisher = {MIT Press},
+ address = {Cambridge, Massachusetts}
+}
+
+@InProceedings{ odersky-et-al:fool10,
+ author = {Martin Odersky and Vincent Cremet and Christine R\"ockl
+ and Matthias Zenger},
+ title = {A Nominal Theory of Ojects with Dependent Types},
+ booktitle = {Proc. FOOL 10},
+ year = 2003,
+ month = jan,
+ note = {\verb@http://www.cis.upenn.edu/~bcpierce/FOOL/FOOL10.html@}
+
+}