added stric
authoroheimb
Thu, 12 Sep 1996 17:18:00 +0200
changeset 1989 8e0ff1bfcfea
parent 1988 992db37acead
child 1990 9e23119c0219
added stric tI
src/HOLCF/Cfun2.ML
--- a/src/HOLCF/Cfun2.ML	Thu Sep 12 15:22:52 1996 +0200
+++ b/src/HOLCF/Cfun2.ML	Thu Sep 12 17:18:00 1996 +0200
@@ -111,6 +111,13 @@
         ]);
 
 
+qed_goal "strictI" Cfun2.thy "f`x = UU ==> f`UU = UU" (fn prems => [
+	cut_facts_tac prems 1,
+	rtac (eq_UU_iff RS iffD2) 1,
+	etac subst 1,
+	rtac (minimal RS monofun_cfun_arg) 1]);
+
+
 (* ------------------------------------------------------------------------ *)
 (* ch2ch - rules for the type 'a -> 'b                                      *)
 (* use MF2 lemmas from Cont.ML                                              *)