From fafd4dac5315e1d4e071b0044a50a16360b31964 Mon Sep 17 00:00:00 2001 From: Cyril Cohen Date: Thu, 23 Nov 2017 16:33:36 +0100 Subject: running semi-automated linting on the whole library --- mathcomp/ssrtest/ssrsyntax1.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mathcomp/ssrtest/ssrsyntax1.v') diff --git a/mathcomp/ssrtest/ssrsyntax1.v b/mathcomp/ssrtest/ssrsyntax1.v index 9116ba2..3fc202f 100644 --- a/mathcomp/ssrtest/ssrsyntax1.v +++ b/mathcomp/ssrtest/ssrsyntax1.v @@ -14,7 +14,7 @@ Import ssreflect. Goal (forall a b, a + b = b + a). intros. -rewrite 2![_ + _]plus_comm. +rewrite 2![_ + _]plus_comm. split. Abort. End Foo. -- cgit v1.2.3