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