Quotient Package: dont unfold mem_def, use rsp and prs instead
authorCezary Kaliszyk <kaliszyk@in.tum.de>
Mon, 30 Aug 2010 15:52:09 +0900
changeset 38862 2795499a20bd
parent 38861 27c7b620758c
child 38863 9070a7c356c9
Quotient Package: dont unfold mem_def, use rsp and prs instead
src/HOL/Tools/Quotient/quotient_tacs.ML
--- a/src/HOL/Tools/Quotient/quotient_tacs.ML	Mon Aug 30 15:44:33 2010 +0900
+++ b/src/HOL/Tools/Quotient/quotient_tacs.ML	Mon Aug 30 15:52:09 2010 +0900
@@ -619,10 +619,10 @@
 
 
 (* Since we use Ball and Bex during the lifting and descending,
-   we cannot deal with lemmas containing them, unless we unfold 
-   them by default. Also mem cannot be regularized in general. *)
+   we cannot deal with lemmas containing them, unless we unfold
+   them by default. *)
 
-val default_unfolds = @{thms Ball_def Bex_def mem_def}
+val default_unfolds = @{thms Ball_def Bex_def}
 
 
 (** descending as tactic **)