Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data PreModuleShape Source #
Instances
Eq PreModuleShape # | |
Defined in Distribution.Backpack.PreModuleShape (==) :: PreModuleShape -> PreModuleShape -> Bool # (/=) :: PreModuleShape -> PreModuleShape -> Bool # | |
Show PreModuleShape # | |
Defined in Distribution.Backpack.PreModuleShape | |
Generic PreModuleShape # | |
Defined in Distribution.Backpack.PreModuleShape from :: PreModuleShape -> Rep PreModuleShape x Source # to :: Rep PreModuleShape x -> PreModuleShape Source # | |
type Rep PreModuleShape # | |
Defined in Distribution.Backpack.PreModuleShape type Rep PreModuleShape = D1 ('MetaData "PreModuleShape" "Distribution.Backpack.PreModuleShape" "Cabal-3.4.0.0" 'False) (C1 ('MetaCons "PreModuleShape" 'PrefixI 'True) (S1 ('MetaSel ('Just "preModShapeProvides") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Set ModuleName)) :*: S1 ('MetaSel ('Just "preModShapeRequires") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Set ModuleName)))) |