--- a/Quot/quotient_tacs.ML Thu Jan 21 11:11:22 2010 +0100
+++ b/Quot/quotient_tacs.ML Thu Jan 21 12:03:47 2010 +0100
@@ -358,6 +358,10 @@
(Const(@{const_name Bex1},_) $ (Const (@{const_name Respects}, _) $ _))
=> rtac @{thm fun_rel_id} THEN' quot_true_tac ctxt unlam
+| (Const (@{const_name fun_rel}, _) $ _ $ _) $
+ (Const(@{const_name Bexeq},_) $ _) $ (Const(@{const_name Bexeq},_) $ _)
+ => rtac @{thm bexeq_rsp} THEN' quotient_tac ctxt
+
| (_ $
(Const(@{const_name Babs},_) $ (Const (@{const_name Respects}, _) $ _) $ _) $
(Const(@{const_name Babs},_) $ (Const (@{const_name Respects}, _) $ _) $ _))