UNPKG

chop-logic-core

Version:

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

4 lines (3 loc) 198 B
export { buildHilbertProof } from "./build-hilbert-proof"; export { composeHilbertProof } from "./compose-hilbert-proof"; export { generateHilbertProofSteps } from "./generate-hilbert-proof-steps";