ghc-8.11.0.20200524: The GHC API
Safe HaskellNone
LanguageHaskell2010

GHC.Tc.Gen.Pat

Description

Typechecking patterns

Synopsis

Documentation

data LetBndrSpec Source #

Instances

Instances details
Outputable LetBndrSpec Source # 
Instance details

Defined in GHC.Tc.Gen.Pat

tcCheckPat_O Source #

Arguments

:: HsMatchContext GhcRn 
-> CtOrigin

origin to use if the type needs inst'ing

-> LPat GhcRn 
-> TcSigmaType 
-> TcM a 
-> TcM (LPat GhcTcId, a) 

A variant of tcPat that takes a custom origin