xeno-0.4.3: A fast event-based XML parser in pure Haskell
Safe HaskellSafe-Inferred
LanguageHaskell2010

Xeno.Types

Description

Shared types.

Synopsis

Documentation

data XenoException Source #

Instances

Instances details
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 :: forall r r'. (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.3-BTeIZUF3dSPA8CURktUCVK" '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)))