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

Safe HaskellSafe
LanguageHaskell2010

Xeno.Types

Description

Shared types.

Documentation

data XenoException #

Instances
Show XenoException # 
Instance details

Defined in Xeno.Types

Generic XenoException # 
Instance details

Defined in Xeno.Types

Associated Types

type Rep XenoException :: * -> * #

Exception XenoException # 
Instance details

Defined in Xeno.Types

NFData XenoException # 
Instance details

Defined in Xeno.Types

Methods

rnf :: XenoException -> () #

type Rep XenoException # 
Instance details

Defined in Xeno.Types

type Rep XenoException = D1 (MetaData "XenoException" "Xeno.Types" "xeno-0.3.4-3NxmkBt2YDu1Y4n3Z4Y87T" False) (C1 (MetaCons "XenoStringIndexProblem" PrefixI False) (U1 :: * -> *) :+: (C1 (MetaCons "XenoParseError" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 ByteString)) :+: C1 (MetaCons "XenoExpectRootNode" PrefixI False) (U1 :: * -> *)))