author | Cezary Kaliszyk <kaliszyk@in.tum.de> |
Mon, 14 Dec 2009 10:12:23 +0100 | |
changeset 744 | 7092bd4fd264 |
parent 743 | 4b3822d1ed24 |
child 745 | 33ede8bb5fe1 |
Quot/QuotMain.thy | file | annotate | diff | comparison | revisions |
--- a/Quot/QuotMain.thy Mon Dec 14 10:09:49 2009 +0100 +++ b/Quot/QuotMain.thy Mon Dec 14 10:12:23 2009 +0100 @@ -719,6 +719,8 @@ (rtac inst_thm THEN' quotient_tac ctxt) i end handle _ => no_tac) (* FIXME / TODO what is the catch for ? Should go away, no? *) +(* The catch was for an error of solve_quotient_assum. You replaced it by quotient_tac + so I suppose it is equivalent to a "SOLVES" around quotient_tac. *) | _ => no_tac) *}