src/HOL/HOLCF/IOA/IOA.thy
author blanchet
Mon, 28 Mar 2016 12:11:54 +0200
changeset 62738 fe827c6fa8c5
parent 62008 cbedaddc9351
permissions -rw-r--r--
compile

(*  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