src/HOL/HOLCF/IOA/meta_theory/IOA.thy
author wenzelm
Sat, 21 Nov 2015 20:13:52 +0100
changeset 61728 5f5ff1eab407
parent 58880 0baae4311a9f
child 62002 f1599e98c4d0
permissions -rw-r--r--
double flush to ensure persistent "state" output is reset; tuned GUI;

(*  Title:      HOL/HOLCF/IOA/meta_theory/IOA.thy
    Author:     Olaf Müller
*)

section {* The theory of I/O automata in HOLCF *}

theory IOA
imports SimCorrectness Compositionality Deadlock
begin

end