quick-process
Safe HaskellNone
LanguageGHC2024

System.Process.Quick.Predicate.ImplDir

Documentation

data ImplDir (localDirPath :: Symbol) Source #

Instances

Instances details
KnownSymbol localDirPath => Data (ImplDir localDirPath) Source # 
Instance details

Defined in System.Process.Quick.Predicate.ImplDir

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ImplDir localDirPath -> c (ImplDir localDirPath) #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c (ImplDir localDirPath) #

toConstr :: ImplDir localDirPath -> Constr #

dataTypeOf :: ImplDir localDirPath -> DataType #

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

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

gmapT :: (forall b. Data b => b -> b) -> ImplDir localDirPath -> ImplDir localDirPath #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ImplDir localDirPath -> r #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ImplDir localDirPath -> r #

gmapQ :: (forall d. Data d => d -> u) -> ImplDir localDirPath -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ImplDir localDirPath -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ImplDir localDirPath -> m (ImplDir localDirPath) #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ImplDir localDirPath -> m (ImplDir localDirPath) #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ImplDir localDirPath -> m (ImplDir localDirPath) #

Generic (ImplDir localDirPath) Source # 
Instance details

Defined in System.Process.Quick.Predicate.ImplDir

Associated Types

type Rep (ImplDir localDirPath) 
Instance details

Defined in System.Process.Quick.Predicate.ImplDir

type Rep (ImplDir localDirPath) = D1 ('MetaData "ImplDir" "System.Process.Quick.Predicate.ImplDir" "quick-process-0.0.1-inplace" 'False) (V1 :: Type -> Type)

Methods

from :: ImplDir localDirPath -> Rep (ImplDir localDirPath) x #

to :: Rep (ImplDir localDirPath) x -> ImplDir localDirPath #

Show (ImplDir localDirPath) Source # 
Instance details

Defined in System.Process.Quick.Predicate.ImplDir

Methods

showsPrec :: Int -> ImplDir localDirPath -> ShowS #

show :: ImplDir localDirPath -> String #

showList :: [ImplDir localDirPath] -> ShowS #

Eq (ImplDir localDirPath) Source # 
Instance details

Defined in System.Process.Quick.Predicate.ImplDir

Methods

(==) :: ImplDir localDirPath -> ImplDir localDirPath -> Bool #

(/=) :: ImplDir localDirPath -> ImplDir localDirPath -> Bool #

type Rep (ImplDir localDirPath) Source # 
Instance details

Defined in System.Process.Quick.Predicate.ImplDir

type Rep (ImplDir localDirPath) = D1 ('MetaData "ImplDir" "System.Process.Quick.Predicate.ImplDir" "quick-process-0.0.1-inplace" 'False) (V1 :: Type -> Type)