lawful-0.1.0.0: Assert the lawfulness of your typeclass instances.

Safe HaskellSafe
LanguageHaskell2010

Lawful

Synopsis

Documentation

class c t => Lawful c t Source #

A `Lawful c t` instance asserts that the typeclass `c t` obeys the expected laws of c (whatever that means).