author | paulson |
Thu, 18 Jan 1996 10:38:29 +0100 | |
changeset 1444 | 23ceb1dc9755 |
parent 1266 | 3ae9fe3c0f68 |
permissions | -rw-r--r-- |
1051 | 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"; |
|
1266 | 11 |
by (Asm_simp_tac 1); |
1051 | 12 |
|
1266 | 13 |
Addcongs [result()]; |