src/HOLCF/IOA/ABP/Action.ML
author wenzelm
Sun, 25 Oct 1998 12:33:27 +0100
changeset 5769 6a422b22ba02
parent 5068 fb28eaa07e01
permissions -rw-r--r--
tuned checklist;

(*  Title:      HOLCF/IOA/ABP/Action.ML
    ID:         $Id$
    Author:     Olaf Mueller
    Copyright   1995  TU Muenchen

Derived rules for actions
*)

Goal "!!x. x = y ==> action_case a b c d e f g x =     \
\                               action_case a b c d e f g y";
by (Asm_simp_tac 1);

Addcongs [result()];