ghc-6.12.2: The GHC APISource codeContentsIndex
MatchLit
Documentation
dsLit :: HsLit -> DsM CoreExprSource
dsOverLit :: HsOverLit Id -> DsM CoreExprSource
hsLitKey :: HsLit -> LiteralSource
hsOverLitKey :: OutputableBndr a => HsOverLit a -> Bool -> LiteralSource
tidyLitPat :: HsLit -> Pat IdSource
tidyNPat :: HsOverLit Id -> Maybe (SyntaxExpr Id) -> SyntaxExpr Id -> Pat IdSource
matchLiterals :: [Id] -> Type -> [[EquationInfo]] -> DsM MatchResultSource
matchNPlusKPats :: [Id] -> Type -> [EquationInfo] -> DsM MatchResultSource
matchNPats :: [Id] -> Type -> [EquationInfo] -> DsM MatchResultSource
Produced by Haddock version 2.6.1