src/HOLCF/Pcpo.ML
changeset 1779 1155c06fa956
parent 1675 36ba4da350c3
child 2033 639de962ded4
--- a/src/HOLCF/Pcpo.ML	Fri May 31 19:47:23 1996 +0200
+++ b/src/HOLCF/Pcpo.ML	Fri May 31 19:55:19 1996 +0200
@@ -27,10 +27,10 @@
 (* ------------------------------------------------------------------------ *)
 
 
-val is_ub_thelub = (cpo RS lubI RS is_ub_lub);
+bind_thm ("is_ub_thelub", cpo RS lubI RS is_ub_lub);
 (* is_chain(?S1) ==> ?S1(?x) << lub(range(?S1))                             *)
 
-val is_lub_thelub = (cpo RS lubI RS is_lub_lub);
+bind_thm ("is_lub_thelub", cpo RS lubI RS is_lub_lub);
 (* [| is_chain(?S5); range(?S5) <| ?x1 |] ==> lub(range(?S5)) << ?x1        *)