patat-0.8.7.0: Terminal-based presentations using Pandoc
Safe HaskellNone
LanguageHaskell2010

Patat.Images.Internal

Documentation

data Config a Source #

Constructors

Auto 
Explicit a 

Instances

Instances details
Eq a => Eq (Config a) Source # 
Instance details

Defined in Patat.Images.Internal

Methods

(==) :: Config a -> Config a -> Bool #

(/=) :: Config a -> Config a -> Bool #

data Backend Source #

Constructors

forall a.FromJSON a => Backend (Config a -> IO Handle) 

data BackendNotSupported Source #

Instances

Instances details
Data BackendNotSupported Source # 
Instance details

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 #

Show BackendNotSupported Source # 
Instance details

Defined in Patat.Images.Internal

Exception BackendNotSupported Source # 
Instance details

Defined in Patat.Images.Internal

data Handle Source #

Constructors

Handle