added references to HOL-Boogie papers
authorboehmes
Thu, 05 Nov 2009 14:41:37 +0100
changeset 33444 cba964797872
parent 33437 c8bc8dc5869f
child 33445 f0c78a28e18e
added references to HOL-Boogie papers
src/HOL/Boogie/Boogie.thy
--- a/src/HOL/Boogie/Boogie.thy	Wed Nov 04 17:17:30 2009 +0100
+++ b/src/HOL/Boogie/Boogie.thy	Thu Nov 05 14:41:37 2009 +0100
@@ -13,6 +13,22 @@
   ("Tools/boogie_split.ML")
 begin
 
+text {*
+HOL-Boogie and its applications are described in:
+\begin{itemize}
+
+\item Sascha B"ohme, K. Rustan M. Leino, and Burkhart Wolff.
+HOL-Boogie --- An Interactive Prover for the Boogie Program-Verifier.
+Theorem Proving in Higher Order Logics, 2008.
+
+\item Sascha B"ohme, Micha{\l} Moskal, Wolfram Schulte, and Burkhart Wolff.
+HOL-Boogie --- An Interactive Prover-Backend for the Verifying C Compiler.
+Journal of Automated Reasoning, 2009.
+
+\end{itemize}
+*}
+
+
 section {* Built-in types and functions of Boogie *}
 
 subsection {* Labels *}