Safe Haskell | None |
---|---|
Language | Haskell2010 |
Chiasma.Codec
Documentation
Instances
genDecode :: (Generic a, TmuxDataDecode (Rep a)) => Text -> Either TmuxDecodeError a Source #
class TmuxCodec a where Source #
Minimal complete definition
Nothing
Methods
decode :: Text -> Either TmuxDecodeError a Source #
default decode :: (Generic a, TmuxDataDecode (Rep a)) => Text -> Either TmuxDecodeError a Source #