chop-logic-core
Version:
Core classes, methods and functions for calculating logical formulas and constructing proofs within the Chop Logic project.
6 lines (5 loc) • 367 B
TypeScript
export { convertPropFormulaToExpression } from "./convert-prop-formula-to-expression";
export { convertPropFormulaToString } from "./convert-prop-formula-to-string";
export { extractPropSubFormulas } from "./extract-prop-sub-formulas";
export { extractPropVariables } from "./extract-prop-variables";
export { replaceAtomInFormula } from "./replace-atom-in-formula";