src/HOL/HOLCF/IOA/IOA.thy
author wenzelm
Fri, 17 Jan 2025 11:49:31 +0100
changeset 81845 acd9849d4e9e
parent 62008 cbedaddc9351
permissions -rw-r--r--
tuned signature: more operations;

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