ghc-9.10.1: The GHC API
Safe HaskellNone
LanguageGHC2021

GHC.HsToCore.GuardedRHSs

Documentation

dsGRHSs Source #

Arguments

:: HsMatchContextRn 
-> GRHSs GhcTc (LHsExpr GhcTc)

Guarded RHSs

-> Type

Type of RHS

-> NonEmpty Nablas

Refined pattern match checking models, one for the pattern part and one for each GRHS.

-> DsM (MatchResult CoreExpr)