ghc-9.15: The GHC API
Safe HaskellNone
LanguageGHC2024

GHC.Hs.ImpExp

Synopsis

Documentation

ieNames :: IE (GhcPass p) -> [IdP (GhcPass p)] Source #

isImportDeclQualified :: ImportDeclQualifiedStyle -> Bool Source #

Convenience function to answer the question if an import decl. is qualified.

pprImpExp :: (HasOccName name, OutputableBndr name) => name -> SDoc Source #

data EpAnnImportDecl Source #

Constructors

EpAnnImportDecl 

Fields

Instances

Instances details
NoAnn EpAnnImportDecl Source # 
Instance details

Defined in GHC.Hs.ImpExp

Data EpAnnImportDecl Source # 
Instance details

Defined in GHC.Hs.ImpExp

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> EpAnnImportDecl -> c EpAnnImportDecl Source #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c EpAnnImportDecl Source #

toConstr :: EpAnnImportDecl -> Constr Source #

dataTypeOf :: EpAnnImportDecl -> DataType Source #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c EpAnnImportDecl) Source #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c EpAnnImportDecl) Source #

gmapT :: (forall b. Data b => b -> b) -> EpAnnImportDecl -> EpAnnImportDecl Source #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> EpAnnImportDecl -> r Source #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> EpAnnImportDecl -> r Source #

gmapQ :: (forall d. Data d => d -> u) -> EpAnnImportDecl -> [u] Source #

gmapQi :: Int -> (forall d. Data d => d -> u) -> EpAnnImportDecl -> u Source #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> EpAnnImportDecl -> m EpAnnImportDecl Source #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> EpAnnImportDecl -> m EpAnnImportDecl Source #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> EpAnnImportDecl -> m EpAnnImportDecl Source #

data EpAnnLevel Source #

Constructors

EpAnnLevelSplice (EpToken "splice") 
EpAnnLevelQuote (EpToken "quote") 

Instances

Instances details
HasLoc EpAnnLevel Source # 
Instance details

Defined in GHC.Hs.ImpExp

Data EpAnnLevel Source # 
Instance details

Defined in GHC.Hs.ImpExp

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> EpAnnLevel -> c EpAnnLevel Source #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c EpAnnLevel Source #

toConstr :: EpAnnLevel -> Constr Source #

dataTypeOf :: EpAnnLevel -> DataType Source #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c EpAnnLevel) Source #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c EpAnnLevel) Source #

gmapT :: (forall b. Data b => b -> b) -> EpAnnLevel -> EpAnnLevel Source #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> EpAnnLevel -> r Source #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> EpAnnLevel -> r Source #

gmapQ :: (forall d. Data d => d -> u) -> EpAnnLevel -> [u] Source #

gmapQi :: Int -> (forall d. Data d => d -> u) -> EpAnnLevel -> u Source #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> EpAnnLevel -> m EpAnnLevel Source #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> EpAnnLevel -> m EpAnnLevel Source #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> EpAnnLevel -> m EpAnnLevel Source #

data IEThingAllExt pass Source #

Constructors

IEThingAllExt 

Fields

Instances

Instances details
Eq (IEThingAllExt GhcPs) Source # 
Instance details

Defined in GHC.Hs.Instances

Eq (IEThingAllExt GhcRn) Source # 
Instance details

Defined in GHC.Hs.Instances

Eq (IEThingAllExt GhcTc) Source # 
Instance details

Defined in GHC.Hs.Instances

Data (IEThingAllExt GhcPs) Source # 
Instance details

Defined in GHC.Hs.Instances

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> IEThingAllExt GhcPs -> c (IEThingAllExt GhcPs) Source #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c (IEThingAllExt GhcPs) Source #

toConstr :: IEThingAllExt GhcPs -> Constr Source #

dataTypeOf :: IEThingAllExt GhcPs -> DataType Source #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c (IEThingAllExt GhcPs)) Source #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c (IEThingAllExt GhcPs)) Source #

gmapT :: (forall b. Data b => b -> b) -> IEThingAllExt GhcPs -> IEThingAllExt GhcPs Source #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> IEThingAllExt GhcPs -> r Source #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> IEThingAllExt GhcPs -> r Source #

gmapQ :: (forall d. Data d => d -> u) -> IEThingAllExt GhcPs -> [u] Source #

