aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/ssrtest
diff options
context:
space:
mode:
authorMaxime Dénès2017-06-07 11:23:13 +0200
committerGitHub2017-06-07 11:23:13 +0200
commit91a31b33e198ae7e1a492931963d6daef52957e5 (patch)
tree6480095ba152ff892d21dc476dd969aa59cb9e04 /mathcomp/ssrtest
parent661b791747c6d1784160ee289945d336b54239e2 (diff)
parentcd7ba12978ee90c2bf1e59584ebf95e9ed275fb2 (diff)
Merge pull request #129 from maximedenes/ssr-merge
Ssr merge
Diffstat (limited to 'mathcomp/ssrtest')
-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.