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 /compiler/iface | |
parent | 9e15db49b57df992184d342830ea830aabc626c9 (diff) | |
download | haskell-9ff05742de1ec1838c0fd358b194b29c8b3ed10b.tar.gz |
Comments only [ci skip]
Diffstat (limited to 'compiler/iface')
-rw-r--r-- | compiler/iface/TcIface.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/iface/TcIface.hs b/compiler/iface/TcIface.hs index 2d30f52b8a..3a6a4070d2 100644 --- a/compiler/iface/TcIface.hs +++ b/compiler/iface/TcIface.hs @@ -255,7 +255,7 @@ mergeIfaceDecl d1 d2 -- -- A module that defines T as representational in both arguments -- would successfully fill both signatures, so it would be better --- if if we merged the roles of these types in some nontrivial +-- if we merged the roles of these types in some nontrivial -- way. -- -- However, we have to be very careful about how we go about |