src/HOLCF/IOA/Storage/Action.ML
author wenzelm
Mon, 28 Jun 1999 23:02:38 +0200
changeset 6853 80f88b762816
parent 6008 d0e9b1619468
child 12218 6597093b77e7
permissions -rw-r--r--
improved RANGE;

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

Derived rules for actions
*)

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

Addcongs [result()];