diff options
-rwxr-xr-x | doc/biblio.bib | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/doc/biblio.bib b/doc/biblio.bib index 96cf10028..8f38d2b60 100755 --- a/doc/biblio.bib +++ b/doc/biblio.bib @@ -1,4 +1,3 @@ - @string{jfp = "Journal of Functional Programming"} @STRING{lncs="Lecture Notes in Computer Science"} @STRING{lnai="Lecture Notes in Artificial Intelligence"} @@ -990,6 +989,14 @@ Automated Reasoning}, YEAR = {1994} } +@PHDTHESIS{Bar99, + AUTHOR = {B. Barras}, + SCHOOL = {Universit\'e Paris 7}, + TITLE = {Auto-validation d'un système de preuves avec familles inductives, + TYPE = {Th\`ese de Doctorat}, + YEAR = {1999} +} + @UNPUBLISHED{ddr98, AUTHOR = {D. de Rauglaudre}, TITLE = {Camlp4 version 1.07.2}, @@ -1061,13 +1068,22 @@ Decomposition}}, } - @Misc{ProofGeneral, author = {David Aspinall}, title = {Proof General}, note = {\url{http://proofgeneral.inf.ed.ac.uk/}} } + + +@Book{CoqArt, + author = {Yves bertot and Pierre Castéran}, + title = {Coq'Art}, + publisher = {Springer-Verlag}, + year = 2004, + note = {To appear} +} + @INCOLLECTION{wadler87, AUTHOR = {P. Wadler}, TITLE = {Efficient Compilation of Pattern Matching}, |