Safe Haskell | None |
---|---|
Language | GHC2024 |
System.Process.Quick.Predicate.ImplDir
Documentation
data ImplDir (localDirPath :: Symbol) Source #
Instances
KnownSymbol localDirPath => Data (ImplDir localDirPath) Source # | |
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 # | |
Defined in System.Process.Quick.Predicate.ImplDir | |
Show (ImplDir localDirPath) Source # | |
Eq (ImplDir localDirPath) Source # | |
type Rep (ImplDir localDirPath) Source # | |