src/HOL/HOLCF/IOA/IOA.thy
author wenzelm
Mon, 02 Oct 2017 13:45:36 +0200
changeset 66748 3efac90a11a7
parent 62008 cbedaddc9351
permissions -rw-r--r--
more documentation;

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