diff --git a/Language/Haskell/GhcMod/Info.hs b/Language/Haskell/GhcMod/Info.hs index ff4c968..8f3db29 100644 --- a/Language/Haskell/GhcMod/Info.hs +++ b/Language/Haskell/GhcMod/Info.hs @@ -121,7 +121,7 @@ typeOf opt cradle file modstr lineNo colNo = cmp a b | a `G.isSubspanOf` b = O.LT | b `G.isSubspanOf` a = O.GT - | otherwise = O.EQ + | otherwise = O.EQ errmsg = convert opt ([] :: [((Int,Int,Int,Int),String)])