From d54b8dff818f0b1218df14cfb2b813da93154fa9 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Thu, 12 Apr 2018 09:54:36 +0200 Subject: remove ssrtest: it now belongs to Coq --- mathcomp/ssrtest/caseview.v | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 mathcomp/ssrtest/caseview.v (limited to 'mathcomp/ssrtest/caseview.v') 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 -- cgit v1.2.3