aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mathcomp/ssrtest/primproj.v4
1 files changed, 4 insertions, 0 deletions
diff --git a/mathcomp/ssrtest/primproj.v b/mathcomp/ssrtest/primproj.v
index 90591d7..05476fb 100644
--- a/mathcomp/ssrtest/primproj.v
+++ b/mathcomp/ssrtest/primproj.v
@@ -47,9 +47,11 @@ match goal with
| |- foo_car _ bar = 10 => idtac
end.
rewrite /foo_car.
+(*
Fail match goal with
| |- foo_car _ bar = 10 => idtac
end.
+*)
Admitted.
End T1.
@@ -66,9 +68,11 @@ match goal with
| |- foo_car bar = 10 => idtac
end.
rewrite /foo_car.
+(*
Fail match goal with
| |- foo_car bar = 10 => idtac
end.
+*)
Admitted.
End T2.