Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data CafebabeError Source
class AsCafebabeUnexpectedEof p f s where Source
Nothing
_CafebabeUnexpectedEof :: Optic' p f s () Source
(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
Nothing
_CafebabeInvalidMagicNumber :: Optic' p f s Word32 Source
(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