ghc-9.15: The GHC API
Safe HaskellNone
LanguageGHC2024

GHC.Data.BooleanFormula

Description

Boolean formulas without quantifiers and without negation. Such a formula consists of variables, conjunctions (and), and disjunctions (or).

This module is used to represent minimal complete definitions for classes.

Documentation

Orphan instances