diff options
| -rw-r--r-- | test-suite/success/cc.v | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test-suite/success/cc.v b/test-suite/success/cc.v index 4d898da97d..940aa75075 100644 --- a/test-suite/success/cc.v +++ b/test-suite/success/cc.v @@ -71,13 +71,3 @@ Theorem discr2 : (Some ? true)=(Some ? false)->False. Intros. Congruence. Save. - -(* example with Congruence.Solve (requires CCSolve.v)*) - -Require CCSolve. - -Theorem t4 : (A:Set; P:(A->Prop); a,b,c,d:A)a=b->c=d-> - (P a)->((P b)->(P c))->(P d). -Intros. -CCsolve. -Save. |
