src/HOLCF/IOA/Storage/Impl.ML
author wenzelm
Thu, 15 Feb 2001 17:18:54 +0100
changeset 11145 3e47692e3a3e
parent 7322 d16d7ddcc842
child 12218 6597093b77e7
permissions -rw-r--r--
eliminate get_def;

(*  Title:      HOL/IOA/example/Sender.thy
    ID:         $Id$
    Author:     Olaf Mueller
    Copyright   1997  TU Muenchen

Impl
*)
 
Goal 
 "New : actions(impl_sig)       &   \
\ Loc l : actions(impl_sig)       &   \
\ Free l : actions(impl_sig) ";
by (simp_tac (simpset() addsimps 
             (Impl.sig_def :: actions_def :: 
              asig_projections)) 1);
qed "in_impl_asig";