gmapQi :: Int -> (forall d. Data d => d -> u) -> IEThingAllExt GhcPs -> u Source #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> IEThingAllExt GhcPs -> m (IEThingAllExt GhcPs) Source #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> IEThingAllExt GhcPs -> m (IEThingAllExt GhcPs) Source #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> IEThingAllExt GhcPs -> m (IEThingAllExt GhcPs) Source #

Data (IEThingAllExt GhcRn) Source # 
Instance details

Defined in GHC.Hs.Instances

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> IEThingAllExt GhcRn -> c (IEThingAllExt GhcRn) Source #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c (IEThingAllExt GhcRn) Source #

toConstr :: IEThingAllExt GhcRn -> Constr Source #

dataTypeOf :: IEThingAllExt GhcRn -> DataType Source #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c (IEThingAllExt GhcRn)) Source #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c (IEThingAllExt GhcRn)) Source #

gmapT :: (forall b. Data b => b -> b) -> IEThingAllExt GhcRn -> IEThingAllExt GhcRn Source #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> IEThingAllExt GhcRn -> r Source #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> IEThingAllExt GhcRn -> r Source #

gmapQ :: (forall d. Data d => d -> u) -> IEThingAllExt GhcRn -> [u] Source #

gmapQi :: Int -> (forall d. Data d => d -> u) -> IEThingAllExt GhcRn -> u Source #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> IEThingAllExt GhcRn -> m (IEThingAllExt GhcRn) Source #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> IEThingAllExt GhcRn -> m (IEThingAllExt GhcRn) Source #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> IEThingAllExt GhcRn -> m (IEThingAllExt GhcRn) Source #

Data (IEThingAllExt GhcTc) Source # 
Instance details

Defined in GHC.Hs.Instances

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> IEThingAllExt GhcTc -> c (IEThingAllExt GhcTc) Source #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c (IEThingAllExt GhcTc) Source #

toConstr :: IEThingAllExt GhcTc -> Constr Source #

dataTypeOf :: IEThingAllExt GhcTc -> DataType Source #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c (IEThingAllExt GhcTc)) Source #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c (IEThingAllExt GhcTc)) Source #

gmapT :: (forall b. Data b => b -> b) -> IEThingAllExt GhcTc -> IEThingAllExt GhcTc Source #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> IEThingAllExt GhcTc -> r Source #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> IEThingAllExt GhcTc -> r Source #

gmapQ :: (forall d. Data d => d -> u) -> IEThingAllExt GhcTc -> [u] Source #

gmapQi :: Int -> (forall d. Data d => d -> u) -> IEThingAllExt GhcTc -> u Source #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> IEThingAllExt GhcTc -> m (IEThingAllExt GhcTc) Source #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> IEThingAllExt GhcTc -> m (IEThingAllExt GhcTc) Source #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> IEThingAllExt GhcTc -> m (IEThingAllExt GhcTc) Source #

type IEThingWithAnns = (EpToken "(", EpToken "..", EpToken ",", EpToken ")") Source #

data IEWholeNamespaceExt pass Source #

Constructors

IEWholeNamespaceExt 

Fields

Instances

Instances details
Eq (IEWholeNamespaceExt GhcPs) Source # 
Instance details

Defined in GHC.Hs.Instances

Eq (IEWholeNamespaceExt GhcRn) Source # 
Instance details

Defined in GHC.Hs.Instances

Eq (IEWholeNamespaceExt GhcTc) Source # 
Instance details

Defined in GHC.Hs.Instances

Data (IEWholeNamespaceExt GhcPs) Source # 
Instance details

Defined in GHC.Hs.Instances

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> IEWholeNamespaceExt GhcPs -> c (IEWholeNamespaceExt GhcPs) Source #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c (IEWholeNamespaceExt GhcPs) Source #

toConstr :: IEWholeNamespaceExt GhcPs -> Constr Source #

dataTypeOf :: IEWholeNamespaceExt GhcPs -> DataType Source #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c (IEWholeNamespaceExt GhcPs)) Source #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c (IEWholeNamespaceExt GhcPs)) Source #

gmapT :: (forall b. Data b => b -> b) -> IEWholeNamespaceExt GhcPs -> IEWholeNamespaceExt GhcPs Source #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> IEWholeNamespaceExt GhcPs -> r Source #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> IEWholeNamespaceExt GhcPs -> r Source #

gmapQ :: (forall d. Data d => d -> u) -> IEWholeNamespaceExt GhcPs -> [u] Source #

