Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data FullUnitId Source #
Instances
Show FullUnitId Source # | |
showsPrec :: Int -> FullUnitId -> ShowS # show :: FullUnitId -> String # showList :: [FullUnitId] -> ShowS # | |
Generic FullUnitId Source # | |
type Rep FullUnitId :: * -> * # from :: FullUnitId -> Rep FullUnitId x # to :: Rep FullUnitId x -> FullUnitId # | |
type Rep FullUnitId Source # | |
type Rep FullUnitId = D1 * (MetaData "FullUnitId" "Distribution.Backpack.FullUnitId" "Cabal-2.0.0.2-ArD10404PgFe4UBxSAxnL" False) (C1 * (MetaCons "FullUnitId" PrefixI False) ((:*:) * (S1 * (MetaSel (Nothing Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * ComponentId)) (S1 * (MetaSel (Nothing Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * OpenModuleSubst)))) |
type FullDb = DefUnitId -> FullUnitId Source #
expandOpenUnitId :: FullDb -> OpenUnitId -> FullUnitId Source #
expandUnitId :: FullDb -> DefUnitId -> FullUnitId Source #