Distribution.Solver.Types.Variable
data Variable qpn Source #
Variables used by the dependency solver. This type is similar to the internal Var type.
Var
Constructors
Defined in Distribution.Solver.Types.Variable
Methods
showsPrec :: Int -> Variable qpn -> ShowS #
show :: Variable qpn -> String #
showList :: [Variable qpn] -> ShowS #
(==) :: Variable qpn -> Variable qpn -> Bool #
(/=) :: Variable qpn -> Variable qpn -> Bool #