Safe Haskell | None |
---|---|
Language | Haskell98 |
Documentation
WildPat PostTcType | |
VarPat id | |
LazyPat (LPat id) | |
AsPat (Located id) (LPat id) | |
ParPat (LPat id) | |
BangPat (LPat id) | |
ListPat [LPat id] PostTcType (Maybe (PostTcType, SyntaxExpr id)) | |
TuplePat [LPat id] Boxity [PostTcType] | |
PArrPat [LPat id] PostTcType | |
ConPatIn (Located id) (HsConPatDetails id) | |
ConPatOut | |
ViewPat (LHsExpr id) (LPat id) PostTcType | |
SplicePat (HsSplice id) | |
QuasiQuotePat (HsQuasiQuote id) | |
LitPat HsLit | |
NPat (HsOverLit id) (Maybe (SyntaxExpr id)) (SyntaxExpr id) | |
NPlusKPat (Located id) (HsOverLit id) (SyntaxExpr id) (SyntaxExpr id) | |
SigPatIn (LPat id) (HsWithBndrs (LHsType id)) | |
SigPatOut (LPat id) Type | |
CoPat HsWrapper (Pat id) Type |
Data id => Data (Pat id) | |
OutputableBndr name => Outputable (Pat name) | |
Typeable (* -> *) Pat |
data HsConDetails arg rec Source
(Data arg, Data rec) => Data (HsConDetails arg rec) | |
Typeable (* -> * -> *) HsConDetails |
type HsConPatDetails id = HsConDetails (LPat id) (HsRecFields id (LPat id)) Source
hsConPatArgs :: HsConPatDetails id -> [LPat id] Source
data HsRecFields id arg Source
HsRecFields | |
|
(Data id, Data arg) => Data (HsRecFields id arg) | |
(OutputableBndr id, Outputable arg) => Outputable (HsRecFields id arg) | |
Typeable (* -> * -> *) HsRecFields |
data HsRecField id arg Source
HsRecField | |
|
(Data id, Data arg) => Data (HsRecField id arg) | |
(OutputableBndr id, Outputable arg) => Outputable (HsRecField id arg) | |
Typeable (* -> * -> *) HsRecField |
hsRecFields :: HsRecFields id arg -> [id] Source
mkCharLitPat :: Char -> OutPat id Source
isStrictHsBind :: HsBind id -> Bool Source
looksLazyPatBind :: HsBind id -> Bool Source
isStrictLPat :: LPat id -> Bool Source
hsPatNeedsParens :: Pat a -> Bool Source
isIrrefutableHsPat :: OutputableBndr id => LPat id -> Bool Source
pprParendLPat :: OutputableBndr name => LPat name -> SDoc Source