| Safe Haskell | Ignore |
|---|---|
| Language | GHC2021 |
GHC.Core.Opt.CallerCC.Types
Documentation
data NamePattern #
Constructors
| PChar Char NamePattern | |
| PWildcard NamePattern | |
| PEnd |
Instances
| NFData NamePattern # | |
Defined in GHC.Core.Opt.CallerCC.Types Methods rnf :: NamePattern -> () # | |
| Binary NamePattern # | |
Defined in GHC.Core.Opt.CallerCC.Types Methods put_ :: WriteBinHandle -> NamePattern -> IO () # put :: WriteBinHandle -> NamePattern -> IO (Bin NamePattern) # get :: ReadBinHandle -> IO NamePattern # | |
| Outputable NamePattern # | |
Defined in GHC.Core.Opt.CallerCC.Types Methods ppr :: NamePattern -> SDoc # | |
data CallerCcFilter #
Constructors
| CallerCcFilter | |
Fields | |
Instances
| NFData CallerCcFilter # | |
Defined in GHC.Core.Opt.CallerCC.Types Methods rnf :: CallerCcFilter -> () # | |
| Binary CallerCcFilter # | |
Defined in GHC.Core.Opt.CallerCC.Types Methods put_ :: WriteBinHandle -> CallerCcFilter -> IO () # put :: WriteBinHandle -> CallerCcFilter -> IO (Bin CallerCcFilter) # get :: ReadBinHandle -> IO CallerCcFilter # | |
| Outputable CallerCcFilter # | |
Defined in GHC.Core.Opt.CallerCC.Types Methods ppr :: CallerCcFilter -> SDoc # | |
occNameMatches :: NamePattern -> OccName -> Bool #
parseNamePattern :: Parser NamePattern #