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.v7
1 files changed, 0 insertions, 7 deletions
diff --git a/mathcomp/ssrtest/caseview.v b/mathcomp/ssrtest/caseview.v
deleted file mode 100644
index 478f573..0000000
--- a/mathcomp/ssrtest/caseview.v
+++ /dev/null
@@ -1,7 +0,0 @@
-(* (c) Copyright 2006-2016 Microsoft Corporation and Inria. *)
-(* Distributed under the terms of CeCILL-B. *)
-Require Import mathcomp.ssreflect.ssreflect.
-
-
-Lemma test (A B : Prop) : A /\ B -> True.
-Proof. by case=> _ /id _. Qed. \ No newline at end of file