src/HOLCF/IOA/NTP/Action.ML
changeset 3073 88366253a09a
child 5068 fb28eaa07e01
equal deleted inserted replaced
3072:a31419014be5 3073:88366253a09a
       
     1 (*  Title:      HOL/IOA/NTP/Action.ML
       
     2     ID:         $Id$
       
     3     Author:     Tobias Nipkow & Konrad Slind
       
     4     Copyright   1994  TU Muenchen
       
     5 
       
     6 Derived rules for actions
       
     7 *)
       
     8 
       
     9 goal Action.thy "!!x. x = y ==> action_case a b c d e f g h i j x =     \
       
    10 \                               action_case a b c d e f g h i j y";
       
    11 by (Asm_simp_tac 1);
       
    12 
       
    13 Addcongs [result()];