diff -r 6c12f5e24e34 -r 0437dbc127b3 src/HOL/HOLCF/IOA/meta_theory/IOA.thy --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/HOL/HOLCF/IOA/meta_theory/IOA.thy Sat Nov 27 16:08:10 2010 -0800 @@ -0,0 +1,11 @@ +(* Title: HOLCF/IOA/meta_theory/IOA.thy + Author: Olaf Müller +*) + +header {* The theory of I/O automata in HOLCF *} + +theory IOA +imports SimCorrectness Compositionality Deadlock +begin + +end