Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data FullUnitId Source #
Instances
Show FullUnitId Source # | |
Defined in Distribution.Backpack.FullUnitId |
|
Generic FullUnitId Source # | |
Defined in Distribution.Backpack.FullUnitId from :: FullUnitId -> Rep FullUnitId x Source # to :: Rep FullUnitId x -> FullUnitId Source # |
|
type Rep FullUnitId Source # | |
Defined in Distribution.Backpack.FullUnitId
type
Rep
FullUnitId
=
D1
('
MetaData
"FullUnitId" "Distribution.Backpack.FullUnitId" "Cabal-3.2.1.0-3w1fQQbNnuQ5xlFGwVXcPy" '
False
) (
C1
('
MetaCons
"FullUnitId" '
PrefixI
'
False
) (
S1
('
MetaSel
('
Nothing
::
Maybe
Symbol
) '
NoSourceUnpackedness
'
NoSourceStrictness
'
DecidedLazy
) (
Rec0
ComponentId
)
:*:
S1
('
MetaSel
('
Nothing
::
Maybe
Symbol
) '
NoSourceUnpackedness
'
NoSourceStrictness
'
DecidedLazy
) (
Rec0
OpenModuleSubst
)))
|
type FullDb = DefUnitId -> FullUnitId Source #
expandOpenUnitId :: FullDb -> OpenUnitId -> FullUnitId Source #
expandUnitId :: FullDb -> DefUnitId -> FullUnitId Source #