diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-03-09 10:22:28 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-03-09 10:39:24 +0100 |
commit | 9ff05742de1ec1838c0fd358b194b29c8b3ed10b (patch) | |
tree | 42d707f60d94e2f4d05260f9253e1db127d93246 /libraries | |
parent | 9e15db49b57df992184d342830ea830aabc626c9 (diff) | |
download | haskell-9ff05742de1ec1838c0fd358b194b29c8b3ed10b.tar.gz |
Comments only [ci skip]
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/template-haskell/Language/Haskell/TH/Syntax.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |