aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/ssrtest/caseview.v
diff options
context:
space:
mode:
Diffstat (limited to 'mathcomp/ssrtest/caseview.v')
-rw-r--r--mathcomp/ssrtest/caseview.v4
1 files changed, 4 insertions, 0 deletions
diff --git a/mathcomp/ssrtest/caseview.v b/mathcomp/ssrtest/caseview.v
new file mode 100644
index 0000000..108cf46
--- /dev/null
+++ b/mathcomp/ssrtest/caseview.v
@@ -0,0 +1,4 @@
+Require Import ssreflect.
+
+Lemma test (A B : Prop) : A /\ B -> True.
+Proof. by case=> _ /id _. Qed. \ No newline at end of file