src/HOL/Hoare/Hoare.thy
author wenzelm
Wed, 10 Nov 2010 17:53:41 +0100
changeset 40473 a6db1a68fe3c
parent 35321 c298a4fc324b
child 72806 4fa08e083865
permissions -rw-r--r--
use official/portable Multithreading.max_threads_value, which is also subject to user preferences (NB: Thread.numProcessors is apt to lead to surprises like very high numbers for systems with hyperthreading);

(*  Author:     Tobias Nipkow
    Copyright   1998-2003 TUM
*)

theory Hoare
imports Examples ExamplesAbort Pointers0 Pointer_Examples Pointer_ExamplesAbort SchorrWaite Separation
begin

end