always-0.1: provides a typeclass that is always satisfied
Safe HaskellSafe-Inferred
LanguageHaskell2010

Always

Synopsis

Documentation

class Always a Source #

A typeclass that is satisfied for all types.

This is useful when you want to discriminate on the result of applying a type family whose result kind is Constraint, where the result is either meaningful (i.e. not Always) or it is not.

Instances

Instances details
Always a Source # 
Instance details

Defined in Always