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