From 3f9cbab80ae275a439f1f04728f7924ef15ef155 Mon Sep 17 00:00:00 2001 From: Evan Czaplicki Date: Wed, 27 Apr 2016 18:45:38 -0700 Subject: [PATCH] Add missing word Thanks to @leocassarani from #1307 --- src/Reporting/Error/Syntax.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Reporting/Error/Syntax.hs b/src/Reporting/Error/Syntax.hs index 2167d0cde..d70c98197 100644 --- a/src/Reporting/Error/Syntax.hs +++ b/src/Reporting/Error/Syntax.hs @@ -282,7 +282,7 @@ unboundTypeVars declKind typeName givenVars unboundVars = , Help.reflowParagraph $ "Here's why. Imagine one `" ++ typeName ++ "` where `" ++ head unboundVars ++ "` is an Int and another where it is a Bool. When we explicitly list the type\ - \ variables, type checker can see that they are actually different types." + \ variables, the type checker can see that they are actually different types." ] )