derive-0.1.2: A program and library to derive instances for data typesSource codeContentsIndex
Data.Derive.Is
Description
A pseudo derivation. For each constructor of the data type, Is generates isCtorName which returns True if given an object build using the appropriate constructor, and False otherwise.
Documentation
makeIs :: DerivationSource
Produced by Haddock version 2.4.2