src/HOL/HOLCF/IOA/IOA.thy
author Thomas Lindae <thomas.lindae@in.tum.de>
Wed, 01 May 2024 12:34:53 +0200
changeset 81025 d4eb94b46e83
parent 62008 cbedaddc9351
permissions -rw-r--r--
lsp: added State and Dynamic Output html_output and margin handling;

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