diff options
| author | Enrico Tassi | 2018-04-12 09:54:36 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2018-04-12 09:54:36 +0200 |
| commit | d54b8dff818f0b1218df14cfb2b813da93154fa9 (patch) | |
| tree | b89257dd429d6d57c7efbe6403b9a231392b2a8b /mathcomp/ssrtest/occarrow.v | |
| parent | c17414bbef21bb3d0b96ee004c29ef7d56e55e2e (diff) | |
remove ssrtest: it now belongs to Coq
Diffstat (limited to 'mathcomp/ssrtest/occarrow.v')
| -rw-r--r-- | mathcomp/ssrtest/occarrow.v | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/mathcomp/ssrtest/occarrow.v b/mathcomp/ssrtest/occarrow.v deleted file mode 100644 index 927473f..0000000 --- a/mathcomp/ssrtest/occarrow.v +++ /dev/null @@ -1,15 +0,0 @@ -(* (c) Copyright 2006-2016 Microsoft Corporation and Inria. *) -(* Distributed under the terms of CeCILL-B. *) -Require Import mathcomp.ssreflect.ssreflect. -From mathcomp -Require Import eqtype ssrnat. - -Lemma test1 : forall n m : nat, n = m -> m * m + n * n = n * n + n * n. -move=> n m E; have [{2}-> _] : n * n = m * n /\ True by move: E => {1}<-. -by move: E => {3}->. -Qed. - -Lemma test2 : forall n m : nat, True /\ (n = m -> n * n = n * m). -by move=> n m; constructor=> [|{2}->]. -Qed. - |
