hw-prim-0.0.0.11: Primitive functions and data types

Safe HaskellSafe
LanguageHaskell2010

HaskellWorks.Data.Decode

Documentation

class Decode c a where Source

Methods

decode :: c -> Maybe a Source