Cabal-2.1.0.0: A framework for packaging Haskell software

Safe HaskellNone
LanguageHaskell2010

Distribution.Types.ExecutableScope

Documentation

data ExecutableScope Source #

Instances
Eq ExecutableScope # 
Instance details
Data ExecutableScope # 
Instance details

Methods

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

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

toConstr :: ExecutableScope -> Constr Source #

dataTypeOf :: ExecutableScope -> DataType Source #

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

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

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

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

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

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

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

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

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

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

Read ExecutableScope # 
Instance details
Show ExecutableScope # 
Instance details
Generic ExecutableScope # 
Instance details

Associated Types

type Rep ExecutableScope :: * -> * Source #

Semigroup ExecutableScope # 
Instance details
Monoid ExecutableScope # 
Instance details
Binary ExecutableScope # 
Instance details
Parsec ExecutableScope # 
Instance details
Pretty ExecutableScope # 
Instance details
Text ExecutableScope # 
Instance details
type Rep ExecutableScope # 
Instance details
type Rep ExecutableScope = D1 (MetaData "ExecutableScope" "Distribution.Types.ExecutableScope" "Cabal-2.1.0.0" False) (C1 (MetaCons "ExecutableScopeUnknown" PrefixI False) (U1 :: * -> *) :+: (C1 (MetaCons "ExecutablePublic" PrefixI False) (U1 :: * -> *) :+: C1 (MetaCons "ExecutablePrivate" PrefixI False) (U1 :: * -> *)))