src/HOLCF/IOA/meta_theory/IOA.ML
author mueller
Thu, 22 Apr 1999 11:00:30 +0200
changeset 6467 863834a37769
parent 4533 05ecfa08fefa
child 12218 6597093b77e7
permissions -rw-r--r--
added frontend syntax for IOA, moved trivial examples to folder ex;

(*  Title:      HOLCF/IOA/meta_theory/IOA.thy
    ID:         $Id$
    Author:     Olaf Mueller
    Copyright   1996,1997  TU Muenchen

The theory of I/O automata in HOLCF.
*)  


val prems = goal HOL.thy "(P ==> Q-->R) ==> P&Q --> R";
  by (fast_tac (claset() addDs prems) 1);
qed "imp_conj_lemma";