ajhc-0.8.0.5: Haskell compiler that produce binary through C language

Safe HaskellNone

FrontEnd.HsSyn

Contents

Synopsis

Documentation

hsIdentString_u :: (t1 -> t) -> t1 -> tSource

data HsDecl Source

Constructors

HsTypeFamilyDecl 
HsTypeDecl 
HsDataDecl 
HsInfixDecl 
HsClassDecl 
HsClassAliasDecl 
HsInstDecl 
HsDefaultDecl SrcLoc HsType 
HsTypeSig SrcLoc [HsName] HsQualType 
HsFunBind [HsMatch] 
HsPatBind SrcLoc HsPat HsRhs [HsDecl] 
HsActionDecl 
HsSpaceDecl 
HsForeignDecl 
HsForeignExport 
HsPragmaProps SrcLoc String [HsName] 
HsPragmaRules [HsRule] 
HsPragmaSpecialize 
HsDeclDeriving 

Generated by DrIFT : Look, but Don't Touch. *