Safe Haskell | None |
---|---|
Language | Haskell2010 |
Language.Java.Class.Cafebabe
Documentation
data CafebabeError Source
Constructors
CafebabeUnexpectedEof | |
CafebabeInvalidMagicNumber Word32 |
Instances
class AsCafebabeUnexpectedEof p f s where Source
Minimal complete definition
Nothing
Methods
_CafebabeUnexpectedEof :: Optic' p f s () Source
Instances
(Choice p, Applicative f) => AsCafebabeUnexpectedEof p f CafebabeError Source | |
(Choice p, Applicative f) => AsCafebabeUnexpectedEof p f (ClassFileError c) Source |
class AsCafebabeInvalidMagicNumber p f s where Source
Minimal complete definition
Nothing
Methods
_CafebabeInvalidMagicNumber :: Optic' p f s Word32 Source
Instances
(Choice p, Applicative f) => AsCafebabeInvalidMagicNumber p f CafebabeError Source | |
(Choice p, Applicative f) => AsCafebabeInvalidMagicNumber p f (ClassFileError c) Source |
cafebabe :: (AsCafebabeUnexpectedEof Tagged Identity e, AsCafebabeInvalidMagicNumber Tagged Identity e) => Get e () Source