hw-prim-0.6.2.30: 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 #