ghc-lib-parser-0.20221101: compiler/GHC/Types/Name/Occurrence.hs-boot
module GHC.Types.Name.Occurrence where import GHC.Data.FastString data OccName class HasOccName name where occName :: name -> OccName occNameFS :: OccName -> FastString mkRecFldSelOcc :: FastString -> OccName mkVarOccFS :: FastString -> OccName