RSolve-2.0.0.0

Safe HaskellSafe
LanguageHaskell2010

RSolve.Logic

Documentation

class (Show a, Ord a) => AtomF a where Source #

Methods

notA :: a -> [a] Source #

Specifies how to handle the negations. For the finite and enumerable solutions, we can return its supplmentary set.

Instances
AtomF Unif Source # 
Instance details

Defined in RSolve.HM

Methods

notA :: Unif -> [Unif] Source #