src/HOL/HOLCF/IOA/meta_theory/IOA.thy
author wenzelm
Mon, 15 Jun 2015 15:34:29 +0200
changeset 60486 17a2dae7d246
parent 58880 0baae4311a9f
child 62002 f1599e98c4d0
permissions -rw-r--r--
redundant: read = check o parse;

(*  Title:      HOL/HOLCF/IOA/meta_theory/IOA.thy
    Author:     Olaf Müller
*)

section {* The theory of I/O automata in HOLCF *}

theory IOA
imports SimCorrectness Compositionality Deadlock
begin

end