src/HOL/HOLCF/IOA/IOA.thy
author wenzelm
Sun, 12 Aug 2018 14:28:28 +0200
changeset 68743 91162dd89571
parent 62008 cbedaddc9351
permissions -rw-r--r--
proper session dirs;

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