hw-prim-0.0.2.0: Primitive functions and data types

Safe HaskellSafe
LanguageHaskell2010

HaskellWorks.Data.Decode

Documentation

class Decode s t where Source

Methods

decode :: s -> Either DecodeError t Source