xeno-0.4.1: A fast event-based XML parser in pure Haskell

Safe HaskellSafe
LanguageHaskell2010

Xeno.Types

Description

Shared types.

Synopsis

Documentation

data XenoException Source #

Instances
Data XenoException Source # 
Instance details

Defined in Xeno.Types

Methods

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

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

toConstr :: XenoException -> Constr #

dataTypeOf :: XenoException -> DataType #

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

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

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

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

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

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

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

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

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

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

Show XenoException Source # 
Instance details

Defined in Xeno.Types

Generic XenoException Source # 
Instance details

Defined in Xeno.Types

Associated Types

type Rep XenoException :: Type -> Type #

Exception XenoException Source # 
Instance details

Defined in Xeno.Types

NFData XenoException Source # 
Instance details

Defined in Xeno.Types

Methods

rnf :: XenoException -> () #

MonadFail (Either XenoException) Source # 
Instance details

Defined in Xeno.Types

type Rep XenoException Source # 
Instance details

Defined in Xeno.Types

type Rep XenoException = D1 (MetaData "XenoException" "Xeno.Types" "xeno-0.4.1-8FvFfO7PbIYAbHRYCKU81j" False) (C1 (MetaCons "XenoStringIndexProblem" PrefixI True) (S1 (MetaSel (Just "stringIndex") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int) :*: S1 (MetaSel (Just "inputString") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 ByteString)) :+: (C1 (MetaCons "XenoParseError" PrefixI True) (S1 (MetaSel (Just "inputIndex") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int) :*: S1 (MetaSel (Just "message") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 ByteString)) :+: C1 (MetaCons "XenoExpectRootNode" PrefixI False) (U1 :: Type -> Type)))