gmapQi :: Int -> (forall d. Data d => d -> u) -> IEWholeNamespaceExt GhcPs -> u Source #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> IEWholeNamespaceExt GhcPs -> m (IEWholeNamespaceExt GhcPs) Source #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> IEWholeNamespaceExt GhcPs -> m (IEWholeNamespaceExt GhcPs) Source #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> IEWholeNamespaceExt GhcPs -> m (IEWholeNamespaceExt GhcPs) Source #

Data (IEWholeNamespaceExt GhcRn) Source # 
Instance details

Defined in GHC.Hs.Instances

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> IEWholeNamespaceExt GhcRn -> c (IEWholeNamespaceExt GhcRn) Source #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c (IEWholeNamespaceExt GhcRn) Source #

toConstr :: IEWholeNamespaceExt GhcRn -> Constr Source #

dataTypeOf :: IEWholeNamespaceExt GhcRn -> DataType Source #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c (IEWholeNamespaceExt GhcRn)) Source #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c (IEWholeNamespaceExt GhcRn)) Source #

gmapT :: (forall b. Data b => b -> b) -> IEWholeNamespaceExt GhcRn -> IEWholeNamespaceExt GhcRn Source #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> IEWholeNamespaceExt GhcRn -> r Source #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> IEWholeNamespaceExt GhcRn -> r Source #

gmapQ :: (forall d. Data d => d -> u) -> IEWholeNamespaceExt GhcRn -> [u] Source #

gmapQi :: Int -> (forall d. Data d => d -> u) -> IEWholeNamespaceExt GhcRn -> u Source #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> IEWholeNamespaceExt GhcRn -> m (IEWholeNamespaceExt GhcRn) Source #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> IEWholeNamespaceExt GhcRn -> m (IEWholeNamespaceExt GhcRn) Source #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> IEWholeNamespaceExt GhcRn -> m (IEWholeNamespaceExt GhcRn) Source #

Data (IEWholeNamespaceExt GhcTc) Source # 
Instance details

Defined in GHC.Hs.Instances

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> IEWholeNamespaceExt GhcTc -> c (IEWholeNamespaceExt GhcTc) Source #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c (IEWholeNamespaceExt GhcTc) Source #

toConstr :: IEWholeNamespaceExt GhcTc -> Constr Source #

dataTypeOf :: IEWholeNamespaceExt GhcTc -> DataType Source #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c (IEWholeNamespaceExt GhcTc)) Source #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c (IEWholeNamespaceExt GhcTc)) Source #

gmapT :: (forall b. Data b => b -> b) -> IEWholeNamespaceExt GhcTc -> IEWholeNamespaceExt GhcTc Source #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> IEWholeNamespaceExt GhcTc -> r Source #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> IEWholeNamespaceExt GhcTc -> r Source #

gmapQ :: (forall d. Data d => d -> u) -> IEWholeNamespaceExt GhcTc -> [u] Source #

gmapQi :: Int -> (forall d. Data d => d -> u) -> IEWholeNamespaceExt GhcTc -> u Source #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> IEWholeNamespaceExt GhcTc -> m (IEWholeNamespaceExt GhcTc) Source #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> IEWholeNamespaceExt GhcTc -> m (IEWholeNamespaceExt GhcTc) Source #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> IEWholeNamespaceExt GhcTc -> m (IEWholeNamespaceExt GhcTc) Source #

data XImportDeclPass Source #

Constructors

XImportDeclPass 

Fields

Instances

Instances details
Data XImportDeclPass Source # 
Instance details

Defined in GHC.Hs.ImpExp

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> XImportDeclPass -> c XImportDeclPass Source #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c XImportDeclPass Source #

toConstr :: XImportDeclPass -> Constr Source #

dataTypeOf :: XImportDeclPass -> DataType Source #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c XImportDeclPass) Source #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c XImportDeclPass) Source #

gmapT :: (forall b. Data b => b -> b) -> XImportDeclPass -> XImportDeclPass Source #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> XImportDeclPass -> r Source #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> XImportDeclPass -> r Source #

gmapQ :: (forall d. Data d => d -> u) -> XImportDeclPass -> [u] Source #

gmapQi :: Int -> (forall d. Data d => d -> u) -> XImportDeclPass -> u Source #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> XImportDeclPass -> m XImportDeclPass Source #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> XImportDeclPass -> m XImportDeclPass Source #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> XImportDeclPass -> m XImportDeclPass Source #

Orphan instances

(HasOccName (IdP (GhcPass p)), OutputableBndrId p) => HasOccName (IEWrappedName (GhcPass p)) Source # 
Instance details

