From 54bea6573605372eea1cef81d4f7d2b13ca77034 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Fri, 11 Apr 2014 11:15:59 +0900 Subject: [PATCH] style change. --- Language/Haskell/GhcMod/Info.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)])