*** compiler/typecheck/TcMatches.lhs-boot 2010-11-08 17:39:21.000000000 -0500 --- compiler/typecheck/TcMatches.lhs-boot 2010-08-31 14:05:52.572512000 -0400 *************** *** 2,16 **** module TcMatches where import HsSyn ( GRHSs, MatchGroup, HsWrapper ) import Name ( Name ) ! import TcType ( BoxyRhoType ) import TcRnTypes( TcM, TcId ) tcGRHSsPat :: GRHSs Name ! -> BoxyRhoType -> TcM (GRHSs TcId) tcMatchesFun :: Name -> Bool -> MatchGroup Name ! -> BoxyRhoType -> TcM (HsWrapper, MatchGroup TcId) \end{code} --- 2,16 ---- module TcMatches where import HsSyn ( GRHSs, MatchGroup, HsWrapper ) import Name ( Name ) ! import TcType ( TcRhoType ) import TcRnTypes( TcM, TcId ) tcGRHSsPat :: GRHSs Name ! -> TcRhoType -> TcM (GRHSs TcId) tcMatchesFun :: Name -> Bool -> MatchGroup Name ! -> TcRhoType -> TcM (HsWrapper, MatchGroup TcId) \end{code}