djinn-lib-0.0.1.4: Generate Haskell code from a type. Library extracted from djinn package.
Safe HaskellSafe-Inferred
LanguageHaskell98

Djinn.LJTFormula

Documentation

newtype Symbol Source #

Constructors

Symbol String 

Instances

Instances details
Show Symbol Source # 
Instance details

Defined in Djinn.LJTFormula

Eq Symbol Source # 
Instance details

Defined in Djinn.LJTFormula

Ord Symbol Source # 
Instance details

Defined in Djinn.LJTFormula

data Formula Source #

Constructors

Conj [Formula] 
Disj [(ConsDesc, Formula)] 
Formula :-> Formula infixr 2 
PVar Symbol 

Instances

Instances details
Show Formula Source # 
Instance details

Defined in Djinn.LJTFormula

Eq Formula Source # 
Instance details

Defined in Djinn.LJTFormula

Ord Formula Source # 
Instance details

Defined in Djinn.LJTFormula

(<->) :: Formula -> Formula -> Formula infix 2 Source #

(&) :: Formula -> Formula -> Formula infixl 4 Source #

(|:) :: Formula -> Formula -> Formula infixl 3 Source #

data Term Source #

Instances

Instances details
Show Term Source # 
Instance details

Defined in Djinn.LJTFormula

Eq Term Source # 
Instance details

Defined in Djinn.LJTFormula

Methods

(==) :: Term -> Term -> Bool Source #

(/=) :: Term -> Term -> Bool Source #

Ord Term Source # 
Instance details

Defined in Djinn.LJTFormula