aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/ssrtest/typeof.v
diff options
context:
space:
mode:
Diffstat (limited to 'mathcomp/ssrtest/typeof.v')
-rw-r--r--mathcomp/ssrtest/typeof.v12
1 files changed, 0 insertions, 12 deletions
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