From 9ff05742de1ec1838c0fd358b194b29c8b3ed10b Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Thu, 9 Mar 2017 10:22:28 +0100 Subject: Comments only [ci skip] --- libraries/template-haskell/Language/Haskell/TH/Syntax.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libraries') diff --git a/libraries/template-haskell/Language/Haskell/TH/Syntax.hs b/libraries/template-haskell/Language/Haskell/TH/Syntax.hs index 466834a9a4..8be48aa291 100644 --- a/libraries/template-haskell/Language/Haskell/TH/Syntax.hs +++ b/libraries/template-haskell/Language/Haskell/TH/Syntax.hs @@ -784,7 +784,7 @@ package `text` we find packConstr :: Constr packConstr = mkConstr textDataType "pack" [] Prefix -Here `packConstr` isn't a real data constructor, it's an ordiary +Here `packConstr` isn't a real data constructor, it's an ordinary function. Two complications * In such a case, we must take care to build the Name using -- cgit v1.2.1