merged
authorChristian Urban <urbanc@in.tum.de>
Wed, 27 Jan 2010 12:19:21 +0100
changeset 958 fd2493ae3df2
parent 957 080bd6f1607c (current diff)
parent 956 921096706b84 (diff)
child 960 d7ec7b1204a5
child 963 caed1462c951
merged
--- a/Quot/quotient_term.ML	Wed Jan 27 12:19:00 2010 +0100
+++ b/Quot/quotient_term.ML	Wed Jan 27 12:19:21 2010 +0100
@@ -363,6 +363,18 @@
       A = B  ----> (R ===> R) A B
 
    for more complicated types of A and B
+
+
+ The regularize_trm accepts raw theorems in which equalities
+ and quantifiers match exactly the ones in the lifted theorem
+ but also accepts partially regularized terms.
+
+ This means that the raw theorems can have:
+   Ball (Respects R),  Bex (Respects R), Bexeq (Respects R), R
+ in the places where:
+   All, Ex, Ex1, (op =)
+ is required the lifted theorem.
+
 *)
 
 val mk_babs = Const (@{const_name Babs}, dummyT)