| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
GHC.HsToCore.GuardedRHSs
Documentation
Arguments
| :: HsMatchContext GhcRn | |
| -> 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) |
isTrueLHsExpr :: LHsExpr GhcTc -> Maybe (CoreExpr -> DsM CoreExpr) Source #