summaryrefslogtreecommitdiff
path: root/compiler/typecheck/TcMatches.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/typecheck/TcMatches.hs-boot')
-rw-r--r--compiler/typecheck/TcMatches.hs-boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/typecheck/TcMatches.hs-boot b/compiler/typecheck/TcMatches.hs-boot
index a45cbbed91..3e8dc0277b 100644
--- a/compiler/typecheck/TcMatches.hs-boot
+++ b/compiler/typecheck/TcMatches.hs-boot
@@ -4,13 +4,13 @@ import TcEvidence( HsWrapper )
import Name ( Name )
import TcType ( ExpRhoType, TcRhoType )
import TcRnTypes( TcM, TcId )
---import SrcLoc ( Located )
+import SrcLoc ( Located )
tcGRHSsPat :: GRHSs Name (LHsExpr Name)
-> TcRhoType
-> TcM (GRHSs TcId (LHsExpr TcId))
-tcMatchesFun :: Name
+tcMatchesFun :: Located Name
-> MatchGroup Name (LHsExpr Name)
-> ExpRhoType
-> TcM (HsWrapper, MatchGroup TcId (LHsExpr TcId))