aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/ssrtest/intro_beta.v
diff options
context:
space:
mode:
authorCyril Cohen2017-11-23 16:33:36 +0100
committerCyril Cohen2018-02-06 13:54:37 +0100
commitfafd4dac5315e1d4e071b0044a50a16360b31964 (patch)
tree5b66c3d67e2b146e3a8013496379b96dd60dc75a /mathcomp/ssrtest/intro_beta.v
parent835467324db450c8fb8971e477cc4d82fa3e861b (diff)
running semi-automated linting on the whole library
Diffstat (limited to 'mathcomp/ssrtest/intro_beta.v')
-rw-r--r--mathcomp/ssrtest/intro_beta.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/mathcomp/ssrtest/intro_beta.v b/mathcomp/ssrtest/intro_beta.v
index 6b1b96d..4402be9 100644
--- a/mathcomp/ssrtest/intro_beta.v
+++ b/mathcomp/ssrtest/intro_beta.v
@@ -10,6 +10,6 @@ Definition C (P : T -> Prop) := forall x, P x.
Axiom P : T -> T -> Prop.
Lemma foo : C (fun x => forall y, let z := x in P y x).
-move=> a b.
+move=> a b.
match goal with |- (let y := _ in _) => idtac end.
Admitted.