UNPKG

chop-logic-core

Version:

Core classes, methods and functions for calculating logical formulas and constructing proofs within the Chop Logic project.

5 lines (4 loc) 233 B
export { createOperator } from "./create-operator"; export { createPropExpression } from "./create-prop-expression"; export { createPropFormula } from "./create-prop-formula"; export { createPropSymbol } from "./create-prop-symbol";