hw-prim-0.6.2.4: Primitive functions and data types

Safe HaskellSafe
LanguageHaskell2010

HaskellWorks.Data.Decode

Documentation

class Decode s t where Source #

Minimal complete definition

decode

Methods

decode :: s -> Either DecodeError t Source #