ersatz-0.2.6: A monad for expressing SAT or QSAT problems using observable sharing.

Portabilitynon-portable
Stabilityexperimental
MaintainerEdward Kmett <ekmett@gmail.com>
Safe HaskellSafe

Ersatz.Equatable

Description

 

Synopsis

Documentation

class Equatable t whereSource

Instances for this class for arbitrary types can be automatically derived from Generic.

Methods

(===) :: t -> t -> BitSource

Compare for equality within the SAT problem.

(/==) :: t -> t -> BitSource

Compare for inequality within the SAT problem.