Safe Haskell | None |
---|---|
Language | Haskell2010 |
Patat.Images.Internal
Documentation
data BackendNotSupported Source #
Constructors
BackendNotSupported String |
Instances
Data BackendNotSupported Source # | |
Defined in Patat.Images.Internal Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> BackendNotSupported -> c BackendNotSupported gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c BackendNotSupported toConstr :: BackendNotSupported -> Constr dataTypeOf :: BackendNotSupported -> DataType dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c BackendNotSupported) dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c BackendNotSupported) gmapT :: (forall b. Data b => b -> b) -> BackendNotSupported -> BackendNotSupported gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> BackendNotSupported -> r gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> BackendNotSupported -> r gmapQ :: (forall d. Data d => d -> u) -> BackendNotSupported -> [u] gmapQi :: Int -> (forall d. Data d => d -> u) -> BackendNotSupported -> u gmapM :: Monad m => (forall d. Data d => d -> m d) -> BackendNotSupported -> m BackendNotSupported gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> BackendNotSupported -> m BackendNotSupported gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> BackendNotSupported -> m BackendNotSupported | |
Exception BackendNotSupported Source # | |
Defined in Patat.Images.Internal Methods toException :: BackendNotSupported -> SomeException fromException :: SomeException -> Maybe BackendNotSupported displayException :: BackendNotSupported -> String | |
Show BackendNotSupported Source # | |
Defined in Patat.Images.Internal Methods showsPrec :: Int -> BackendNotSupported -> ShowS show :: BackendNotSupported -> String showList :: [BackendNotSupported] -> ShowS |
withEscapeSequence :: IO () -> IO () Source #