From 68530b1cd45629e5a353a37df80195ac54d26ade Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Hr=C4=8Dek?= Date: Wed, 24 Jun 2020 15:55:39 +0200 Subject: Fix duplicated words and typos in comments and user guide --- testsuite/tests/indexed-types/should_compile/T3484.hs | 2 +- testsuite/tests/rename/should_fail/rnfail019.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuite') diff --git a/testsuite/tests/indexed-types/should_compile/T3484.hs b/testsuite/tests/indexed-types/should_compile/T3484.hs index 1d53b320d2..267ad8759d 100644 --- a/testsuite/tests/indexed-types/should_compile/T3484.hs +++ b/testsuite/tests/indexed-types/should_compile/T3484.hs @@ -40,4 +40,4 @@ natEqDec m n = caseNat undefined mIsS m where -- strange things: -- (1) commenting out the "Yes" case or changing it to "undefined" makes compilation succeed --- (2) replacing the "No" line with with the commented out "No" line makes compilation succeed +-- (2) replacing the "No" line with the commented out "No" line makes compilation succeed diff --git a/testsuite/tests/rename/should_fail/rnfail019.hs b/testsuite/tests/rename/should_fail/rnfail019.hs index ec97efe1cf..2e3dbf75e7 100644 --- a/testsuite/tests/rename/should_fail/rnfail019.hs +++ b/testsuite/tests/rename/should_fail/rnfail019.hs @@ -1,6 +1,6 @@ module ShouldFail where --- !!! Section with with a bad precedence +-- !!! Section with a bad precedence f x y = (x:y:) -- cgit v1.2.1