Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
Instances
FromJSON MpvEvent Source # | |
ToJSON MpvEvent Source # | |
Defined in Mpv.Data.MpvEvent | |
Generic MpvEvent Source # | |
Show MpvEvent Source # | |
Eq MpvEvent Source # | |
type Rep MpvEvent Source # | |
Defined in Mpv.Data.MpvEvent type Rep MpvEvent = D1 ('MetaData "MpvEvent" "Mpv.Data.MpvEvent" "mpv-0.1.0.0-JpycyfjAFzQI1mqEzHeqWy" 'False) (C1 ('MetaCons "MpvEvent" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 EventName) :*: S1 ('MetaSel ('Just "payload") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Some Event)))) |
type MpvEventConsumer = ChanConsumer MpvEvent Source #