ghc-9.6.1: 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