src/HOLCF/IOA/meta_theory/IOA.thy
author huffman
Mon, 08 Feb 2010 11:14:12 -0800
changeset 35058 d0cc1650b378
parent 17233 41eee2e7b465
child 35174 e15040ae75d7
permissions -rw-r--r--
handle case where copy_stricts cannot be proven; rewrite proof script for take_apps

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

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

theory IOA
imports SimCorrectness Compositionality Deadlock
begin

end