src/HOL/HOLCF/IOA/IOA.thy
author wenzelm
Wed, 10 Apr 2019 16:18:12 +0200
changeset 70108 77f978dd8ffb
parent 62008 cbedaddc9351
permissions -rw-r--r--
merged;

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

section \<open>The theory of I/O automata in HOLCF\<close>

theory IOA
imports SimCorrectness Compositionality Deadlock
begin

end