derive-2.5.15: A program and library to derive instances for data types

Safe HaskellNone

Data.Derive.Has

Description

Has is a pseudo derivation. For each field of any constructor of the data type, Has generates hasFieldName which returns True if given the the given field is a member of the constructor of the passed object, and False otherwise.

Documentation