summaryrefslogtreecommitdiff
path: root/compiler/GHC/Iface/Type.hs-boot
blob: e8cbd6215875fffe0932a014b9872dcabe49c20d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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