hw-prim-0.6.3.2: Primitive functions and data types
Safe HaskellSafe-Inferred
LanguageHaskell2010

HaskellWorks.Data.Decode

Documentation

class Decode s t where Source #

Methods

decode :: s -> Either DecodeError t Source #

newtype DecodeError Source #

Constructors

DecodeError String 

Instances

Instances details
Show DecodeError Source # 
Instance details

Defined in HaskellWorks.Data.Decode

Eq DecodeError Source # 
Instance details

Defined in HaskellWorks.Data.Decode