Loading [Contrib]/a11y/accessibility-menu.js

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