src/HOL/HOLCF/IOA/IOA.thy
author wenzelm
Fri, 01 Apr 2016 17:14:27 +0200
changeset 62795 063d2f23cdf6
parent 62008 cbedaddc9351
permissions -rw-r--r--
removed redundant Position.set_range -- already done in Position.range;

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