src/HOLCF/IOA/NTP/Action.ML
author wenzelm
Mon, 03 Nov 1997 17:56:39 +0100
changeset 4102 f746af27164b
parent 3073 88366253a09a
child 5068 fb28eaa07e01
permissions -rw-r--r--
added distinct_fst_string;

(*  Title:      HOL/IOA/NTP/Action.ML
    ID:         $Id$
    Author:     Tobias Nipkow & Konrad Slind
    Copyright   1994  TU Muenchen

Derived rules for actions
*)

goal Action.thy "!!x. x = y ==> action_case a b c d e f g h i j x =     \
\                               action_case a b c d e f g h i j y";
by (Asm_simp_tac 1);

Addcongs [result()];