ghc-9.0.2: The GHC API
Safe HaskellSafe-Inferred
LanguageHaskell2010

GHC.HsToCore.GuardedRHSs

Documentation

dsGRHSs Source #

Arguments

:: HsMatchContext GhcRn 
-> GRHSs GhcTc (LHsExpr GhcTc)

Guarded RHSs

-> Type

Type of RHS

-> Maybe (NonEmpty Deltas)

Refined pattern match checking models, one for each GRHS. Defaults to initDeltas if Nothing.

-> DsM (MatchResult CoreExpr)