truthful-0.1.0.2: Typeclass for truthfulness of values
Data.Truthful
class Truthful a where Source
Minimal complete definition
isTruthful | notTruthful
Methods
isTruthful :: a -> Bool Source
notTruthful :: a -> Bool Source
Instances