Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Xeno.Types
Description
Shared types.
Synopsis
- data XenoException
- = XenoStringIndexProblem { }
- | XenoParseError {
- inputIndex :: Int
- message :: ByteString
- | XenoExpectRootNode
- newtype ByteStringZeroTerminated = BSZT ByteString
Documentation
data XenoException Source #
Constructors
XenoStringIndexProblem | |
Fields
| |
XenoParseError | |
Fields
| |
XenoExpectRootNode |
Instances
newtype ByteStringZeroTerminated Source #
ByteString wich guaranted have 'NUL' at the end
Constructors
BSZT ByteString |