summaryrefslogtreecommitdiff
path: root/compiler/GHC/Types/Id/Info.hs-boot
blob: 1b0e130de32db78d01148a51bbee4aac47b5be0f (plain)
1
2
3
4
5
6
7
8
9
10
11
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