sbt.internal.util.logic
Members list
Type members
Classlikes
When the body
Formula succeeds, atoms in head
are true.
When the body
Formula succeeds, atoms in head
are true.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Disjunction (or) of the list of clauses.
Disjunction (or) of the list of clauses.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
A formula consists of variables, negation, and conjunction (and). (Disjunction is not currently included- it is modeled at the level of a sequence of clauses. This is less convenient when defining clauses, but is not less powerful.)
A formula consists of variables, negation, and conjunction (and). (Disjunction is not currently included- it is modeled at the level of a sequence of clauses. This is less convenient when defining clauses, but is not less powerful.)
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
A negated atom, in the sense of negation as failure, not logical negation. That is, it is true if atom
is not known/defined.