hydra-0.8.0: Type-aware transformations for data and programs
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hydra.Decode

Description

A module for decoding terms to native objects

Documentation

nominal :: (a -> Name) -> (a -> b) -> (c -> Maybe a) -> Name -> c -> Maybe b Source #