summaryrefslogtreecommitdiff
path: root/compiler/iface/TcIface.hs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-01-11 17:52:20 +0100
committerGabor Greif <ggreif@gmail.com>2017-01-12 13:30:29 +0100
commitc6b0486578c0df2b4ee7c440a95b515293e5b3e6 (patch)
tree8e2633922da964f589a47f4376529cc50ff78c8d /compiler/iface/TcIface.hs
parentf9df77e4abb2a5d83040ad5dd2dc19df6e055c5c (diff)
downloadhaskell-c6b0486578c0df2b4ee7c440a95b515293e5b3e6.tar.gz
Typos in manual, comments and tests
Diffstat (limited to 'compiler/iface/TcIface.hs')
-rw-r--r--compiler/iface/TcIface.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/iface/TcIface.hs b/compiler/iface/TcIface.hs
index 9625e36a68..176d8743fc 100644
--- a/compiler/iface/TcIface.hs
+++ b/compiler/iface/TcIface.hs
@@ -271,7 +271,7 @@ mergeIfaceDecls = plusOccEnv_C mergeIfaceDecl
-- (a) need a stronger acyclicity check which considers *all*
-- possible choices from a merge, or (b) we must find a selection
-- of declarations which is acyclic, and show that this is always
--- the "best" choice we could have made (ezyang conjecture's this
+-- the "best" choice we could have made (ezyang conjectures this
-- is the case but does not have a proof). For now this is
-- not implemented.
--