src/HOL/Hoare_Parallel/Hoare_Parallel.thy
author wenzelm
Thu, 11 Jul 2013 15:56:12 +0200
changeset 52598 cad097fb46de
parent 32621 a073cb249a06
permissions -rw-r--r--
disallow concurrent execution attempt explicitly -- it should never happen due to management of singleton execution; tuned error messages: prefer plain "error" as in document.ML;

theory Hoare_Parallel
imports OG_Examples Gar_Coll Mul_Gar_Coll RG_Examples
begin

end