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/typeof.v | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 mathcomp/ssrtest/typeof.v (limited to 'mathcomp/ssrtest/typeof.v') diff --git a/mathcomp/ssrtest/typeof.v b/mathcomp/ssrtest/typeof.v deleted file mode 100644 index f2cb1d4..0000000 --- a/mathcomp/ssrtest/typeof.v +++ /dev/null @@ -1,12 +0,0 @@ -(* (c) Copyright 2006-2016 Microsoft Corporation and Inria. *) -(* Distributed under the terms of CeCILL-B. *) -Require Import mathcomp.ssreflect.ssreflect. - -Ltac mycut x := - let tx := type of x in - cut tx. - -Lemma test : True. -Proof. -by mycut I=> [ x | ]; [ exact x | exact I ]. -Qed. \ No newline at end of file -- cgit v1.2.3