src/HOLCF/Sprod2.ML
changeset 1779 1155c06fa956
parent 1461 6bcb44e4d6e5
child 2033 639de962ded4
--- a/src/HOLCF/Sprod2.ML	Fri May 31 19:47:23 1996 +0200
+++ b/src/HOLCF/Sprod2.ML	Fri May 31 19:55:19 1996 +0200
@@ -42,7 +42,7 @@
         (etac (inst_sprod_po RS subst) 1)
         ]);
 
-val less_sprod4a = (less_sprod4b RS defined_Ispair_rev);
+bind_thm ("less_sprod4a", less_sprod4b RS defined_Ispair_rev);
 (* Ispair ?a ?b << Ispair UU UU ==> ?a = UU | ?b = UU *)
 
 qed_goal "less_sprod4c" Sprod2.thy
@@ -252,7 +252,7 @@
         (etac (monofun_Issnd RS ub2ub_monofun) 1)
         ]);
 
-val thelub_sprod = (lub_sprod RS thelubI);
+bind_thm ("thelub_sprod", lub_sprod RS thelubI);
 
 
 qed_goal "cpo_sprod" Sprod2.thy