Module prop

Source

Re-exports§

pub use super::symbol::Atom;

Enums§

PropBinary
Deriving PartialOrd and Ord on this enum means that, by ordering the fields in increasing order of precedence, no other work has to be done to make sure the relative precedence of operators is understood.
PropUnary
The negation operator, nothing super remarkable here.

Type Aliases§

PropFormula
Alias for the propositional instantiation of Formula.
PropSymbol