src/HOL/HOLCF/IOA/IOA.thy
author wenzelm
Wed, 23 Jan 2019 20:45:03 +0100
changeset 69726 461f0615faa3
parent 62008 cbedaddc9351
permissions -rw-r--r--
clarified signature;

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