ghc-9.0.2: GHC/Types/Id/Info.hs-boot
module GHC.Types.Id.Info where import GHC.Prelude import GHC.Utils.Outputable data IdInfo data IdDetails vanillaIdInfo :: IdInfo coVarDetails :: IdDetails isCoVarDetails :: IdDetails -> Bool pprIdDetails :: IdDetails -> SDoc