OutputableBndrId p => Outputable (IE (GhcPass p)) Source # 
Instance details

Methods

ppr :: IE (GhcPass p) -> SDoc Source #

OutputableBndrId p => Outputable (IEWrappedName (GhcPass p)) Source # 
Instance details

(OutputableBndrId p, Outputable (Anno (IE (GhcPass p))), Outputable (ImportDeclPkgQual (GhcPass p))) => Outputable (ImportDecl (GhcPass p)) Source # 
Instance details

Methods

ppr :: ImportDecl (GhcPass p) -> SDoc Source #

OutputableBndrId p => OutputableBndr (IEWrappedName (GhcPass p)) Source # 
Instance details

Eq (IEWrappedName GhcPs) Source # 
Instance details

Eq (IEWrappedName GhcRn) Source # 
Instance details

Eq (IEWrappedName GhcTc) Source # 
Instance details

Data (IEWrappedName GhcPs) Source # 
Instance details

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> IEWrappedName GhcPs -> c (IEWrappedName GhcPs) Source #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c (IEWrappedName GhcPs) Source #

toConstr :: IEWrappedName GhcPs -> Constr Source #

dataTypeOf :: IEWrappedName GhcPs -> DataType Source #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c (IEWrappedName GhcPs)) Source #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c (IEWrappedName GhcPs)) Source #

gmapT :: (forall b. Data b => b -> b) -> IEWrappedName GhcPs -> IEWrappedName GhcPs Source #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> IEWrappedName GhcPs -> r Source #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> IEWrappedName GhcPs -> r Source #

gmapQ :: (forall d. Data d => d -> u) -> IEWrappedName GhcPs -> [u] Source #

gmapQi :: Int -> (forall d. Data d => d -> u) -> IEWrappedName GhcPs -> u Source #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> IEWrappedName GhcPs -> m (IEWrappedName GhcPs) Source #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> IEWrappedName GhcPs -> m (IEWrappedName GhcPs) Source #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> IEWrappedName GhcPs -> m (IEWrappedName GhcPs) Source #

Data (IEWrappedName GhcRn) Source # 
Instance details

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> IEWrappedName GhcRn -> c (IEWrappedName GhcRn) Source #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c (IEWrappedName GhcRn) Source #

toConstr :: IEWrappedName GhcRn -> Constr Source #

dataTypeOf :: IEWrappedName GhcRn -> DataType Source #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c (IEWrappedName GhcRn)) Source #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c (IEWrappedName GhcRn)) Source #

gmapT :: (forall b. Data b => b -> b) -> IEWrappedName GhcRn -> IEWrappedName GhcRn Source #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> IEWrappedName GhcRn -> r Source #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> IEWrappedName GhcRn -> r Source #

gmapQ :: (forall d. Data d => d -> u) -> IEWrappedName GhcRn -> [u] Source #

gmapQi :: Int -> (forall d. Data d => d -> u) -> IEWrappedName GhcRn -> u Source #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> IEWrappedName GhcRn -> m (IEWrappedName GhcRn) Source #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> IEWrappedName GhcRn -> m (IEWrappedName GhcRn) Source #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> IEWrappedName GhcRn -> m (IEWrappedName GhcRn) Source #

Data (IEWrappedName GhcTc) Source # 
Instance details

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> IEWrappedName GhcTc -> c (IEWrappedName GhcTc) Source #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c (IEWrappedName GhcTc) Source #

toConstr :: IEWrappedName GhcTc -> Constr Source #

dataTypeOf :: IEWrappedName GhcTc -> DataType Source #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c (IEWrappedName GhcTc)) Source #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c (IEWrappedName GhcTc)) Source #

gmapT :: (forall b. Data b => b -> b) -> IEWrappedName GhcTc -> IEWrappedName GhcTc Source #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> IEWrappedName GhcTc -> r Source #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> IEWrappedName GhcTc -> r Source #

gmapQ :: (forall d. Data d => d -> u) -> IEWrappedName GhcTc -> [u] Source #

gmapQi :: Int -> (forall d. Data d => d -> u) -> IEWrappedName GhcTc -> u Source #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> IEWrappedName GhcTc -> m (IEWrappedName GhcTc) Source #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> IEWrappedName GhcTc -> m (IEWrappedName GhcTc) Source #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> IEWrappedName GhcTc -> m (IEWrappedName GhcTc) Source #