src/HOLCF/IOA/Storage/Action.ML
author avigad
Wed, 03 Aug 2005 14:47:57 +0200
changeset 17007 332c28b2844e
parent 14981 e73f8140af78
permissions -rw-r--r--
removed Lfp

(*  Title:      HOLCF/IOA/ABP/Action.ML
    ID:         $Id$
    Author:     Olaf Müller

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()];