SAT-Pol-0.1.0.0
F2
Contents
Synopsis
data VarF2 Source #
The data type VarF2 is the set of polynomial variables of PolF2.
Instances
Methods
(==) :: VarF2 -> VarF2 -> Bool #
(/=) :: VarF2 -> VarF2 -> Bool #
compare :: VarF2 -> VarF2 -> Ordering #
(<) :: VarF2 -> VarF2 -> Bool #
(<=) :: VarF2 -> VarF2 -> Bool #
(>) :: VarF2 -> VarF2 -> Bool #
(>=) :: VarF2 -> VarF2 -> Bool #
max :: VarF2 -> VarF2 -> VarF2 #
min :: VarF2 -> VarF2 -> VarF2 #
showsPrec :: Int -> VarF2 -> ShowS #
show :: VarF2 -> String #
showList :: [VarF2] -> ShowS #
arbitrary :: Gen VarF2
shrink :: VarF2 -> [VarF2]
type PolF2 = Vect F2 (Lex String) Source #
The data type PolF2 is the field of polynomial with coefficients in the finite field F2.
unbox :: VarF2 -> PolF2 Source #
arbitrary :: Gen PolF2
shrink :: PolF2 -> [PolF2]