occam-verify-cli 0.0.617 → 0.0.619
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/assignment.js +1 -1
- package/lib/axiom.js +1 -1
- package/lib/axiomLemmaTheoremConjecture.js +1 -1
- package/lib/combinator.js +1 -1
- package/lib/conclusion.js +1 -1
- package/lib/conjecture.js +1 -1
- package/lib/consequent.js +1 -1
- package/lib/constructor.js +1 -1
- package/lib/context/file.js +1 -1
- package/lib/context/metaproof.js +1 -1
- package/lib/context/proof.js +1 -1
- package/lib/context/release.js +1 -1
- package/lib/equality.js +3 -4
- package/lib/index.js +1 -1
- package/lib/label.js +1 -1
- package/lib/lemma.js +1 -1
- package/lib/log.js +1 -1
- package/lib/metaType.js +1 -1
- package/lib/metavariable.js +1 -1
- package/lib/mixins/file.js +1 -1
- package/lib/mixins/logging.js +1 -1
- package/lib/node/metastatement/bracketed.js +1 -1
- package/lib/node/statement/bracketed.js +1 -1
- package/lib/node/statement/combinator/bracketed.js +1 -1
- package/lib/node/statement/combinator/equality.js +1 -1
- package/lib/node/statement/equality.js +1 -1
- package/lib/ocmbinator/bracketed.js +1 -1
- package/lib/ocmbinator/equality.js +1 -1
- package/lib/permutationsMatrix.js +1 -1
- package/lib/premise.js +1 -1
- package/lib/rule.js +1 -1
- package/lib/step/metaproof.js +1 -1
- package/lib/step/proof.js +1 -1
- package/lib/substitution/metastatementForMetavariable.js +4 -11
- package/lib/substitution/statementForMetavariable.js +4 -11
- package/lib/substitution/termForVariable.js +2 -9
- package/lib/supposition.js +1 -1
- package/lib/theorem.js +1 -1
- package/lib/type.js +1 -1
- package/lib/utilities/array.js +1 -1
- package/lib/utilities/customGrammar.js +1 -1
- package/lib/utilities/metaproof.js +9 -10
- package/lib/utilities/node.js +1 -1
- package/lib/utilities/permutations.js +1 -1
- package/lib/utilities/proof.js +9 -10
- package/lib/utilities/query.js +1 -1
- package/lib/utilities/releaseContext.js +1 -1
- package/lib/utilities/string.js +1 -1
- package/lib/utilities/tokens.js +1 -1
- package/lib/variable.js +1 -1
- package/lib/verifier/metastatementForMetavariable/conclusion.js +1 -1
- package/lib/verifier/metastatementForMetavariable/premise.js +1 -1
- package/lib/verifier/metastatementForMetavariable.js +1 -1
- package/lib/verifier/statementForMetavariable/conclusion.js +1 -1
- package/lib/verifier/statementForMetavariable/premise.js +1 -1
- package/lib/verifier/statementForMetavariable.js +1 -1
- package/lib/verifier/termForVariable/consequent.js +1 -1
- package/lib/verifier/termForVariable/supposition.js +1 -1
- package/lib/verifier/termForVariable.js +1 -1
- package/lib/verifier.js +1 -1
- package/lib/verify/assertion/type.js +1 -1
- package/lib/verify/axiom.js +1 -1
- package/lib/verify/conclusion.js +1 -1
- package/lib/verify/conjecture.js +1 -1
- package/lib/verify/consequent.js +1 -1
- package/lib/verify/declaration/combinator.js +1 -1
- package/lib/verify/declaration/constructor.js +1 -1
- package/lib/verify/declaration/metavariable.js +1 -1
- package/lib/verify/declaration/topLevel.js +1 -1
- package/lib/verify/declaration/type.js +1 -1
- package/lib/verify/declaration/variable.js +1 -1
- package/lib/verify/derivation.js +1 -1
- package/lib/verify/file.js +1 -1
- package/lib/verify/files.js +1 -1
- package/lib/verify/label.js +1 -1
- package/lib/verify/labels.js +1 -1
- package/lib/verify/lemma.js +1 -1
- package/lib/verify/metastatement/qualified.js +1 -1
- package/lib/verify/metastatement/unqualified.js +1 -1
- package/lib/verify/metastatement.js +1 -1
- package/lib/verify/metavariable.js +1 -1
- package/lib/verify/premise.js +1 -1
- package/lib/verify/proof.js +3 -4
- package/lib/verify/release.js +1 -1
- package/lib/verify/rule.js +1 -1
- package/lib/verify/ruleDerivation.js +1 -1
- package/lib/verify/ruleProof.js +3 -4
- package/lib/verify/statement/qualified.js +1 -1
- package/lib/verify/statement/unqualified.js +1 -1
- package/lib/verify/statement.js +1 -1
- package/lib/verify/statementAsCombinator.js +1 -1
- package/lib/verify/supposition.js +1 -1
- package/lib/verify/term.js +1 -1
- package/lib/verify/termAsConstructor.js +1 -1
- package/lib/verify/theorem.js +1 -1
- package/lib/verify/type.js +1 -1
- package/lib/verify/typeInference.js +1 -1
- package/lib/verify/variable.js +1 -1
- package/package.json +3 -3
- package/src/equality.js +3 -6
- package/src/substitution/metastatementForMetavariable.js +3 -12
- package/src/substitution/statementForMetavariable.js +3 -12
- package/src/substitution/termForVariable.js +1 -7
- package/src/utilities/metaproof.js +9 -18
- package/src/utilities/proof.js +9 -18
- package/src/verify/proof.js +2 -5
- package/src/verify/ruleProof.js +2 -5
- package/lib/matcher.js +0 -100
- package/src/matcher.js +0 -84
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.