SAT-Pol-0.1.0.0

Safe HaskellSafe
LanguageHaskell2010

Polynomials

Documentation

data MonF2 Source #

Constructors

M (Set Variable) 

Instances

Eq MonF2 Source # 

Methods

(==) :: MonF2 -> MonF2 -> Bool #

(/=) :: MonF2 -> MonF2 -> Bool #

Ord MonF2 Source # 

Methods

compare :: MonF2 -> MonF2 -> Ordering #

(<) :: MonF2 -> MonF2 -> Bool #

(<=) :: MonF2 -> MonF2 -> Bool #

(>) :: MonF2 -> MonF2 -> Bool #

(>=) :: MonF2 -> MonF2 -> Bool #

max :: MonF2 -> MonF2 -> MonF2 #

min :: MonF2 -> MonF2 -> MonF2 #

Show MonF2 Source # 

Methods

showsPrec :: Int -> MonF2 -> ShowS #

show :: MonF2 -> String #

showList :: [MonF2] -> ShowS #

data PolF2 Source #

Constructors

P (Set MonF2) 

Instances

showAux :: Show a => Set a -> [Char] Source #