Copyright | Alexander Krupenkin 2016-2018 |
---|---|
License | BSD3 |
Maintainer | mail@akru.me |
Stability | experimental |
Portability | unportable |
Safe Haskell | None |
Language | Haskell2010 |
This module is internal, the purpose is to define helper classes and functions to assist in event decoding. The user of this library should have no need to use this directly in application code.
Documentation
class DecodeEvent i ni e | e -> i ni where Source #
(IndexedEvent * * * i ni e, Generic i, (~) * (Rep i) (SOP * I ((:) [*] hli ([] [*]))), Generic ni, (~) * (Rep ni) (SOP * I ((:) [*] hlni ([] [*]))), Generic e, (~) * (Rep e) (SOP * I ((:) [*] hle ([] [*]))), CombineChange i ni e, GenericABIGet (SOP * I ((:) [*] hlni ([] [*]))), ArrayParser (SOP * I ((:) [*] hli ([] [*])))) => DecodeEvent * * i ni e Source # | |
class IndexedEvent i ni e | e -> i ni where Source #
isAnonymous :: Proxy e -> Bool Source #