ghc-9.8.1: GHC/Iface/Type.hs-boot
module GHC.Iface.Type ( IfaceType, IfaceTyCon, IfaceBndr , IfaceCoercion, IfaceTyLit, IfaceAppArgs , ShowSub ) where -- Empty import to influence the compilation ordering. -- See Note [Depend on GHC.Num.Integer] in GHC.Base import GHC.Base () data IfaceAppArgs data IfaceType data IfaceTyCon data IfaceTyLit data IfaceCoercion data IfaceBndr data ShowSub