@stevenvo780/st-lang 4.5.2 → 4.7.0
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/dist/api.d.ts +1 -1
- package/dist/api.d.ts.map +1 -1
- package/dist/api.js +2 -2
- package/dist/api.js.map +1 -1
- package/dist/cli/index.js +1 -1
- package/dist/cli/index.js.map +1 -1
- package/dist/index.d.ts +52 -45
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +75 -30
- package/dist/index.js.map +1 -1
- package/dist/logic/profile-bridge/index.d.ts +64 -0
- package/dist/logic/profile-bridge/index.d.ts.map +1 -0
- package/dist/logic/profile-bridge/index.js.map +1 -0
- package/dist/logic/profiles/aristotelian/syllogistic.d.ts +14 -0
- package/dist/logic/profiles/aristotelian/syllogistic.d.ts.map +1 -0
- package/dist/logic/profiles/aristotelian/syllogistic.js.map +1 -0
- package/dist/logic/profiles/arithmetic/index.d.ts +15 -0
- package/dist/logic/profiles/arithmetic/index.d.ts.map +1 -0
- package/dist/logic/profiles/arithmetic/index.js.map +1 -0
- package/dist/logic/profiles/classical/cdcl.d.ts +34 -0
- package/dist/logic/profiles/classical/cdcl.d.ts.map +1 -0
- package/dist/logic/profiles/classical/cdcl.js.map +1 -0
- package/dist/logic/profiles/classical/dpll.d.ts +20 -0
- package/dist/logic/profiles/classical/dpll.d.ts.map +1 -0
- package/dist/logic/profiles/classical/dpll.js.map +1 -0
- package/dist/logic/profiles/classical/first-order.d.ts +20 -0
- package/dist/logic/profiles/classical/first-order.d.ts.map +1 -0
- package/dist/logic/profiles/classical/first-order.js.map +1 -0
- package/dist/logic/profiles/classical/parallel-sat.d.ts.map +1 -0
- package/dist/logic/profiles/classical/parallel-sat.js.map +1 -0
- package/dist/logic/profiles/classical/propositional.d.ts +30 -0
- package/dist/logic/profiles/classical/propositional.d.ts.map +1 -0
- package/dist/logic/profiles/classical/propositional.js +2868 -0
- package/dist/logic/profiles/classical/propositional.js.map +1 -0
- package/dist/logic/profiles/classical/sat-preprocess.d.ts.map +1 -0
- package/dist/logic/profiles/classical/sat-preprocess.js.map +1 -0
- package/dist/logic/profiles/classical/undecidability-detector.d.ts +13 -0
- package/dist/logic/profiles/classical/undecidability-detector.d.ts.map +1 -0
- package/dist/logic/profiles/classical/undecidability-detector.js.map +1 -0
- package/dist/logic/profiles/ctl/check.d.ts.map +1 -0
- package/dist/logic/profiles/ctl/check.js.map +1 -0
- package/dist/logic/profiles/ctl/index.d.ts.map +1 -0
- package/dist/logic/profiles/ctl/index.js.map +1 -0
- package/dist/logic/profiles/ctl/types.d.ts.map +1 -0
- package/dist/logic/profiles/ctl/types.js.map +1 -0
- package/dist/logic/profiles/ctl/witness.d.ts.map +1 -0
- package/dist/logic/profiles/ctl/witness.js.map +1 -0
- package/dist/logic/profiles/default-logic/entailment.d.ts.map +1 -0
- package/dist/logic/profiles/default-logic/entailment.js.map +1 -0
- package/dist/logic/profiles/default-logic/extensions.d.ts.map +1 -0
- package/dist/logic/profiles/default-logic/extensions.js.map +1 -0
- package/dist/logic/profiles/default-logic/index.d.ts.map +1 -0
- package/dist/logic/profiles/default-logic/index.js.map +1 -0
- package/dist/logic/profiles/default-logic/types.d.ts.map +1 -0
- package/dist/logic/profiles/default-logic/types.js.map +1 -0
- package/dist/logic/profiles/deontic/standard.d.ts +10 -0
- package/dist/logic/profiles/deontic/standard.d.ts.map +1 -0
- package/dist/logic/profiles/deontic/standard.js.map +1 -0
- package/dist/logic/profiles/description-logic/index.d.ts.map +1 -0
- package/dist/logic/profiles/description-logic/index.js.map +1 -0
- package/dist/logic/profiles/description-logic/nnf.d.ts.map +1 -0
- package/dist/logic/profiles/description-logic/nnf.js.map +1 -0
- package/dist/logic/profiles/description-logic/tableau.d.ts.map +1 -0
- package/dist/logic/profiles/description-logic/tableau.js.map +1 -0
- package/dist/logic/profiles/description-logic/types.d.ts.map +1 -0
- package/dist/logic/profiles/description-logic/types.js.map +1 -0
- package/dist/logic/profiles/epistemic/s5.d.ts +10 -0
- package/dist/logic/profiles/epistemic/s5.d.ts.map +1 -0
- package/dist/logic/profiles/epistemic/s5.js.map +1 -0
- package/dist/logic/profiles/hybrid-logic/index.d.ts.map +1 -0
- package/dist/logic/profiles/hybrid-logic/index.js.map +1 -0
- package/dist/logic/profiles/hybrid-logic/sat.d.ts.map +1 -0
- package/dist/logic/profiles/hybrid-logic/sat.js.map +1 -0
- package/dist/logic/profiles/hybrid-logic/semantics.d.ts.map +1 -0
- package/dist/logic/profiles/hybrid-logic/semantics.js.map +1 -0
- package/dist/logic/profiles/hybrid-logic/types.d.ts.map +1 -0
- package/dist/logic/profiles/hybrid-logic/types.js.map +1 -0
- package/dist/logic/profiles/index.d.ts.map +1 -0
- package/dist/logic/profiles/index.js.map +1 -0
- package/dist/logic/profiles/interface.d.ts +11 -0
- package/dist/logic/profiles/interface.d.ts.map +1 -0
- package/dist/logic/profiles/interface.js.map +1 -0
- package/dist/logic/profiles/intuitionistic/propositional.d.ts +14 -0
- package/dist/logic/profiles/intuitionistic/propositional.d.ts.map +1 -0
- package/dist/logic/profiles/intuitionistic/propositional.js.map +1 -0
- package/dist/logic/profiles/intuitionistic-nj/formula.d.ts.map +1 -0
- package/dist/logic/profiles/intuitionistic-nj/formula.js.map +1 -0
- package/dist/logic/profiles/intuitionistic-nj/index.d.ts.map +1 -0
- package/dist/logic/profiles/intuitionistic-nj/index.js.map +1 -0
- package/dist/logic/profiles/intuitionistic-nj/kripke.d.ts.map +1 -0
- package/dist/logic/profiles/intuitionistic-nj/kripke.js.map +1 -0
- package/dist/logic/profiles/intuitionistic-nj/prover.d.ts.map +1 -0
- package/dist/logic/profiles/intuitionistic-nj/prover.js.map +1 -0
- package/dist/logic/profiles/intuitionistic-nj/types.d.ts.map +1 -0
- package/dist/logic/profiles/intuitionistic-nj/types.js.map +1 -0
- package/dist/logic/profiles/ltl-sat/index.d.ts.map +1 -0
- package/dist/logic/profiles/ltl-sat/index.js.map +1 -0
- package/dist/logic/profiles/ltl-sat/sat.d.ts.map +1 -0
- package/dist/logic/profiles/ltl-sat/sat.js.map +1 -0
- package/dist/logic/profiles/ltl-sat/tableau.d.ts.map +1 -0
- package/dist/logic/profiles/ltl-sat/tableau.js.map +1 -0
- package/dist/logic/profiles/ltl-sat/types.d.ts.map +1 -0
- package/dist/logic/profiles/ltl-sat/types.js.map +1 -0
- package/dist/logic/profiles/many-valued/index.d.ts.map +1 -0
- package/dist/logic/profiles/many-valued/index.js.map +1 -0
- package/dist/logic/profiles/modal/k.d.ts +10 -0
- package/dist/logic/profiles/modal/k.d.ts.map +1 -0
- package/dist/logic/profiles/modal/k.js.map +1 -0
- package/dist/logic/profiles/modal-frame-axioms/formula.d.ts.map +1 -0
- package/dist/logic/profiles/modal-frame-axioms/formula.js.map +1 -0
- package/dist/logic/profiles/modal-frame-axioms/index.d.ts.map +1 -0
- package/dist/logic/profiles/modal-frame-axioms/index.js.map +1 -0
- package/dist/logic/profiles/modal-frame-axioms/systems.d.ts.map +1 -0
- package/dist/logic/profiles/modal-frame-axioms/systems.js.map +1 -0
- package/dist/logic/profiles/modal-frame-axioms/tableau.d.ts.map +1 -0
- package/dist/logic/profiles/modal-frame-axioms/tableau.js.map +1 -0
- package/dist/logic/profiles/modal-frame-axioms/types.d.ts.map +1 -0
- package/dist/logic/profiles/modal-frame-axioms/types.js.map +1 -0
- package/dist/logic/profiles/mu-calculus/check.d.ts.map +1 -0
- package/dist/logic/profiles/mu-calculus/check.js.map +1 -0
- package/dist/logic/profiles/mu-calculus/ctl-translate.d.ts.map +1 -0
- package/dist/logic/profiles/mu-calculus/ctl-translate.js.map +1 -0
- package/dist/logic/profiles/mu-calculus/index.d.ts.map +1 -0
- package/dist/logic/profiles/mu-calculus/index.js.map +1 -0
- package/dist/logic/profiles/mu-calculus/types.d.ts.map +1 -0
- package/dist/logic/profiles/mu-calculus/types.js.map +1 -0
- package/dist/logic/profiles/mu-calculus/wellformed.d.ts.map +1 -0
- package/dist/logic/profiles/mu-calculus/wellformed.js.map +1 -0
- package/dist/logic/profiles/paraconsistent/belnap.d.ts +28 -0
- package/dist/logic/profiles/paraconsistent/belnap.d.ts.map +1 -0
- package/dist/logic/profiles/paraconsistent/belnap.js.map +1 -0
- package/dist/logic/profiles/probabilistic/basic.d.ts +18 -0
- package/dist/logic/profiles/probabilistic/basic.d.ts.map +1 -0
- package/dist/logic/profiles/probabilistic/basic.js.map +1 -0
- package/dist/logic/profiles/sequent-g3/index.d.ts.map +1 -0
- package/dist/logic/profiles/sequent-g3/index.js.map +1 -0
- package/dist/logic/profiles/sequent-g3/latex.d.ts.map +1 -0
- package/dist/logic/profiles/sequent-g3/latex.js.map +1 -0
- package/dist/logic/profiles/sequent-g3/normalize.d.ts +15 -0
- package/dist/logic/profiles/sequent-g3/normalize.d.ts.map +1 -0
- package/dist/logic/profiles/sequent-g3/normalize.js.map +1 -0
- package/dist/logic/profiles/sequent-g3/prover.d.ts +16 -0
- package/dist/logic/profiles/sequent-g3/prover.d.ts.map +1 -0
- package/dist/logic/profiles/sequent-g3/prover.js.map +1 -0
- package/dist/logic/profiles/sequent-g3/types.d.ts +30 -0
- package/dist/logic/profiles/sequent-g3/types.d.ts.map +1 -0
- package/dist/logic/profiles/sequent-g3/types.js.map +1 -0
- package/dist/logic/profiles/sequent-lk/cut-elimination.d.ts.map +1 -0
- package/dist/logic/profiles/sequent-lk/cut-elimination.js.map +1 -0
- package/dist/logic/profiles/sequent-lk/index.d.ts.map +1 -0
- package/dist/logic/profiles/sequent-lk/index.js.map +1 -0
- package/dist/logic/profiles/sequent-lk/prover.d.ts.map +1 -0
- package/dist/logic/profiles/sequent-lk/prover.js.map +1 -0
- package/dist/logic/profiles/sequent-lk/types.d.ts.map +1 -0
- package/dist/logic/profiles/sequent-lk/types.js.map +1 -0
- package/dist/logic/profiles/sequent-lk/util.d.ts.map +1 -0
- package/dist/logic/profiles/sequent-lk/util.js.map +1 -0
- package/dist/logic/profiles/shared/base-profile.d.ts +22 -0
- package/dist/logic/profiles/shared/base-profile.d.ts.map +1 -0
- package/dist/logic/profiles/shared/base-profile.js +219 -0
- package/dist/logic/profiles/shared/base-profile.js.map +1 -0
- package/dist/logic/profiles/shared/tableau-engine.d.ts +73 -0
- package/dist/logic/profiles/shared/tableau-engine.d.ts.map +1 -0
- package/dist/logic/profiles/shared/tableau-engine.js +684 -0
- package/dist/logic/profiles/shared/tableau-engine.js.map +1 -0
- package/dist/logic/profiles/substructural/index.d.ts.map +1 -0
- package/dist/logic/profiles/substructural/index.js.map +1 -0
- package/dist/logic/profiles/substructural/prover.d.ts.map +1 -0
- package/dist/logic/profiles/substructural/prover.js.map +1 -0
- package/dist/logic/profiles/substructural/types.d.ts.map +1 -0
- package/dist/logic/profiles/substructural/types.js.map +1 -0
- package/dist/logic/profiles/temporal/ltl.d.ts +12 -0
- package/dist/logic/profiles/temporal/ltl.d.ts.map +1 -0
- package/dist/logic/profiles/temporal/ltl.js.map +1 -0
- package/dist/namespaces/logic.d.ts +28 -28
- package/dist/namespaces/logic.d.ts.map +1 -1
- package/dist/namespaces/logic.js +27 -27
- package/dist/namespaces/logic.js.map +1 -1
- package/dist/namespaces/proof-systems.d.ts +6 -6
- package/dist/namespaces/proof-systems.d.ts.map +1 -1
- package/dist/namespaces/proof-systems.js +6 -6
- package/dist/namespaces/proof-systems.js.map +1 -1
- package/dist/namespaces/reasoning.d.ts +7 -7
- package/dist/namespaces/reasoning.d.ts.map +1 -1
- package/dist/namespaces/reasoning.js +7 -7
- package/dist/namespaces/reasoning.js.map +1 -1
- package/dist/namespaces/semantics.d.ts +5 -5
- package/dist/namespaces/semantics.d.ts.map +1 -1
- package/dist/namespaces/semantics.js +5 -5
- package/dist/namespaces/semantics.js.map +1 -1
- package/dist/namespaces/solvers.d.ts +3 -3
- package/dist/namespaces/solvers.d.ts.map +1 -1
- package/dist/namespaces/solvers.js +3 -3
- package/dist/namespaces/solvers.js.map +1 -1
- package/dist/namespaces/type-theory.d.ts +8 -8
- package/dist/namespaces/type-theory.d.ts.map +1 -1
- package/dist/namespaces/type-theory.js +8 -8
- package/dist/namespaces/type-theory.js.map +1 -1
- package/dist/proof-systems/fol-prover/cnf.d.ts +10 -0
- package/dist/proof-systems/fol-prover/cnf.d.ts.map +1 -0
- package/dist/proof-systems/fol-prover/cnf.js.map +1 -0
- package/dist/proof-systems/fol-prover/index.d.ts.map +1 -0
- package/dist/proof-systems/fol-prover/index.js.map +1 -0
- package/dist/proof-systems/fol-prover/prove.d.ts +4 -0
- package/dist/proof-systems/fol-prover/prove.d.ts.map +1 -0
- package/dist/proof-systems/fol-prover/prove.js.map +1 -0
- package/dist/proof-systems/fol-prover/resolve.d.ts.map +1 -0
- package/dist/proof-systems/fol-prover/resolve.js.map +1 -0
- package/dist/proof-systems/fol-prover/types.d.ts.map +1 -0
- package/dist/proof-systems/fol-prover/types.js.map +1 -0
- package/dist/proof-systems/fol-prover/unify.d.ts.map +1 -0
- package/dist/proof-systems/fol-prover/unify.js.map +1 -0
- package/dist/proof-systems/fol-prover-equality/demodulate.d.ts.map +1 -0
- package/dist/proof-systems/fol-prover-equality/demodulate.js.map +1 -0
- package/dist/proof-systems/fol-prover-equality/index.d.ts.map +1 -0
- package/dist/proof-systems/fol-prover-equality/index.js.map +1 -0
- package/dist/proof-systems/fol-prover-equality/paramodulate.d.ts.map +1 -0
- package/dist/proof-systems/fol-prover-equality/paramodulate.js.map +1 -0
- package/dist/proof-systems/fol-prover-equality/prove.d.ts +7 -0
- package/dist/proof-systems/fol-prover-equality/prove.d.ts.map +1 -0
- package/dist/proof-systems/fol-prover-equality/prove.js.map +1 -0
- package/dist/proof-systems/fol-prover-equality/term-utils.d.ts.map +1 -0
- package/dist/proof-systems/fol-prover-equality/term-utils.js.map +1 -0
- package/dist/proof-systems/fol-prover-equality/types.d.ts.map +1 -0
- package/dist/proof-systems/fol-prover-equality/types.js.map +1 -0
- package/dist/proof-systems/higher-order-unify/index.d.ts.map +1 -0
- package/dist/proof-systems/higher-order-unify/index.js.map +1 -0
- package/dist/proof-systems/higher-order-unify/normalize.d.ts.map +1 -0
- package/dist/proof-systems/higher-order-unify/normalize.js.map +1 -0
- package/dist/proof-systems/higher-order-unify/pattern.d.ts.map +1 -0
- package/dist/proof-systems/higher-order-unify/pattern.js.map +1 -0
- package/dist/proof-systems/higher-order-unify/types.d.ts.map +1 -0
- package/dist/proof-systems/higher-order-unify/types.js.map +1 -0
- package/dist/proof-systems/higher-order-unify/unify.d.ts.map +1 -0
- package/dist/proof-systems/higher-order-unify/unify.js.map +1 -0
- package/dist/proof-systems/proof-exchange/index.d.ts +24 -0
- package/dist/proof-systems/proof-exchange/index.d.ts.map +1 -0
- package/dist/proof-systems/proof-exchange/index.js.map +1 -0
- package/dist/proof-systems/proof-minify/index.d.ts.map +1 -0
- package/dist/proof-systems/proof-minify/index.js.map +1 -0
- package/dist/proof-systems/proof-minify/minify.d.ts.map +1 -0
- package/dist/proof-systems/proof-minify/minify.js.map +1 -0
- package/dist/proof-systems/proof-minify/types.d.ts.map +1 -0
- package/dist/proof-systems/proof-minify/types.js.map +1 -0
- package/dist/proof-systems/proof-nets/construct.d.ts.map +1 -0
- package/dist/proof-systems/proof-nets/construct.js.map +1 -0
- package/dist/proof-systems/proof-nets/correctness.d.ts.map +1 -0
- package/dist/proof-systems/proof-nets/correctness.js.map +1 -0
- package/dist/proof-systems/proof-nets/cut-elim.d.ts.map +1 -0
- package/dist/proof-systems/proof-nets/cut-elim.js.map +1 -0
- package/dist/proof-systems/proof-nets/index.d.ts.map +1 -0
- package/dist/proof-systems/proof-nets/index.js.map +1 -0
- package/dist/proof-systems/proof-nets/types.d.ts.map +1 -0
- package/dist/proof-systems/proof-nets/types.js.map +1 -0
- package/dist/proof-systems/tableau-framework/TableauProver.d.ts.map +1 -0
- package/dist/proof-systems/tableau-framework/TableauProver.js.map +1 -0
- package/dist/proof-systems/tableau-framework/index.d.ts.map +1 -0
- package/dist/proof-systems/tableau-framework/index.js.map +1 -0
- package/dist/proof-systems/tableau-framework/propositional.d.ts.map +1 -0
- package/dist/proof-systems/tableau-framework/propositional.js.map +1 -0
- package/dist/proof-systems/tableau-framework/types.d.ts.map +1 -0
- package/dist/proof-systems/tableau-framework/types.js.map +1 -0
- package/dist/protocol/handler.js +1 -1
- package/dist/protocol/handler.js.map +1 -1
- package/dist/reasoning/abduction/entails.d.ts.map +1 -0
- package/dist/reasoning/abduction/entails.js.map +1 -0
- package/dist/reasoning/abduction/find.d.ts.map +1 -0
- package/dist/reasoning/abduction/find.js.map +1 -0
- package/dist/reasoning/abduction/index.d.ts.map +1 -0
- package/dist/reasoning/abduction/index.js.map +1 -0
- package/dist/reasoning/abduction/types.d.ts.map +1 -0
- package/dist/reasoning/abduction/types.js.map +1 -0
- package/dist/reasoning/argumentation/dot.d.ts.map +1 -0
- package/dist/reasoning/argumentation/dot.js.map +1 -0
- package/dist/reasoning/argumentation/extensions.d.ts.map +1 -0
- package/dist/reasoning/argumentation/extensions.js.map +1 -0
- package/dist/reasoning/argumentation/framework.d.ts.map +1 -0
- package/dist/reasoning/argumentation/framework.js.map +1 -0
- package/dist/reasoning/argumentation/index.d.ts.map +1 -0
- package/dist/reasoning/argumentation/index.js.map +1 -0
- package/dist/reasoning/argumentation/types.d.ts.map +1 -0
- package/dist/reasoning/argumentation/types.js.map +1 -0
- package/dist/reasoning/bayesian/factor.d.ts.map +1 -0
- package/dist/reasoning/bayesian/factor.js.map +1 -0
- package/dist/reasoning/bayesian/index.d.ts.map +1 -0
- package/dist/reasoning/bayesian/index.js.map +1 -0
- package/dist/reasoning/bayesian/inference.d.ts.map +1 -0
- package/dist/reasoning/bayesian/inference.js.map +1 -0
- package/dist/reasoning/bayesian/types.d.ts.map +1 -0
- package/dist/reasoning/bayesian/types.js.map +1 -0
- package/dist/reasoning/belief-revision/agm.d.ts.map +1 -0
- package/dist/reasoning/belief-revision/agm.js.map +1 -0
- package/dist/reasoning/belief-revision/index.d.ts.map +1 -0
- package/dist/reasoning/belief-revision/index.js.map +1 -0
- package/dist/reasoning/belief-revision/parser.d.ts.map +1 -0
- package/dist/reasoning/belief-revision/parser.js.map +1 -0
- package/dist/reasoning/belief-revision/sat.d.ts.map +1 -0
- package/dist/reasoning/belief-revision/sat.js.map +1 -0
- package/dist/reasoning/belief-revision/types.d.ts.map +1 -0
- package/dist/reasoning/belief-revision/types.js.map +1 -0
- package/dist/reasoning/citation-reasoning/derive.d.ts.map +1 -0
- package/dist/reasoning/citation-reasoning/derive.js.map +1 -0
- package/dist/reasoning/citation-reasoning/index.d.ts.map +1 -0
- package/dist/reasoning/citation-reasoning/index.js.map +1 -0
- package/dist/reasoning/citation-reasoning/types.d.ts.map +1 -0
- package/dist/reasoning/citation-reasoning/types.js.map +1 -0
- package/dist/reasoning/constructive-reals/index.d.ts.map +1 -0
- package/dist/reasoning/constructive-reals/index.js.map +1 -0
- package/dist/reasoning/fca/context.d.ts.map +1 -0
- package/dist/reasoning/fca/context.js.map +1 -0
- package/dist/reasoning/fca/implications.d.ts.map +1 -0
- package/dist/reasoning/fca/implications.js.map +1 -0
- package/dist/reasoning/fca/index.d.ts.map +1 -0
- package/dist/reasoning/fca/index.js.map +1 -0
- package/dist/reasoning/fca/lattice.d.ts.map +1 -0
- package/dist/reasoning/fca/lattice.js.map +1 -0
- package/dist/reasoning/fca/next-closure.d.ts.map +1 -0
- package/dist/reasoning/fca/next-closure.js.map +1 -0
- package/dist/reasoning/fca/types.d.ts.map +1 -0
- package/dist/reasoning/fca/types.js.map +1 -0
- package/dist/reasoning/game-theory/common-games.d.ts.map +1 -0
- package/dist/reasoning/game-theory/common-games.js.map +1 -0
- package/dist/reasoning/game-theory/dominance.d.ts.map +1 -0
- package/dist/reasoning/game-theory/dominance.js.map +1 -0
- package/dist/reasoning/game-theory/index.d.ts.map +1 -0
- package/dist/reasoning/game-theory/index.js.map +1 -0
- package/dist/reasoning/game-theory/lemke-howson.d.ts.map +1 -0
- package/dist/reasoning/game-theory/lemke-howson.js.map +1 -0
- package/dist/reasoning/game-theory/linalg.d.ts.map +1 -0
- package/dist/reasoning/game-theory/linalg.js.map +1 -0
- package/dist/reasoning/game-theory/pure-nash.d.ts.map +1 -0
- package/dist/reasoning/game-theory/pure-nash.js.map +1 -0
- package/dist/reasoning/game-theory/support-enumeration.d.ts.map +1 -0
- package/dist/reasoning/game-theory/support-enumeration.js.map +1 -0
- package/dist/reasoning/game-theory/types.d.ts.map +1 -0
- package/dist/reasoning/game-theory/types.js.map +1 -0
- package/dist/reasoning/hyperreal/index.d.ts.map +1 -0
- package/dist/reasoning/hyperreal/index.js.map +1 -0
- package/dist/reasoning/information-theory/index.d.ts.map +1 -0
- package/dist/reasoning/information-theory/index.js.map +1 -0
- package/dist/reasoning/lemma-synthesis/index.d.ts +124 -0
- package/dist/reasoning/lemma-synthesis/index.d.ts.map +1 -0
- package/dist/reasoning/lemma-synthesis/index.js +640 -0
- package/dist/reasoning/lemma-synthesis/index.js.map +1 -0
- package/dist/reasoning/markov-logic/grounding.d.ts.map +1 -0
- package/dist/reasoning/markov-logic/grounding.js.map +1 -0
- package/dist/reasoning/markov-logic/index.d.ts.map +1 -0
- package/dist/reasoning/markov-logic/index.js.map +1 -0
- package/dist/reasoning/markov-logic/inference.d.ts.map +1 -0
- package/dist/reasoning/markov-logic/inference.js.map +1 -0
- package/dist/reasoning/markov-logic/parser.d.ts.map +1 -0
- package/dist/reasoning/markov-logic/parser.js.map +1 -0
- package/dist/reasoning/markov-logic/types.d.ts.map +1 -0
- package/dist/reasoning/markov-logic/types.js.map +1 -0
- package/dist/reasoning/optimization/branch-and-bound.d.ts.map +1 -0
- package/dist/reasoning/optimization/branch-and-bound.js.map +1 -0
- package/dist/reasoning/optimization/index.d.ts.map +1 -0
- package/dist/reasoning/optimization/index.js.map +1 -0
- package/dist/reasoning/optimization/simplex.d.ts.map +1 -0
- package/dist/reasoning/optimization/simplex.js.map +1 -0
- package/dist/reasoning/optimization/standard-form.d.ts.map +1 -0
- package/dist/reasoning/optimization/standard-form.js.map +1 -0
- package/dist/reasoning/optimization/types.d.ts.map +1 -0
- package/dist/reasoning/optimization/types.js.map +1 -0
- package/dist/reasoning/planning/astar.d.ts.map +1 -0
- package/dist/reasoning/planning/astar.js.map +1 -0
- package/dist/reasoning/planning/bfs.d.ts.map +1 -0
- package/dist/reasoning/planning/bfs.js.map +1 -0
- package/dist/reasoning/planning/ground.d.ts.map +1 -0
- package/dist/reasoning/planning/ground.js.map +1 -0
- package/dist/reasoning/planning/heuristic.d.ts.map +1 -0
- package/dist/reasoning/planning/heuristic.js.map +1 -0
- package/dist/reasoning/planning/index.d.ts.map +1 -0
- package/dist/reasoning/planning/index.js.map +1 -0
- package/dist/reasoning/planning/types.d.ts.map +1 -0
- package/dist/reasoning/planning/types.js.map +1 -0
- package/dist/reasoning/tactic-dsl/combinators.d.ts +6 -0
- package/dist/reasoning/tactic-dsl/combinators.d.ts.map +1 -0
- package/dist/reasoning/tactic-dsl/combinators.js +98 -0
- package/dist/reasoning/tactic-dsl/combinators.js.map +1 -0
- package/dist/reasoning/tactic-dsl/index.d.ts +39 -0
- package/dist/reasoning/tactic-dsl/index.d.ts.map +1 -0
- package/dist/reasoning/tactic-dsl/index.js +162 -0
- package/dist/reasoning/tactic-dsl/index.js.map +1 -0
- package/dist/reasoning/tactic-dsl/tactics.d.ts +21 -0
- package/dist/reasoning/tactic-dsl/tactics.d.ts.map +1 -0
- package/dist/reasoning/tactic-dsl/tactics.js +536 -0
- package/dist/reasoning/tactic-dsl/tactics.js.map +1 -0
- package/dist/reasoning/tactic-dsl/types.d.ts +54 -0
- package/dist/reasoning/tactic-dsl/types.d.ts.map +1 -0
- package/dist/reasoning/tactic-dsl/types.js +226 -0
- package/dist/reasoning/tactic-dsl/types.js.map +1 -0
- package/dist/repl/repl.js +2 -2
- package/dist/repl/repl.js.map +1 -1
- package/dist/runtime/bdd/index.d.ts.map +1 -0
- package/dist/runtime/bdd/index.js.map +1 -0
- package/dist/runtime/bdd/manager.d.ts.map +1 -0
- package/dist/runtime/bdd/manager.js.map +1 -0
- package/dist/runtime/bdd/types.d.ts.map +1 -0
- package/dist/runtime/bdd/types.js.map +1 -0
- package/dist/runtime/cross-system-compare.d.ts +1 -1
- package/dist/runtime/cross-system-compare.d.ts.map +1 -1
- package/dist/runtime/csp-hoare/analysis.d.ts +51 -0
- package/dist/runtime/csp-hoare/analysis.d.ts.map +1 -0
- package/dist/runtime/csp-hoare/analysis.js +317 -0
- package/dist/runtime/csp-hoare/analysis.js.map +1 -0
- package/dist/runtime/csp-hoare/examples.d.ts +33 -0
- package/dist/runtime/csp-hoare/examples.d.ts.map +1 -0
- package/dist/runtime/csp-hoare/examples.js +108 -0
- package/dist/runtime/csp-hoare/examples.js.map +1 -0
- package/dist/runtime/csp-hoare/index.d.ts +6 -0
- package/dist/runtime/csp-hoare/index.d.ts.map +1 -0
- package/dist/runtime/csp-hoare/index.js +50 -0
- package/dist/runtime/csp-hoare/index.js.map +1 -0
- package/dist/runtime/csp-hoare/semantics.d.ts +49 -0
- package/dist/runtime/csp-hoare/semantics.d.ts.map +1 -0
- package/dist/runtime/csp-hoare/semantics.js +494 -0
- package/dist/runtime/csp-hoare/semantics.js.map +1 -0
- package/dist/runtime/csp-hoare/types.d.ts +60 -0
- package/dist/runtime/csp-hoare/types.d.ts.map +1 -0
- package/dist/runtime/csp-hoare/types.js +31 -0
- package/dist/runtime/csp-hoare/types.js.map +1 -0
- package/dist/runtime/fallacies.d.ts +1 -1
- package/dist/runtime/fallacies.d.ts.map +1 -1
- package/dist/runtime/interpreter.d.ts +1 -1
- package/dist/runtime/interpreter.d.ts.map +1 -1
- package/dist/runtime/interpreter.js +5 -5
- package/dist/runtime/interpreter.js.map +1 -1
- package/dist/runtime/parallel/index.d.ts +1 -1
- package/dist/runtime/parallel/index.d.ts.map +1 -1
- package/dist/runtime/parallel/index.js +2 -2
- package/dist/runtime/parallel/index.js.map +1 -1
- package/dist/runtime/parallel/worker.d.ts +1 -1
- package/dist/runtime/parallel/worker.d.ts.map +1 -1
- package/dist/runtime/parallel/worker.js +2 -2
- package/dist/runtime/parallel/worker.js.map +1 -1
- package/dist/runtime/streaming/stream-eval.d.ts +1 -1
- package/dist/runtime/streaming/stream-eval.d.ts.map +1 -1
- package/dist/runtime/streaming/stream-eval.js +3 -3
- package/dist/runtime/streaming/stream-eval.js.map +1 -1
- package/dist/semantics/categorical/fin-set.d.ts +39 -0
- package/dist/semantics/categorical/fin-set.d.ts.map +1 -0
- package/dist/semantics/categorical/fin-set.js +217 -0
- package/dist/semantics/categorical/fin-set.js.map +1 -0
- package/dist/semantics/categorical/free.d.ts +23 -0
- package/dist/semantics/categorical/free.d.ts.map +1 -0
- package/dist/semantics/categorical/free.js +168 -0
- package/dist/semantics/categorical/free.js.map +1 -0
- package/dist/semantics/categorical/functor.d.ts +40 -0
- package/dist/semantics/categorical/functor.d.ts.map +1 -0
- package/dist/semantics/categorical/functor.js +139 -0
- package/dist/semantics/categorical/functor.js.map +1 -0
- package/dist/semantics/categorical/index.d.ts +11 -0
- package/dist/semantics/categorical/index.d.ts.map +1 -0
- package/dist/semantics/categorical/index.js +33 -0
- package/dist/semantics/categorical/index.js.map +1 -0
- package/dist/semantics/categorical/limits.d.ts +64 -0
- package/dist/semantics/categorical/limits.d.ts.map +1 -0
- package/dist/semantics/categorical/limits.js +248 -0
- package/dist/semantics/categorical/limits.js.map +1 -0
- package/dist/semantics/categorical/monoidal.d.ts +14 -0
- package/dist/semantics/categorical/monoidal.d.ts.map +1 -0
- package/dist/semantics/categorical/monoidal.js +148 -0
- package/dist/semantics/categorical/monoidal.js.map +1 -0
- package/dist/semantics/categorical/poset.d.ts +14 -0
- package/dist/semantics/categorical/poset.d.ts.map +1 -0
- package/dist/semantics/categorical/poset.js +115 -0
- package/dist/semantics/categorical/poset.js.map +1 -0
- package/dist/semantics/categorical/types.d.ts +111 -0
- package/dist/semantics/categorical/types.d.ts.map +1 -0
- package/dist/semantics/categorical/types.js +15 -0
- package/dist/semantics/categorical/types.js.map +1 -0
- package/dist/semantics/coinduction/index.d.ts.map +1 -0
- package/dist/semantics/coinduction/index.js.map +1 -0
- package/dist/semantics/game-semantics/convert.d.ts +4 -0
- package/dist/semantics/game-semantics/convert.d.ts.map +1 -0
- package/dist/semantics/game-semantics/convert.js +28 -0
- package/dist/semantics/game-semantics/convert.js.map +1 -0
- package/dist/semantics/game-semantics/index.d.ts.map +1 -0
- package/dist/semantics/game-semantics/index.js.map +1 -0
- package/dist/semantics/game-semantics/strategy.d.ts.map +1 -0
- package/dist/semantics/game-semantics/strategy.js +336 -0
- package/dist/semantics/game-semantics/strategy.js.map +1 -0
- package/dist/semantics/game-semantics/types.d.ts.map +1 -0
- package/dist/semantics/game-semantics/types.js.map +1 -0
- package/dist/semantics/text-layer/compiler.d.ts +18 -0
- package/dist/semantics/text-layer/compiler.d.ts.map +1 -0
- package/dist/semantics/text-layer/compiler.js.map +1 -0
- package/dist/semantics/text-layer/v2/claim-graph.d.ts.map +1 -0
- package/dist/semantics/text-layer/v2/claim-graph.js.map +1 -0
- package/dist/semantics/text-layer/v2/index.d.ts.map +1 -0
- package/dist/semantics/text-layer/v2/index.js.map +1 -0
- package/dist/semantics/text-layer/v2/mdx-bridge/diff.d.ts.map +1 -0
- package/dist/semantics/text-layer/v2/mdx-bridge/diff.js.map +1 -0
- package/dist/semantics/text-layer/v2/mdx-bridge/index.d.ts.map +1 -0
- package/dist/semantics/text-layer/v2/mdx-bridge/index.js.map +1 -0
- package/dist/semantics/text-layer/v2/mdx-bridge/parser.d.ts.map +1 -0
- package/dist/semantics/text-layer/v2/mdx-bridge/parser.js.map +1 -0
- package/dist/semantics/text-layer/v2/mdx-bridge/serializer.d.ts.map +1 -0
- package/dist/semantics/text-layer/v2/mdx-bridge/serializer.js.map +1 -0
- package/dist/semantics/text-layer/v2/mdx-bridge/types.d.ts.map +1 -0
- package/dist/semantics/text-layer/v2/mdx-bridge/types.js.map +1 -0
- package/dist/semantics/text-layer/v2/types.d.ts.map +1 -0
- package/dist/semantics/text-layer/v2/types.js.map +1 -0
- package/dist/solver/csp/ac3.d.ts.map +1 -0
- package/dist/solver/csp/ac3.js.map +1 -0
- package/dist/solver/csp/backtrack.d.ts.map +1 -0
- package/dist/solver/csp/backtrack.js.map +1 -0
- package/dist/solver/csp/builtins.d.ts.map +1 -0
- package/dist/solver/csp/builtins.js.map +1 -0
- package/dist/solver/csp/index.d.ts.map +1 -0
- package/dist/solver/csp/index.js.map +1 -0
- package/dist/solver/csp/types.d.ts.map +1 -0
- package/dist/solver/csp/types.js.map +1 -0
- package/dist/solver/mus/extract.d.ts.map +1 -0
- package/dist/solver/mus/extract.js.map +1 -0
- package/dist/solver/mus/index.d.ts.map +1 -0
- package/dist/solver/mus/index.js.map +1 -0
- package/dist/solver/mus/quickxplain.d.ts.map +1 -0
- package/dist/solver/mus/quickxplain.js.map +1 -0
- package/dist/solver/mus/types.d.ts.map +1 -0
- package/dist/solver/mus/types.js.map +1 -0
- package/dist/solver/smt/index.d.ts.map +1 -0
- package/dist/solver/smt/index.js.map +1 -0
- package/dist/solver/smt/mock-backend.d.ts.map +1 -0
- package/dist/solver/smt/mock-backend.js.map +1 -0
- package/dist/solver/smt/serializer.d.ts.map +1 -0
- package/dist/solver/smt/serializer.js.map +1 -0
- package/dist/solver/smt/subprocess-backend.d.ts.map +1 -0
- package/dist/solver/smt/subprocess-backend.js.map +1 -0
- package/dist/solver/smt/types.d.ts.map +1 -0
- package/dist/solver/smt/types.js.map +1 -0
- package/dist/solver/smt-lib/ast.d.ts.map +1 -0
- package/dist/solver/smt-lib/ast.js.map +1 -0
- package/dist/solver/smt-lib/emitter.d.ts.map +1 -0
- package/dist/solver/smt-lib/emitter.js.map +1 -0
- package/dist/solver/smt-lib/index.d.ts.map +1 -0
- package/dist/solver/smt-lib/index.js.map +1 -0
- package/dist/solver/smt-lib/parser.d.ts.map +1 -0
- package/dist/solver/smt-lib/parser.js.map +1 -0
- package/dist/solver/smt-lib/tokenizer.d.ts.map +1 -0
- package/dist/solver/smt-lib/tokenizer.js.map +1 -0
- package/dist/tests/api/namespaces.test.js +1 -1
- package/dist/tests/api/namespaces.test.js.map +1 -1
- package/dist/tests/arithmetic.test.js +2 -2
- package/dist/tests/arithmetic.test.js.map +1 -1
- package/dist/tests/benchmark-cdcl.test.js +2 -2
- package/dist/tests/benchmark-cdcl.test.js.map +1 -1
- package/dist/tests/cli.test.js +1 -1
- package/dist/tests/cli.test.js.map +1 -1
- package/dist/tests/core.test.js +1 -1
- package/dist/tests/core.test.js.map +1 -1
- package/dist/tests/coverage-95/api-and-interpreter-e2e.test.js +1 -1
- package/dist/tests/coverage-95/api-and-interpreter-e2e.test.js.map +1 -1
- package/dist/tests/coverage-95/argumentation.test.js +1 -1
- package/dist/tests/coverage-95/argumentation.test.js.map +1 -1
- package/dist/tests/coverage-95/arithmetic.test.js +1 -1
- package/dist/tests/coverage-95/arithmetic.test.js.map +1 -1
- package/dist/tests/coverage-95/belnap.test.js +1 -1
- package/dist/tests/coverage-95/belnap.test.js.map +1 -1
- package/dist/tests/coverage-95/classical-propositional-direct.test.js +1 -1
- package/dist/tests/coverage-95/classical-propositional-direct.test.js.map +1 -1
- package/dist/tests/coverage-95/first-order.test.js +1 -1
- package/dist/tests/coverage-95/first-order.test.js.map +1 -1
- package/dist/tests/coverage-95/fol-prover.test.js +3 -3
- package/dist/tests/coverage-95/fol-prover.test.js.map +1 -1
- package/dist/tests/coverage-95/lsp-server.test.js +1 -1
- package/dist/tests/coverage-95/lsp-server.test.js.map +1 -1
- package/dist/tests/coverage-95/modal-tableau-profiles.test.js +5 -5
- package/dist/tests/coverage-95/modal-tableau-profiles.test.js.map +1 -1
- package/dist/tests/coverage-95/parallel-sat.test.js +1 -1
- package/dist/tests/coverage-95/parallel-sat.test.js.map +1 -1
- package/dist/tests/coverage-95/propositional-utilities.test.js +1 -1
- package/dist/tests/coverage-95/propositional-utilities.test.js.map +1 -1
- package/dist/tests/coverage-95/smt-mock-backend.test.js +1 -1
- package/dist/tests/coverage-95/smt-mock-backend.test.js.map +1 -1
- package/dist/tests/coverage-95/smt-serializer.test.js +1 -1
- package/dist/tests/coverage-95/smt-serializer.test.js.map +1 -1
- package/dist/tests/coverage-95/smt-subprocess.test.js +1 -1
- package/dist/tests/coverage-95/smt-subprocess.test.js.map +1 -1
- package/dist/tests/coverage-95/tableau-engine.test.js +1 -1
- package/dist/tests/coverage-95/tableau-engine.test.js.map +1 -1
- package/dist/tests/coverage-95/temporal-ltl.test.js +1 -1
- package/dist/tests/coverage-95/temporal-ltl.test.js.map +1 -1
- package/dist/tests/coverage-95/undecidability-detector.test.js +1 -1
- package/dist/tests/coverage-95/undecidability-detector.test.js.map +1 -1
- package/dist/tests/coverage-fill-aristotelian.test.js +1 -1
- package/dist/tests/coverage-fill-aristotelian.test.js.map +1 -1
- package/dist/tests/coverage-fill-belnap.test.js +1 -1
- package/dist/tests/coverage-fill-belnap.test.js.map +1 -1
- package/dist/tests/coverage-fill-cross-system.test.js +1 -1
- package/dist/tests/coverage-fill-cross-system.test.js.map +1 -1
- package/dist/tests/coverage-fill-intuitionistic.test.js +1 -1
- package/dist/tests/coverage-fill-intuitionistic.test.js.map +1 -1
- package/dist/tests/coverage-fill-probabilistic.test.js +1 -1
- package/dist/tests/coverage-fill-probabilistic.test.js.map +1 -1
- package/dist/tests/integration/cross-modules.test.js +13 -13
- package/dist/tests/integration/cross-modules.test.js.map +1 -1
- package/dist/tests/logic/ctl/check.test.d.ts.map +1 -0
- package/dist/tests/logic/ctl/check.test.js +337 -0
- package/dist/tests/logic/ctl/check.test.js.map +1 -0
- package/dist/tests/logic/default-logic/extensions.test.d.ts.map +1 -0
- package/dist/tests/logic/default-logic/extensions.test.js +323 -0
- package/dist/tests/logic/default-logic/extensions.test.js.map +1 -0
- package/dist/tests/logic/description-logic/alc.test.d.ts.map +1 -0
- package/dist/tests/logic/description-logic/alc.test.js +253 -0
- package/dist/tests/logic/description-logic/alc.test.js.map +1 -0
- package/dist/tests/logic/hybrid-logic/semantics.test.d.ts.map +1 -0
- package/dist/tests/logic/hybrid-logic/semantics.test.js +169 -0
- package/dist/tests/logic/hybrid-logic/semantics.test.js.map +1 -0
- package/dist/tests/logic/intuitionistic-nj/nj.test.d.ts.map +1 -0
- package/dist/tests/logic/intuitionistic-nj/nj.test.js +216 -0
- package/dist/tests/logic/intuitionistic-nj/nj.test.js.map +1 -0
- package/dist/tests/logic/ltl-sat/sat.test.d.ts.map +1 -0
- package/dist/tests/logic/ltl-sat/sat.test.js +160 -0
- package/dist/tests/logic/ltl-sat/sat.test.js.map +1 -0
- package/dist/tests/logic/many-valued/many-valued.test.d.ts.map +1 -0
- package/dist/tests/logic/many-valued/many-valued.test.js +150 -0
- package/dist/tests/logic/many-valued/many-valued.test.js.map +1 -0
- package/dist/tests/logic/modal-frame-axioms/frame-axioms.test.d.ts.map +1 -0
- package/dist/tests/logic/modal-frame-axioms/frame-axioms.test.js +236 -0
- package/dist/tests/logic/modal-frame-axioms/frame-axioms.test.js.map +1 -0
- package/dist/tests/logic/mu-calculus/check.test.d.ts.map +1 -0
- package/dist/tests/logic/mu-calculus/check.test.js +234 -0
- package/dist/tests/logic/mu-calculus/check.test.js.map +1 -0
- package/dist/tests/logic/profile-bridge/translations.test.d.ts.map +1 -0
- package/dist/tests/logic/profile-bridge/translations.test.js +266 -0
- package/dist/tests/logic/profile-bridge/translations.test.js.map +1 -0
- package/dist/tests/logic/profiles.test.d.ts.map +1 -0
- package/dist/tests/logic/profiles.test.js +393 -0
- package/dist/tests/logic/profiles.test.js.map +1 -0
- package/dist/tests/logic/sequent-g3/prover.test.d.ts.map +1 -0
- package/dist/tests/logic/sequent-g3/prover.test.js +205 -0
- package/dist/tests/logic/sequent-g3/prover.test.js.map +1 -0
- package/dist/tests/logic/sequent-lk/prover.test.d.ts.map +1 -0
- package/dist/tests/logic/sequent-lk/prover.test.js +317 -0
- package/dist/tests/logic/sequent-lk/prover.test.js.map +1 -0
- package/dist/tests/logic/substructural/prover.test.d.ts.map +1 -0
- package/dist/tests/logic/substructural/prover.test.js +271 -0
- package/dist/tests/logic/substructural/prover.test.js.map +1 -0
- package/dist/tests/natural-deduction-workshop.test.js +1 -1
- package/dist/tests/natural-deduction-workshop.test.js.map +1 -1
- package/dist/tests/parallel/parallel-pool.test.d.ts +1 -1
- package/dist/tests/parallel/parallel-pool.test.d.ts.map +1 -1
- package/dist/tests/parallel/parallel-pool.test.js +2 -2
- package/dist/tests/parallel/parallel-pool.test.js.map +1 -1
- package/dist/tests/parallel-sat.test.js +3 -3
- package/dist/tests/parallel-sat.test.js.map +1 -1
- package/dist/tests/proof-systems/fol-prover/cnf.test.d.ts.map +1 -0
- package/dist/tests/proof-systems/fol-prover/cnf.test.js +74 -0
- package/dist/tests/proof-systems/fol-prover/cnf.test.js.map +1 -0
- package/dist/tests/proof-systems/fol-prover/prove.test.d.ts.map +1 -0
- package/dist/tests/proof-systems/fol-prover/prove.test.js +106 -0
- package/dist/tests/proof-systems/fol-prover/prove.test.js.map +1 -0
- package/dist/tests/proof-systems/fol-prover/unify.test.d.ts.map +1 -0
- package/dist/tests/proof-systems/fol-prover/unify.test.js +66 -0
- package/dist/tests/proof-systems/fol-prover/unify.test.js.map +1 -0
- package/dist/tests/proof-systems/fol-prover-equality/prove.test.d.ts.map +1 -0
- package/dist/tests/proof-systems/fol-prover-equality/prove.test.js +179 -0
- package/dist/tests/proof-systems/fol-prover-equality/prove.test.js.map +1 -0
- package/dist/tests/proof-systems/higher-order-unify/ho-unify.test.d.ts.map +1 -0
- package/dist/tests/proof-systems/higher-order-unify/ho-unify.test.js +264 -0
- package/dist/tests/proof-systems/higher-order-unify/ho-unify.test.js.map +1 -0
- package/dist/tests/proof-systems/proof-exchange/proof-exchange.test.d.ts.map +1 -0
- package/dist/tests/proof-systems/proof-exchange/proof-exchange.test.js +161 -0
- package/dist/tests/proof-systems/proof-exchange/proof-exchange.test.js.map +1 -0
- package/dist/tests/proof-systems/proof-minify/minify.test.d.ts.map +1 -0
- package/dist/tests/proof-systems/proof-minify/minify.test.js +281 -0
- package/dist/tests/proof-systems/proof-minify/minify.test.js.map +1 -0
- package/dist/tests/proof-systems/proof-nets/proof-nets.test.d.ts.map +1 -0
- package/dist/tests/proof-systems/proof-nets/proof-nets.test.js +263 -0
- package/dist/tests/proof-systems/proof-nets/proof-nets.test.js.map +1 -0
- package/dist/tests/proof-systems/tableau-framework/tableau.test.d.ts.map +1 -0
- package/dist/tests/proof-systems/tableau-framework/tableau.test.js +196 -0
- package/dist/tests/proof-systems/tableau-framework/tableau.test.js.map +1 -0
- package/dist/tests/properties/agm.property.test.js +3 -3
- package/dist/tests/properties/agm.property.test.js.map +1 -1
- package/dist/tests/properties/argumentation.property.test.js +1 -1
- package/dist/tests/properties/argumentation.property.test.js.map +1 -1
- package/dist/tests/properties/bayesian.property.test.js +1 -1
- package/dist/tests/properties/bayesian.property.test.js.map +1 -1
- package/dist/tests/properties/coinduction.property.test.js +1 -1
- package/dist/tests/properties/coinduction.property.test.js.map +1 -1
- package/dist/tests/properties/constructive-reals.property.test.js +1 -1
- package/dist/tests/properties/constructive-reals.property.test.js.map +1 -1
- package/dist/tests/properties/csp.property.test.js +1 -1
- package/dist/tests/properties/csp.property.test.js.map +1 -1
- package/dist/tests/properties/generators.d.ts +5 -5
- package/dist/tests/properties/generators.d.ts.map +1 -1
- package/dist/tests/properties/ho-unify.property.test.js +1 -1
- package/dist/tests/properties/ho-unify.property.test.js.map +1 -1
- package/dist/tests/properties/hyperreal.property.test.js +1 -1
- package/dist/tests/properties/hyperreal.property.test.js.map +1 -1
- package/dist/tests/properties/intuit-nj.property.test.js +2 -2
- package/dist/tests/properties/intuit-nj.property.test.js.map +1 -1
- package/dist/tests/properties/lambda-calc.property.test.js +1 -1
- package/dist/tests/properties/lambda-calc.property.test.js.map +1 -1
- package/dist/tests/properties/mln.property.test.js +1 -1
- package/dist/tests/properties/mln.property.test.js.map +1 -1
- package/dist/tests/properties/mltt.property.test.js +3 -3
- package/dist/tests/properties/mltt.property.test.js.map +1 -1
- package/dist/tests/properties/nbe.property.test.js +1 -1
- package/dist/tests/properties/nbe.property.test.js.map +1 -1
- package/dist/tests/properties/planning.property.test.js +1 -1
- package/dist/tests/properties/planning.property.test.js.map +1 -1
- package/dist/tests/properties/profile-bridge.property.test.js +3 -3
- package/dist/tests/properties/profile-bridge.property.test.js.map +1 -1
- package/dist/tests/properties/refinement-types.property.test.js +1 -1
- package/dist/tests/properties/refinement-types.property.test.js.map +1 -1
- package/dist/tests/properties/sequent-g3.property.test.js +1 -1
- package/dist/tests/properties/sequent-g3.property.test.js.map +1 -1
- package/dist/tests/properties/system-f.property.test.js +1 -1
- package/dist/tests/properties/system-f.property.test.js.map +1 -1
- package/dist/tests/propositional-nd-audit.test.js +1 -1
- package/dist/tests/propositional-nd-audit.test.js.map +1 -1
- package/dist/tests/protocol-text-layer.test.js +1 -1
- package/dist/tests/protocol-text-layer.test.js.map +1 -1
- package/dist/tests/reasoning/abduction/abduction.test.d.ts.map +1 -0
- package/dist/tests/reasoning/abduction/abduction.test.js +380 -0
- package/dist/tests/reasoning/abduction/abduction.test.js.map +1 -0
- package/dist/tests/reasoning/argumentation/dung.test.d.ts.map +1 -0
- package/dist/tests/reasoning/argumentation/dung.test.js +219 -0
- package/dist/tests/reasoning/argumentation/dung.test.js.map +1 -0
- package/dist/tests/reasoning/bayesian/bayesian.test.d.ts.map +1 -0
- package/dist/tests/reasoning/bayesian/bayesian.test.js +328 -0
- package/dist/tests/reasoning/bayesian/bayesian.test.js.map +1 -0
- package/dist/tests/reasoning/belief-revision/agm.test.d.ts.map +1 -0
- package/dist/tests/reasoning/belief-revision/agm.test.js +173 -0
- package/dist/tests/reasoning/belief-revision/agm.test.js.map +1 -0
- package/dist/tests/reasoning/citation-reasoning/citation-reasoning.test.d.ts.map +1 -0
- package/dist/tests/reasoning/citation-reasoning/citation-reasoning.test.js +240 -0
- package/dist/tests/reasoning/citation-reasoning/citation-reasoning.test.js.map +1 -0
- package/dist/tests/reasoning/constructive-reals/constructive-reals.test.d.ts.map +1 -0
- package/dist/tests/reasoning/constructive-reals/constructive-reals.test.js +357 -0
- package/dist/tests/reasoning/constructive-reals/constructive-reals.test.js.map +1 -0
- package/dist/tests/reasoning/fca/fca.test.d.ts.map +1 -0
- package/dist/tests/reasoning/fca/fca.test.js +317 -0
- package/dist/tests/reasoning/fca/fca.test.js.map +1 -0
- package/dist/tests/reasoning/game-theory/game-theory.test.d.ts.map +1 -0
- package/dist/tests/reasoning/game-theory/game-theory.test.js +252 -0
- package/dist/tests/reasoning/game-theory/game-theory.test.js.map +1 -0
- package/dist/tests/reasoning/hyperreal/hyperreal.test.d.ts.map +1 -0
- package/dist/tests/reasoning/hyperreal/hyperreal.test.js +219 -0
- package/dist/tests/reasoning/hyperreal/hyperreal.test.js.map +1 -0
- package/dist/tests/reasoning/information-theory/information-theory.test.d.ts.map +1 -0
- package/dist/tests/reasoning/information-theory/information-theory.test.js +291 -0
- package/dist/tests/reasoning/information-theory/information-theory.test.js.map +1 -0
- package/dist/tests/reasoning/lemma-synthesis/lemma-synthesis.test.d.ts +2 -0
- package/dist/tests/reasoning/lemma-synthesis/lemma-synthesis.test.d.ts.map +1 -0
- package/dist/tests/reasoning/lemma-synthesis/lemma-synthesis.test.js +460 -0
- package/dist/tests/reasoning/lemma-synthesis/lemma-synthesis.test.js.map +1 -0
- package/dist/tests/reasoning/markov-logic/markov-logic.test.d.ts.map +1 -0
- package/dist/tests/reasoning/markov-logic/markov-logic.test.js +349 -0
- package/dist/tests/reasoning/markov-logic/markov-logic.test.js.map +1 -0
- package/dist/tests/reasoning/optimization/ilp.test.d.ts.map +1 -0
- package/dist/tests/reasoning/optimization/ilp.test.js +204 -0
- package/dist/tests/reasoning/optimization/ilp.test.js.map +1 -0
- package/dist/tests/reasoning/optimization/lp.test.d.ts.map +1 -0
- package/dist/tests/reasoning/optimization/lp.test.js +224 -0
- package/dist/tests/reasoning/optimization/lp.test.js.map +1 -0
- package/dist/tests/reasoning/planning/planning.test.d.ts.map +1 -0
- package/dist/tests/reasoning/planning/planning.test.js +397 -0
- package/dist/tests/reasoning/planning/planning.test.js.map +1 -0
- package/dist/tests/reasoning/tactic-dsl/tactic-dsl.test.d.ts +2 -0
- package/dist/tests/reasoning/tactic-dsl/tactic-dsl.test.d.ts.map +1 -0
- package/dist/tests/reasoning/tactic-dsl/tactic-dsl.test.js +259 -0
- package/dist/tests/reasoning/tactic-dsl/tactic-dsl.test.js.map +1 -0
- package/dist/tests/result-bindings.test.js +1 -1
- package/dist/tests/result-bindings.test.js.map +1 -1
- package/dist/tests/runtime/bdd/manager.test.d.ts.map +1 -0
- package/dist/tests/runtime/bdd/manager.test.js +472 -0
- package/dist/tests/runtime/bdd/manager.test.js.map +1 -0
- package/dist/tests/runtime/csp-hoare/csp-hoare.test.d.ts +2 -0
- package/dist/tests/runtime/csp-hoare/csp-hoare.test.d.ts.map +1 -0
- package/dist/tests/runtime/csp-hoare/csp-hoare.test.js +313 -0
- package/dist/tests/runtime/csp-hoare/csp-hoare.test.js.map +1 -0
- package/dist/tests/semantics/categorical/categorical.test.d.ts +2 -0
- package/dist/tests/semantics/categorical/categorical.test.d.ts.map +1 -0
- package/dist/tests/semantics/categorical/categorical.test.js +300 -0
- package/dist/tests/semantics/categorical/categorical.test.js.map +1 -0
- package/dist/tests/semantics/coinduction/coinduction.test.d.ts.map +1 -0
- package/dist/tests/semantics/coinduction/coinduction.test.js +217 -0
- package/dist/tests/semantics/coinduction/coinduction.test.js.map +1 -0
- package/dist/tests/semantics/game-semantics/game-semantics.test.d.ts.map +1 -0
- package/dist/tests/semantics/game-semantics/game-semantics.test.js +143 -0
- package/dist/tests/semantics/game-semantics/game-semantics.test.js.map +1 -0
- package/dist/tests/semantics/text-layer-v2/claim-graph.test.d.ts.map +1 -0
- package/dist/tests/semantics/text-layer-v2/claim-graph.test.js +255 -0
- package/dist/tests/semantics/text-layer-v2/claim-graph.test.js.map +1 -0
- package/dist/tests/semantics/text-layer-v2/mdx-bridge/mdx-bridge.test.d.ts.map +1 -0
- package/dist/tests/semantics/text-layer-v2/mdx-bridge/mdx-bridge.test.js +200 -0
- package/dist/tests/semantics/text-layer-v2/mdx-bridge/mdx-bridge.test.js.map +1 -0
- package/dist/tests/solver/csp/csp.test.d.ts.map +1 -0
- package/dist/tests/solver/csp/csp.test.js +292 -0
- package/dist/tests/solver/csp/csp.test.js.map +1 -0
- package/dist/tests/solver/mus/extract.test.d.ts.map +1 -0
- package/dist/tests/solver/mus/extract.test.js +352 -0
- package/dist/tests/solver/mus/extract.test.js.map +1 -0
- package/dist/tests/solver/sat-v2/clause-learning.test.d.ts.map +1 -0
- package/dist/tests/solver/sat-v2/clause-learning.test.js +73 -0
- package/dist/tests/solver/sat-v2/clause-learning.test.js.map +1 -0
- package/dist/tests/solver/sat-v2/lbd.test.d.ts.map +1 -0
- package/dist/tests/solver/sat-v2/lbd.test.js +82 -0
- package/dist/tests/solver/sat-v2/lbd.test.js.map +1 -0
- package/dist/tests/solver/sat-v2/luby.test.d.ts.map +1 -0
- package/dist/tests/solver/sat-v2/luby.test.js +58 -0
- package/dist/tests/solver/sat-v2/luby.test.js.map +1 -0
- package/dist/tests/solver/sat-v2/phase-saving.test.d.ts.map +1 -0
- package/dist/tests/solver/sat-v2/phase-saving.test.js +38 -0
- package/dist/tests/solver/sat-v2/phase-saving.test.js.map +1 -0
- package/dist/tests/solver/sat-v2/solver-end-to-end.test.d.ts.map +1 -0
- package/dist/tests/solver/sat-v2/solver-end-to-end.test.js +199 -0
- package/dist/tests/solver/sat-v2/solver-end-to-end.test.js.map +1 -0
- package/dist/tests/solver/sat-v2/vsids.test.d.ts.map +1 -0
- package/dist/tests/solver/sat-v2/vsids.test.js +69 -0
- package/dist/tests/solver/sat-v2/vsids.test.js.map +1 -0
- package/dist/tests/solver/sat-v2-incremental/basic.test.d.ts.map +1 -0
- package/dist/tests/solver/sat-v2-incremental/basic.test.js +352 -0
- package/dist/tests/solver/sat-v2-incremental/basic.test.js.map +1 -0
- package/dist/tests/solver/smt/mock-backend.test.d.ts.map +1 -0
- package/dist/tests/solver/smt/mock-backend.test.js +129 -0
- package/dist/tests/solver/smt/mock-backend.test.js.map +1 -0
- package/dist/tests/solver/smt/serializer.test.d.ts.map +1 -0
- package/dist/tests/solver/smt/serializer.test.js +94 -0
- package/dist/tests/solver/smt/serializer.test.js.map +1 -0
- package/dist/tests/solver/smt/subprocess-backend.test.d.ts.map +1 -0
- package/dist/tests/solver/smt/subprocess-backend.test.js +89 -0
- package/dist/tests/solver/smt/subprocess-backend.test.js.map +1 -0
- package/dist/tests/solver/smt-lib/emitter.test.d.ts.map +1 -0
- package/dist/tests/solver/smt-lib/emitter.test.js +155 -0
- package/dist/tests/solver/smt-lib/emitter.test.js.map +1 -0
- package/dist/tests/solver/smt-lib/parser.test.d.ts.map +1 -0
- package/dist/tests/solver/smt-lib/parser.test.js +164 -0
- package/dist/tests/solver/smt-lib/parser.test.js.map +1 -0
- package/dist/tests/solver/smt-lib/tokenizer.test.d.ts.map +1 -0
- package/dist/tests/solver/smt-lib/tokenizer.test.js +59 -0
- package/dist/tests/solver/smt-lib/tokenizer.test.js.map +1 -0
- package/dist/tests/stress-cdcl.test.js +2 -2
- package/dist/tests/stress-cdcl.test.js.map +1 -1
- package/dist/tests/stress-extreme.test.js +1 -1
- package/dist/tests/stress-extreme.test.js.map +1 -1
- package/dist/tests/tooling/educational/checker.test.d.ts.map +1 -0
- package/dist/tests/tooling/educational/checker.test.js +212 -0
- package/dist/tests/tooling/educational/checker.test.js.map +1 -0
- package/dist/tests/tooling/educational/generator.test.d.ts.map +1 -0
- package/dist/tests/tooling/educational/generator.test.js +137 -0
- package/dist/tests/tooling/educational/generator.test.js.map +1 -0
- package/dist/tests/tooling/exporters/coq/coq-exporter.test.d.ts.map +1 -0
- package/dist/tests/tooling/exporters/coq/coq-exporter.test.js +353 -0
- package/dist/tests/tooling/exporters/coq/coq-exporter.test.js.map +1 -0
- package/dist/tests/tooling/lsp/server.test.d.ts.map +1 -0
- package/dist/tests/tooling/lsp/server.test.js +406 -0
- package/dist/tests/tooling/lsp/server.test.js.map +1 -0
- package/dist/tests/tooling/plugin-system/demo-min-logic.test.d.ts.map +1 -0
- package/dist/tests/tooling/plugin-system/demo-min-logic.test.js +85 -0
- package/dist/tests/tooling/plugin-system/demo-min-logic.test.js.map +1 -0
- package/dist/tests/tooling/plugin-system/registry.test.d.ts.map +1 -0
- package/dist/tests/tooling/plugin-system/registry.test.js +88 -0
- package/dist/tests/tooling/plugin-system/registry.test.js.map +1 -0
- package/dist/tests/tooling/plugin-system/validate.test.d.ts.map +1 -0
- package/dist/tests/tooling/plugin-system/validate.test.js +101 -0
- package/dist/tests/tooling/plugin-system/validate.test.js.map +1 -0
- package/dist/tests/tooling/time-travel/snapshot.test.d.ts.map +1 -0
- package/dist/tests/tooling/time-travel/snapshot.test.js +75 -0
- package/dist/tests/tooling/time-travel/snapshot.test.js.map +1 -0
- package/dist/tests/tooling/time-travel/store.test.d.ts.map +1 -0
- package/dist/tests/tooling/time-travel/store.test.js +242 -0
- package/dist/tests/tooling/time-travel/store.test.js.map +1 -0
- package/dist/tests/tooling/tptp/bridge.test.d.ts +2 -0
- package/dist/tests/tooling/tptp/bridge.test.d.ts.map +1 -0
- package/dist/tests/tooling/tptp/bridge.test.js +154 -0
- package/dist/tests/tooling/tptp/bridge.test.js.map +1 -0
- package/dist/tests/tooling/tptp/emitter.test.d.ts +2 -0
- package/dist/tests/tooling/tptp/emitter.test.d.ts.map +1 -0
- package/dist/tests/tooling/tptp/emitter.test.js +128 -0
- package/dist/tests/tooling/tptp/emitter.test.js.map +1 -0
- package/dist/tests/tooling/tptp/parser.test.d.ts +2 -0
- package/dist/tests/tooling/tptp/parser.test.d.ts.map +1 -0
- package/dist/tests/tooling/tptp/parser.test.js +192 -0
- package/dist/tests/tooling/tptp/parser.test.js.map +1 -0
- package/dist/tests/tooling/tptp/tokenizer.test.d.ts +2 -0
- package/dist/tests/tooling/tptp/tokenizer.test.d.ts.map +1 -0
- package/dist/tests/tooling/tptp/tokenizer.test.js +60 -0
- package/dist/tests/tooling/tptp/tokenizer.test.js.map +1 -0
- package/dist/tests/type-theory/combinators-ski/combinators-ski.test.d.ts.map +1 -0
- package/dist/tests/type-theory/combinators-ski/combinators-ski.test.js +211 -0
- package/dist/tests/type-theory/combinators-ski/combinators-ski.test.js.map +1 -0
- package/dist/tests/type-theory/curry-howard/infer.test.d.ts.map +1 -0
- package/dist/tests/type-theory/curry-howard/infer.test.js +93 -0
- package/dist/tests/type-theory/curry-howard/infer.test.js.map +1 -0
- package/dist/tests/type-theory/curry-howard/proof.test.d.ts.map +1 -0
- package/dist/tests/type-theory/curry-howard/proof.test.js +105 -0
- package/dist/tests/type-theory/curry-howard/proof.test.js.map +1 -0
- package/dist/tests/type-theory/curry-howard/reduce.test.d.ts.map +1 -0
- package/dist/tests/type-theory/curry-howard/reduce.test.js +109 -0
- package/dist/tests/type-theory/curry-howard/reduce.test.js.map +1 -0
- package/dist/tests/type-theory/hindley-milner/hindley-milner.test.d.ts +2 -0
- package/dist/tests/type-theory/hindley-milner/hindley-milner.test.d.ts.map +1 -0
- package/dist/tests/type-theory/hindley-milner/hindley-milner.test.js +327 -0
- package/dist/tests/type-theory/hindley-milner/hindley-milner.test.js.map +1 -0
- package/dist/tests/type-theory/hol/hol.test.d.ts.map +1 -0
- package/dist/tests/type-theory/hol/hol.test.js +340 -0
- package/dist/tests/type-theory/hol/hol.test.js.map +1 -0
- package/dist/tests/type-theory/hott/hott.test.d.ts +2 -0
- package/dist/tests/type-theory/hott/hott.test.d.ts.map +1 -0
- package/dist/tests/type-theory/hott/hott.test.js +271 -0
- package/dist/tests/type-theory/hott/hott.test.js.map +1 -0
- package/dist/tests/type-theory/lambda-calc/lambda-calc.test.d.ts.map +1 -0
- package/dist/tests/type-theory/lambda-calc/lambda-calc.test.js +164 -0
- package/dist/tests/type-theory/lambda-calc/lambda-calc.test.js.map +1 -0
- package/dist/tests/type-theory/mltt/mltt.test.d.ts.map +1 -0
- package/dist/tests/type-theory/mltt/mltt.test.js +181 -0
- package/dist/tests/type-theory/mltt/mltt.test.js.map +1 -0
- package/dist/tests/type-theory/nbe/nbe.test.d.ts.map +1 -0
- package/dist/tests/type-theory/nbe/nbe.test.js +121 -0
- package/dist/tests/type-theory/nbe/nbe.test.js.map +1 -0
- package/dist/tests/type-theory/refinement-types/refinement-types.test.d.ts.map +1 -0
- package/dist/tests/type-theory/refinement-types/refinement-types.test.js +174 -0
- package/dist/tests/type-theory/refinement-types/refinement-types.test.js.map +1 -0
- package/dist/tests/type-theory/system-f/system-f.test.d.ts.map +1 -0
- package/dist/tests/type-theory/system-f/system-f.test.js +217 -0
- package/dist/tests/type-theory/system-f/system-f.test.js.map +1 -0
- package/dist/tests/v1-features.test.js +2 -2
- package/dist/tests/v1-features.test.js.map +1 -1
- package/dist/tooling/educational/checker.d.ts.map +1 -0
- package/dist/tooling/educational/checker.js +244 -0
- package/dist/tooling/educational/checker.js.map +1 -0
- package/dist/tooling/educational/generator.d.ts.map +1 -0
- package/dist/tooling/educational/generator.js.map +1 -0
- package/dist/tooling/educational/index.d.ts.map +1 -0
- package/dist/tooling/educational/index.js.map +1 -0
- package/dist/tooling/educational/normalize.d.ts.map +1 -0
- package/dist/tooling/educational/normalize.js.map +1 -0
- package/dist/tooling/educational/rng.d.ts.map +1 -0
- package/dist/tooling/educational/rng.js.map +1 -0
- package/dist/tooling/educational/templates.d.ts.map +1 -0
- package/dist/tooling/educational/templates.js.map +1 -0
- package/dist/tooling/educational/types.d.ts.map +1 -0
- package/dist/tooling/educational/types.js.map +1 -0
- package/dist/tooling/exporters/coq/index.d.ts +35 -0
- package/dist/tooling/exporters/coq/index.d.ts.map +1 -0
- package/dist/tooling/exporters/coq/index.js.map +1 -0
- package/dist/tooling/lsp/index.d.ts.map +1 -0
- package/dist/tooling/lsp/index.js.map +1 -0
- package/dist/tooling/lsp/protocol.d.ts.map +1 -0
- package/dist/tooling/lsp/protocol.js.map +1 -0
- package/dist/tooling/lsp/server.d.ts.map +1 -0
- package/dist/tooling/lsp/server.js +529 -0
- package/dist/tooling/lsp/server.js.map +1 -0
- package/dist/tooling/lsp/types.d.ts.map +1 -0
- package/dist/tooling/lsp/types.js.map +1 -0
- package/dist/tooling/plugin-system/demo-min-logic.d.ts.map +1 -0
- package/dist/tooling/plugin-system/demo-min-logic.js.map +1 -0
- package/dist/tooling/plugin-system/errors.d.ts.map +1 -0
- package/dist/tooling/plugin-system/errors.js.map +1 -0
- package/dist/tooling/plugin-system/index.d.ts.map +1 -0
- package/dist/tooling/plugin-system/index.js.map +1 -0
- package/dist/tooling/plugin-system/registry.d.ts.map +1 -0
- package/dist/tooling/plugin-system/registry.js.map +1 -0
- package/dist/tooling/plugin-system/types.d.ts +23 -0
- package/dist/tooling/plugin-system/types.d.ts.map +1 -0
- package/dist/tooling/plugin-system/types.js.map +1 -0
- package/dist/tooling/plugin-system/validate.d.ts.map +1 -0
- package/dist/tooling/plugin-system/validate.js.map +1 -0
- package/dist/tooling/time-travel/index.d.ts.map +1 -0
- package/dist/tooling/time-travel/index.js.map +1 -0
- package/dist/tooling/time-travel/snapshot.d.ts.map +1 -0
- package/dist/tooling/time-travel/snapshot.js.map +1 -0
- package/dist/tooling/time-travel/store.d.ts.map +1 -0
- package/dist/tooling/time-travel/store.js.map +1 -0
- package/dist/tooling/time-travel/types.d.ts.map +1 -0
- package/dist/tooling/time-travel/types.js.map +1 -0
- package/dist/tooling/tptp/ast.d.ts +73 -0
- package/dist/tooling/tptp/ast.d.ts.map +1 -0
- package/dist/tooling/tptp/ast.js +35 -0
- package/dist/tooling/tptp/ast.js.map +1 -0
- package/dist/tooling/tptp/bridge.d.ts +14 -0
- package/dist/tooling/tptp/bridge.d.ts.map +1 -0
- package/dist/tooling/tptp/bridge.js +146 -0
- package/dist/tooling/tptp/bridge.js.map +1 -0
- package/dist/tooling/tptp/emitter.d.ts +5 -0
- package/dist/tooling/tptp/emitter.d.ts.map +1 -0
- package/dist/tooling/tptp/emitter.js +103 -0
- package/dist/tooling/tptp/emitter.js.map +1 -0
- package/dist/tooling/tptp/index.d.ts +7 -0
- package/dist/tooling/tptp/index.d.ts.map +1 -0
- package/dist/tooling/tptp/index.js +31 -0
- package/dist/tooling/tptp/index.js.map +1 -0
- package/dist/tooling/tptp/parser.d.ts +23 -0
- package/dist/tooling/tptp/parser.d.ts.map +1 -0
- package/dist/tooling/tptp/parser.js +440 -0
- package/dist/tooling/tptp/parser.js.map +1 -0
- package/dist/tooling/tptp/tokenizer.d.ts +14 -0
- package/dist/tooling/tptp/tokenizer.d.ts.map +1 -0
- package/dist/tooling/tptp/tokenizer.js +264 -0
- package/dist/tooling/tptp/tokenizer.js.map +1 -0
- package/dist/type-theory/combinators-ski/abstract.d.ts.map +1 -0
- package/dist/type-theory/combinators-ski/abstract.js.map +1 -0
- package/dist/type-theory/combinators-ski/index.d.ts.map +1 -0
- package/dist/type-theory/combinators-ski/index.js.map +1 -0
- package/dist/type-theory/combinators-ski/reduce.d.ts.map +1 -0
- package/dist/type-theory/combinators-ski/reduce.js.map +1 -0
- package/dist/type-theory/combinators-ski/types.d.ts.map +1 -0
- package/dist/type-theory/combinators-ski/types.js.map +1 -0
- package/dist/type-theory/curry-howard/index.d.ts.map +1 -0
- package/dist/type-theory/curry-howard/index.js.map +1 -0
- package/dist/type-theory/curry-howard/infer.d.ts.map +1 -0
- package/dist/type-theory/curry-howard/infer.js.map +1 -0
- package/dist/type-theory/curry-howard/proof.d.ts.map +1 -0
- package/dist/type-theory/curry-howard/proof.js.map +1 -0
- package/dist/type-theory/curry-howard/reduce.d.ts.map +1 -0
- package/dist/type-theory/curry-howard/reduce.js.map +1 -0
- package/dist/type-theory/curry-howard/types.d.ts.map +1 -0
- package/dist/type-theory/curry-howard/types.js.map +1 -0
- package/dist/type-theory/hindley-milner/index.d.ts +7 -0
- package/dist/type-theory/hindley-milner/index.d.ts.map +1 -0
- package/dist/type-theory/hindley-milner/index.js +60 -0
- package/dist/type-theory/hindley-milner/index.js.map +1 -0
- package/dist/type-theory/hindley-milner/infer.d.ts +26 -0
- package/dist/type-theory/hindley-milner/infer.d.ts.map +1 -0
- package/dist/type-theory/hindley-milner/infer.js +278 -0
- package/dist/type-theory/hindley-milner/infer.js.map +1 -0
- package/dist/type-theory/hindley-milner/substitution.d.ts +21 -0
- package/dist/type-theory/hindley-milner/substitution.d.ts.map +1 -0
- package/dist/type-theory/hindley-milner/substitution.js +215 -0
- package/dist/type-theory/hindley-milner/substitution.js.map +1 -0
- package/dist/type-theory/hindley-milner/types.d.ts +84 -0
- package/dist/type-theory/hindley-milner/types.d.ts.map +1 -0
- package/dist/type-theory/hindley-milner/types.js +166 -0
- package/dist/type-theory/hindley-milner/types.js.map +1 -0
- package/dist/type-theory/hol/connectives.d.ts.map +1 -0
- package/dist/type-theory/hol/connectives.js.map +1 -0
- package/dist/type-theory/hol/index.d.ts.map +1 -0
- package/dist/type-theory/hol/index.js.map +1 -0
- package/dist/type-theory/hol/rules.d.ts.map +1 -0
- package/dist/type-theory/hol/rules.js.map +1 -0
- package/dist/type-theory/hol/term.d.ts.map +1 -0
- package/dist/type-theory/hol/term.js.map +1 -0
- package/dist/type-theory/hol/type-system.d.ts.map +1 -0
- package/dist/type-theory/hol/type-system.js.map +1 -0
- package/dist/type-theory/hol/types.d.ts.map +1 -0
- package/dist/type-theory/hol/types.js.map +1 -0
- package/dist/type-theory/hott/equality.d.ts +4 -0
- package/dist/type-theory/hott/equality.d.ts.map +1 -0
- package/dist/type-theory/hott/equality.js +108 -0
- package/dist/type-theory/hott/equality.js.map +1 -0
- package/dist/type-theory/hott/index.d.ts +13 -0
- package/dist/type-theory/hott/index.d.ts.map +1 -0
- package/dist/type-theory/hott/index.js +77 -0
- package/dist/type-theory/hott/index.js.map +1 -0
- package/dist/type-theory/hott/infer.d.ts +11 -0
- package/dist/type-theory/hott/infer.d.ts.map +1 -0
- package/dist/type-theory/hott/infer.js +465 -0
- package/dist/type-theory/hott/infer.js.map +1 -0
- package/dist/type-theory/hott/normalize.d.ts +5 -0
- package/dist/type-theory/hott/normalize.d.ts.map +1 -0
- package/dist/type-theory/hott/normalize.js +240 -0
- package/dist/type-theory/hott/normalize.js.map +1 -0
- package/dist/type-theory/hott/path-algebra.d.ts +25 -0
- package/dist/type-theory/hott/path-algebra.d.ts.map +1 -0
- package/dist/type-theory/hott/path-algebra.js +67 -0
- package/dist/type-theory/hott/path-algebra.js.map +1 -0
- package/dist/type-theory/hott/substitute.d.ts +3 -0
- package/dist/type-theory/hott/substitute.d.ts.map +1 -0
- package/dist/type-theory/hott/substitute.js +131 -0
- package/dist/type-theory/hott/substitute.js.map +1 -0
- package/dist/type-theory/hott/types.d.ts +126 -0
- package/dist/type-theory/hott/types.d.ts.map +1 -0
- package/dist/type-theory/hott/types.js +346 -0
- package/dist/type-theory/hott/types.js.map +1 -0
- package/dist/type-theory/lambda-calc/church.d.ts.map +1 -0
- package/dist/type-theory/lambda-calc/church.js.map +1 -0
- package/dist/type-theory/lambda-calc/combinators.d.ts.map +1 -0
- package/dist/type-theory/lambda-calc/combinators.js.map +1 -0
- package/dist/type-theory/lambda-calc/index.d.ts.map +1 -0
- package/dist/type-theory/lambda-calc/index.js.map +1 -0
- package/dist/type-theory/lambda-calc/reduce.d.ts.map +1 -0
- package/dist/type-theory/lambda-calc/reduce.js.map +1 -0
- package/dist/type-theory/lambda-calc/substitution.d.ts.map +1 -0
- package/dist/type-theory/lambda-calc/substitution.js.map +1 -0
- package/dist/type-theory/lambda-calc/types.d.ts.map +1 -0
- package/dist/type-theory/lambda-calc/types.js.map +1 -0
- package/dist/type-theory/mltt/equality.d.ts.map +1 -0
- package/dist/type-theory/mltt/equality.js.map +1 -0
- package/dist/type-theory/mltt/index.d.ts.map +1 -0
- package/dist/type-theory/mltt/index.js.map +1 -0
- package/dist/type-theory/mltt/infer.d.ts.map +1 -0
- package/dist/type-theory/mltt/infer.js.map +1 -0
- package/dist/type-theory/mltt/normalize.d.ts.map +1 -0
- package/dist/type-theory/mltt/normalize.js.map +1 -0
- package/dist/type-theory/mltt/substitute.d.ts.map +1 -0
- package/dist/type-theory/mltt/substitute.js.map +1 -0
- package/dist/type-theory/mltt/types.d.ts.map +1 -0
- package/dist/type-theory/mltt/types.js.map +1 -0
- package/dist/type-theory/nbe/index.d.ts.map +1 -0
- package/dist/type-theory/nbe/index.js.map +1 -0
- package/dist/type-theory/nbe/nbe.d.ts.map +1 -0
- package/dist/type-theory/nbe/nbe.js.map +1 -0
- package/dist/type-theory/nbe/types.d.ts.map +1 -0
- package/dist/type-theory/nbe/types.js.map +1 -0
- package/dist/type-theory/refinement-types/checker.d.ts.map +1 -0
- package/dist/type-theory/refinement-types/checker.js.map +1 -0
- package/dist/type-theory/refinement-types/index.d.ts.map +1 -0
- package/dist/type-theory/refinement-types/index.js.map +1 -0
- package/dist/type-theory/refinement-types/predicate.d.ts.map +1 -0
- package/dist/type-theory/refinement-types/predicate.js.map +1 -0
- package/dist/type-theory/refinement-types/solver.d.ts.map +1 -0
- package/dist/type-theory/refinement-types/solver.js.map +1 -0
- package/dist/type-theory/refinement-types/subtype.d.ts.map +1 -0
- package/dist/type-theory/refinement-types/subtype.js.map +1 -0
- package/dist/type-theory/refinement-types/types.d.ts.map +1 -0
- package/dist/type-theory/refinement-types/types.js.map +1 -0
- package/dist/type-theory/system-f/index.d.ts.map +1 -0
- package/dist/type-theory/system-f/index.js.map +1 -0
- package/dist/type-theory/system-f/infer.d.ts.map +1 -0
- package/dist/type-theory/system-f/infer.js.map +1 -0
- package/dist/type-theory/system-f/reduce.d.ts.map +1 -0
- package/dist/type-theory/system-f/reduce.js.map +1 -0
- package/dist/type-theory/system-f/types.d.ts.map +1 -0
- package/dist/type-theory/system-f/types.js.map +1 -0
- package/package.json +7 -3
- package/dist/argumentation/dot.d.ts.map +0 -1
- package/dist/argumentation/dot.js.map +0 -1
- package/dist/argumentation/extensions.d.ts.map +0 -1
- package/dist/argumentation/extensions.js.map +0 -1
- package/dist/argumentation/framework.d.ts.map +0 -1
- package/dist/argumentation/framework.js.map +0 -1
- package/dist/argumentation/index.d.ts.map +0 -1
- package/dist/argumentation/index.js.map +0 -1
- package/dist/argumentation/types.d.ts.map +0 -1
- package/dist/argumentation/types.js.map +0 -1
- package/dist/bdd/index.d.ts.map +0 -1
- package/dist/bdd/index.js.map +0 -1
- package/dist/bdd/manager.d.ts.map +0 -1
- package/dist/bdd/manager.js.map +0 -1
- package/dist/bdd/types.d.ts.map +0 -1
- package/dist/bdd/types.js.map +0 -1
- package/dist/belief-revision/agm.d.ts.map +0 -1
- package/dist/belief-revision/agm.js.map +0 -1
- package/dist/belief-revision/index.d.ts.map +0 -1
- package/dist/belief-revision/index.js.map +0 -1
- package/dist/belief-revision/parser.d.ts.map +0 -1
- package/dist/belief-revision/parser.js.map +0 -1
- package/dist/belief-revision/sat.d.ts.map +0 -1
- package/dist/belief-revision/sat.js.map +0 -1
- package/dist/belief-revision/types.d.ts.map +0 -1
- package/dist/belief-revision/types.js.map +0 -1
- package/dist/citation-reasoning/derive.d.ts.map +0 -1
- package/dist/citation-reasoning/derive.js.map +0 -1
- package/dist/citation-reasoning/index.d.ts.map +0 -1
- package/dist/citation-reasoning/index.js.map +0 -1
- package/dist/citation-reasoning/types.d.ts.map +0 -1
- package/dist/citation-reasoning/types.js.map +0 -1
- package/dist/coinduction/index.d.ts.map +0 -1
- package/dist/coinduction/index.js.map +0 -1
- package/dist/combinators-ski/abstract.d.ts.map +0 -1
- package/dist/combinators-ski/abstract.js.map +0 -1
- package/dist/combinators-ski/index.d.ts.map +0 -1
- package/dist/combinators-ski/index.js.map +0 -1
- package/dist/combinators-ski/reduce.d.ts.map +0 -1
- package/dist/combinators-ski/reduce.js.map +0 -1
- package/dist/combinators-ski/types.d.ts.map +0 -1
- package/dist/combinators-ski/types.js.map +0 -1
- package/dist/constructive-reals/index.d.ts.map +0 -1
- package/dist/constructive-reals/index.js.map +0 -1
- package/dist/curry-howard/index.d.ts.map +0 -1
- package/dist/curry-howard/index.js.map +0 -1
- package/dist/curry-howard/infer.d.ts.map +0 -1
- package/dist/curry-howard/infer.js.map +0 -1
- package/dist/curry-howard/proof.d.ts.map +0 -1
- package/dist/curry-howard/proof.js.map +0 -1
- package/dist/curry-howard/reduce.d.ts.map +0 -1
- package/dist/curry-howard/reduce.js.map +0 -1
- package/dist/curry-howard/types.d.ts.map +0 -1
- package/dist/curry-howard/types.js.map +0 -1
- package/dist/educational/checker.d.ts.map +0 -1
- package/dist/educational/checker.js +0 -244
- package/dist/educational/checker.js.map +0 -1
- package/dist/educational/generator.d.ts.map +0 -1
- package/dist/educational/generator.js.map +0 -1
- package/dist/educational/index.d.ts.map +0 -1
- package/dist/educational/index.js.map +0 -1
- package/dist/educational/normalize.d.ts.map +0 -1
- package/dist/educational/normalize.js.map +0 -1
- package/dist/educational/rng.d.ts.map +0 -1
- package/dist/educational/rng.js.map +0 -1
- package/dist/educational/templates.d.ts.map +0 -1
- package/dist/educational/templates.js.map +0 -1
- package/dist/educational/types.d.ts.map +0 -1
- package/dist/educational/types.js.map +0 -1
- package/dist/exporters/coq/index.d.ts +0 -35
- package/dist/exporters/coq/index.d.ts.map +0 -1
- package/dist/exporters/coq/index.js.map +0 -1
- package/dist/fol-prover/cnf.d.ts +0 -10
- package/dist/fol-prover/cnf.d.ts.map +0 -1
- package/dist/fol-prover/cnf.js.map +0 -1
- package/dist/fol-prover/index.d.ts.map +0 -1
- package/dist/fol-prover/index.js.map +0 -1
- package/dist/fol-prover/prove.d.ts +0 -4
- package/dist/fol-prover/prove.d.ts.map +0 -1
- package/dist/fol-prover/prove.js.map +0 -1
- package/dist/fol-prover/resolve.d.ts.map +0 -1
- package/dist/fol-prover/resolve.js.map +0 -1
- package/dist/fol-prover/types.d.ts.map +0 -1
- package/dist/fol-prover/types.js.map +0 -1
- package/dist/fol-prover/unify.d.ts.map +0 -1
- package/dist/fol-prover/unify.js.map +0 -1
- package/dist/fol-prover-equality/demodulate.d.ts.map +0 -1
- package/dist/fol-prover-equality/demodulate.js.map +0 -1
- package/dist/fol-prover-equality/index.d.ts.map +0 -1
- package/dist/fol-prover-equality/index.js.map +0 -1
- package/dist/fol-prover-equality/paramodulate.d.ts.map +0 -1
- package/dist/fol-prover-equality/paramodulate.js.map +0 -1
- package/dist/fol-prover-equality/prove.d.ts +0 -7
- package/dist/fol-prover-equality/prove.d.ts.map +0 -1
- package/dist/fol-prover-equality/prove.js.map +0 -1
- package/dist/fol-prover-equality/term-utils.d.ts.map +0 -1
- package/dist/fol-prover-equality/term-utils.js.map +0 -1
- package/dist/fol-prover-equality/types.d.ts.map +0 -1
- package/dist/fol-prover-equality/types.js.map +0 -1
- package/dist/game-semantics/convert.d.ts +0 -4
- package/dist/game-semantics/convert.d.ts.map +0 -1
- package/dist/game-semantics/convert.js +0 -28
- package/dist/game-semantics/convert.js.map +0 -1
- package/dist/game-semantics/index.d.ts.map +0 -1
- package/dist/game-semantics/index.js.map +0 -1
- package/dist/game-semantics/strategy.d.ts.map +0 -1
- package/dist/game-semantics/strategy.js +0 -336
- package/dist/game-semantics/strategy.js.map +0 -1
- package/dist/game-semantics/types.d.ts.map +0 -1
- package/dist/game-semantics/types.js.map +0 -1
- package/dist/game-theory/common-games.d.ts.map +0 -1
- package/dist/game-theory/common-games.js.map +0 -1
- package/dist/game-theory/dominance.d.ts.map +0 -1
- package/dist/game-theory/dominance.js.map +0 -1
- package/dist/game-theory/index.d.ts.map +0 -1
- package/dist/game-theory/index.js.map +0 -1
- package/dist/game-theory/lemke-howson.d.ts.map +0 -1
- package/dist/game-theory/lemke-howson.js.map +0 -1
- package/dist/game-theory/linalg.d.ts.map +0 -1
- package/dist/game-theory/linalg.js.map +0 -1
- package/dist/game-theory/pure-nash.d.ts.map +0 -1
- package/dist/game-theory/pure-nash.js.map +0 -1
- package/dist/game-theory/support-enumeration.d.ts.map +0 -1
- package/dist/game-theory/support-enumeration.js.map +0 -1
- package/dist/game-theory/types.d.ts.map +0 -1
- package/dist/game-theory/types.js.map +0 -1
- package/dist/higher-order-unify/index.d.ts.map +0 -1
- package/dist/higher-order-unify/index.js.map +0 -1
- package/dist/higher-order-unify/normalize.d.ts.map +0 -1
- package/dist/higher-order-unify/normalize.js.map +0 -1
- package/dist/higher-order-unify/pattern.d.ts.map +0 -1
- package/dist/higher-order-unify/pattern.js.map +0 -1
- package/dist/higher-order-unify/types.d.ts.map +0 -1
- package/dist/higher-order-unify/types.js.map +0 -1
- package/dist/higher-order-unify/unify.d.ts.map +0 -1
- package/dist/higher-order-unify/unify.js.map +0 -1
- package/dist/hyperreal/index.d.ts.map +0 -1
- package/dist/hyperreal/index.js.map +0 -1
- package/dist/information-theory/index.d.ts.map +0 -1
- package/dist/information-theory/index.js.map +0 -1
- package/dist/lambda-calc/church.d.ts.map +0 -1
- package/dist/lambda-calc/church.js.map +0 -1
- package/dist/lambda-calc/combinators.d.ts.map +0 -1
- package/dist/lambda-calc/combinators.js.map +0 -1
- package/dist/lambda-calc/index.d.ts.map +0 -1
- package/dist/lambda-calc/index.js.map +0 -1
- package/dist/lambda-calc/reduce.d.ts.map +0 -1
- package/dist/lambda-calc/reduce.js.map +0 -1
- package/dist/lambda-calc/substitution.d.ts.map +0 -1
- package/dist/lambda-calc/substitution.js.map +0 -1
- package/dist/lambda-calc/types.d.ts.map +0 -1
- package/dist/lambda-calc/types.js.map +0 -1
- package/dist/lsp/index.d.ts.map +0 -1
- package/dist/lsp/index.js.map +0 -1
- package/dist/lsp/protocol.d.ts.map +0 -1
- package/dist/lsp/protocol.js.map +0 -1
- package/dist/lsp/server.d.ts.map +0 -1
- package/dist/lsp/server.js +0 -529
- package/dist/lsp/server.js.map +0 -1
- package/dist/lsp/types.d.ts.map +0 -1
- package/dist/lsp/types.js.map +0 -1
- package/dist/mltt/equality.d.ts.map +0 -1
- package/dist/mltt/equality.js.map +0 -1
- package/dist/mltt/index.d.ts.map +0 -1
- package/dist/mltt/index.js.map +0 -1
- package/dist/mltt/infer.d.ts.map +0 -1
- package/dist/mltt/infer.js.map +0 -1
- package/dist/mltt/normalize.d.ts.map +0 -1
- package/dist/mltt/normalize.js.map +0 -1
- package/dist/mltt/substitute.d.ts.map +0 -1
- package/dist/mltt/substitute.js.map +0 -1
- package/dist/mltt/types.d.ts.map +0 -1
- package/dist/mltt/types.js.map +0 -1
- package/dist/nbe/index.d.ts.map +0 -1
- package/dist/nbe/index.js.map +0 -1
- package/dist/nbe/nbe.d.ts.map +0 -1
- package/dist/nbe/nbe.js.map +0 -1
- package/dist/nbe/types.d.ts.map +0 -1
- package/dist/nbe/types.js.map +0 -1
- package/dist/optimization/branch-and-bound.d.ts.map +0 -1
- package/dist/optimization/branch-and-bound.js.map +0 -1
- package/dist/optimization/index.d.ts.map +0 -1
- package/dist/optimization/index.js.map +0 -1
- package/dist/optimization/simplex.d.ts.map +0 -1
- package/dist/optimization/simplex.js.map +0 -1
- package/dist/optimization/standard-form.d.ts.map +0 -1
- package/dist/optimization/standard-form.js.map +0 -1
- package/dist/optimization/types.d.ts.map +0 -1
- package/dist/optimization/types.js.map +0 -1
- package/dist/plugin-system/demo-min-logic.d.ts.map +0 -1
- package/dist/plugin-system/demo-min-logic.js.map +0 -1
- package/dist/plugin-system/errors.d.ts.map +0 -1
- package/dist/plugin-system/errors.js.map +0 -1
- package/dist/plugin-system/index.d.ts.map +0 -1
- package/dist/plugin-system/index.js.map +0 -1
- package/dist/plugin-system/registry.d.ts.map +0 -1
- package/dist/plugin-system/registry.js.map +0 -1
- package/dist/plugin-system/types.d.ts +0 -23
- package/dist/plugin-system/types.d.ts.map +0 -1
- package/dist/plugin-system/types.js.map +0 -1
- package/dist/plugin-system/validate.d.ts.map +0 -1
- package/dist/plugin-system/validate.js.map +0 -1
- package/dist/profile-bridge/index.d.ts +0 -64
- package/dist/profile-bridge/index.d.ts.map +0 -1
- package/dist/profile-bridge/index.js.map +0 -1
- package/dist/profiles/aristotelian/syllogistic.d.ts +0 -14
- package/dist/profiles/aristotelian/syllogistic.d.ts.map +0 -1
- package/dist/profiles/aristotelian/syllogistic.js.map +0 -1
- package/dist/profiles/arithmetic/index.d.ts +0 -15
- package/dist/profiles/arithmetic/index.d.ts.map +0 -1
- package/dist/profiles/arithmetic/index.js.map +0 -1
- package/dist/profiles/classical/cdcl.d.ts +0 -34
- package/dist/profiles/classical/cdcl.d.ts.map +0 -1
- package/dist/profiles/classical/cdcl.js.map +0 -1
- package/dist/profiles/classical/dpll.d.ts +0 -20
- package/dist/profiles/classical/dpll.d.ts.map +0 -1
- package/dist/profiles/classical/dpll.js.map +0 -1
- package/dist/profiles/classical/first-order.d.ts +0 -20
- package/dist/profiles/classical/first-order.d.ts.map +0 -1
- package/dist/profiles/classical/first-order.js.map +0 -1
- package/dist/profiles/classical/parallel-sat.d.ts.map +0 -1
- package/dist/profiles/classical/parallel-sat.js.map +0 -1
- package/dist/profiles/classical/propositional.d.ts +0 -30
- package/dist/profiles/classical/propositional.d.ts.map +0 -1
- package/dist/profiles/classical/propositional.js +0 -2868
- package/dist/profiles/classical/propositional.js.map +0 -1
- package/dist/profiles/classical/sat-preprocess.d.ts.map +0 -1
- package/dist/profiles/classical/sat-preprocess.js.map +0 -1
- package/dist/profiles/classical/undecidability-detector.d.ts +0 -13
- package/dist/profiles/classical/undecidability-detector.d.ts.map +0 -1
- package/dist/profiles/classical/undecidability-detector.js.map +0 -1
- package/dist/profiles/ctl/check.d.ts.map +0 -1
- package/dist/profiles/ctl/check.js.map +0 -1
- package/dist/profiles/ctl/index.d.ts.map +0 -1
- package/dist/profiles/ctl/index.js.map +0 -1
- package/dist/profiles/ctl/types.d.ts.map +0 -1
- package/dist/profiles/ctl/types.js.map +0 -1
- package/dist/profiles/ctl/witness.d.ts.map +0 -1
- package/dist/profiles/ctl/witness.js.map +0 -1
- package/dist/profiles/default-logic/entailment.d.ts.map +0 -1
- package/dist/profiles/default-logic/entailment.js.map +0 -1
- package/dist/profiles/default-logic/extensions.d.ts.map +0 -1
- package/dist/profiles/default-logic/extensions.js.map +0 -1
- package/dist/profiles/default-logic/index.d.ts.map +0 -1
- package/dist/profiles/default-logic/index.js.map +0 -1
- package/dist/profiles/default-logic/types.d.ts.map +0 -1
- package/dist/profiles/default-logic/types.js.map +0 -1
- package/dist/profiles/deontic/standard.d.ts +0 -10
- package/dist/profiles/deontic/standard.d.ts.map +0 -1
- package/dist/profiles/deontic/standard.js.map +0 -1
- package/dist/profiles/description-logic/index.d.ts.map +0 -1
- package/dist/profiles/description-logic/index.js.map +0 -1
- package/dist/profiles/description-logic/nnf.d.ts.map +0 -1
- package/dist/profiles/description-logic/nnf.js.map +0 -1
- package/dist/profiles/description-logic/tableau.d.ts.map +0 -1
- package/dist/profiles/description-logic/tableau.js.map +0 -1
- package/dist/profiles/description-logic/types.d.ts.map +0 -1
- package/dist/profiles/description-logic/types.js.map +0 -1
- package/dist/profiles/epistemic/s5.d.ts +0 -10
- package/dist/profiles/epistemic/s5.d.ts.map +0 -1
- package/dist/profiles/epistemic/s5.js.map +0 -1
- package/dist/profiles/hol/connectives.d.ts.map +0 -1
- package/dist/profiles/hol/connectives.js.map +0 -1
- package/dist/profiles/hol/index.d.ts.map +0 -1
- package/dist/profiles/hol/index.js.map +0 -1
- package/dist/profiles/hol/rules.d.ts.map +0 -1
- package/dist/profiles/hol/rules.js.map +0 -1
- package/dist/profiles/hol/term.d.ts.map +0 -1
- package/dist/profiles/hol/term.js.map +0 -1
- package/dist/profiles/hol/type-system.d.ts.map +0 -1
- package/dist/profiles/hol/type-system.js.map +0 -1
- package/dist/profiles/hol/types.d.ts.map +0 -1
- package/dist/profiles/hol/types.js.map +0 -1
- package/dist/profiles/hybrid-logic/index.d.ts.map +0 -1
- package/dist/profiles/hybrid-logic/index.js.map +0 -1
- package/dist/profiles/hybrid-logic/sat.d.ts.map +0 -1
- package/dist/profiles/hybrid-logic/sat.js.map +0 -1
- package/dist/profiles/hybrid-logic/semantics.d.ts.map +0 -1
- package/dist/profiles/hybrid-logic/semantics.js.map +0 -1
- package/dist/profiles/hybrid-logic/types.d.ts.map +0 -1
- package/dist/profiles/hybrid-logic/types.js.map +0 -1
- package/dist/profiles/index.d.ts.map +0 -1
- package/dist/profiles/index.js.map +0 -1
- package/dist/profiles/interface.d.ts +0 -11
- package/dist/profiles/interface.d.ts.map +0 -1
- package/dist/profiles/interface.js.map +0 -1
- package/dist/profiles/intuitionistic/propositional.d.ts +0 -14
- package/dist/profiles/intuitionistic/propositional.d.ts.map +0 -1
- package/dist/profiles/intuitionistic/propositional.js.map +0 -1
- package/dist/profiles/intuitionistic-nj/formula.d.ts.map +0 -1
- package/dist/profiles/intuitionistic-nj/formula.js.map +0 -1
- package/dist/profiles/intuitionistic-nj/index.d.ts.map +0 -1
- package/dist/profiles/intuitionistic-nj/index.js.map +0 -1
- package/dist/profiles/intuitionistic-nj/kripke.d.ts.map +0 -1
- package/dist/profiles/intuitionistic-nj/kripke.js.map +0 -1
- package/dist/profiles/intuitionistic-nj/prover.d.ts.map +0 -1
- package/dist/profiles/intuitionistic-nj/prover.js.map +0 -1
- package/dist/profiles/intuitionistic-nj/types.d.ts.map +0 -1
- package/dist/profiles/intuitionistic-nj/types.js.map +0 -1
- package/dist/profiles/ltl-sat/index.d.ts.map +0 -1
- package/dist/profiles/ltl-sat/index.js.map +0 -1
- package/dist/profiles/ltl-sat/sat.d.ts.map +0 -1
- package/dist/profiles/ltl-sat/sat.js.map +0 -1
- package/dist/profiles/ltl-sat/tableau.d.ts.map +0 -1
- package/dist/profiles/ltl-sat/tableau.js.map +0 -1
- package/dist/profiles/ltl-sat/types.d.ts.map +0 -1
- package/dist/profiles/ltl-sat/types.js.map +0 -1
- package/dist/profiles/many-valued/index.d.ts.map +0 -1
- package/dist/profiles/many-valued/index.js.map +0 -1
- package/dist/profiles/modal/k.d.ts +0 -10
- package/dist/profiles/modal/k.d.ts.map +0 -1
- package/dist/profiles/modal/k.js.map +0 -1
- package/dist/profiles/modal-frame-axioms/formula.d.ts.map +0 -1
- package/dist/profiles/modal-frame-axioms/formula.js.map +0 -1
- package/dist/profiles/modal-frame-axioms/index.d.ts.map +0 -1
- package/dist/profiles/modal-frame-axioms/index.js.map +0 -1
- package/dist/profiles/modal-frame-axioms/systems.d.ts.map +0 -1
- package/dist/profiles/modal-frame-axioms/systems.js.map +0 -1
- package/dist/profiles/modal-frame-axioms/tableau.d.ts.map +0 -1
- package/dist/profiles/modal-frame-axioms/tableau.js.map +0 -1
- package/dist/profiles/modal-frame-axioms/types.d.ts.map +0 -1
- package/dist/profiles/modal-frame-axioms/types.js.map +0 -1
- package/dist/profiles/mu-calculus/check.d.ts.map +0 -1
- package/dist/profiles/mu-calculus/check.js.map +0 -1
- package/dist/profiles/mu-calculus/ctl-translate.d.ts.map +0 -1
- package/dist/profiles/mu-calculus/ctl-translate.js.map +0 -1
- package/dist/profiles/mu-calculus/index.d.ts.map +0 -1
- package/dist/profiles/mu-calculus/index.js.map +0 -1
- package/dist/profiles/mu-calculus/types.d.ts.map +0 -1
- package/dist/profiles/mu-calculus/types.js.map +0 -1
- package/dist/profiles/mu-calculus/wellformed.d.ts.map +0 -1
- package/dist/profiles/mu-calculus/wellformed.js.map +0 -1
- package/dist/profiles/paraconsistent/belnap.d.ts +0 -28
- package/dist/profiles/paraconsistent/belnap.d.ts.map +0 -1
- package/dist/profiles/paraconsistent/belnap.js.map +0 -1
- package/dist/profiles/probabilistic/basic.d.ts +0 -18
- package/dist/profiles/probabilistic/basic.d.ts.map +0 -1
- package/dist/profiles/probabilistic/basic.js.map +0 -1
- package/dist/profiles/sequent-g3/index.d.ts.map +0 -1
- package/dist/profiles/sequent-g3/index.js.map +0 -1
- package/dist/profiles/sequent-g3/latex.d.ts.map +0 -1
- package/dist/profiles/sequent-g3/latex.js.map +0 -1
- package/dist/profiles/sequent-g3/normalize.d.ts +0 -15
- package/dist/profiles/sequent-g3/normalize.d.ts.map +0 -1
- package/dist/profiles/sequent-g3/normalize.js.map +0 -1
- package/dist/profiles/sequent-g3/prover.d.ts +0 -16
- package/dist/profiles/sequent-g3/prover.d.ts.map +0 -1
- package/dist/profiles/sequent-g3/prover.js.map +0 -1
- package/dist/profiles/sequent-g3/types.d.ts +0 -30
- package/dist/profiles/sequent-g3/types.d.ts.map +0 -1
- package/dist/profiles/sequent-g3/types.js.map +0 -1
- package/dist/profiles/sequent-lk/cut-elimination.d.ts.map +0 -1
- package/dist/profiles/sequent-lk/cut-elimination.js.map +0 -1
- package/dist/profiles/sequent-lk/index.d.ts.map +0 -1
- package/dist/profiles/sequent-lk/index.js.map +0 -1
- package/dist/profiles/sequent-lk/prover.d.ts.map +0 -1
- package/dist/profiles/sequent-lk/prover.js.map +0 -1
- package/dist/profiles/sequent-lk/types.d.ts.map +0 -1
- package/dist/profiles/sequent-lk/types.js.map +0 -1
- package/dist/profiles/sequent-lk/util.d.ts.map +0 -1
- package/dist/profiles/sequent-lk/util.js.map +0 -1
- package/dist/profiles/shared/base-profile.d.ts +0 -22
- package/dist/profiles/shared/base-profile.d.ts.map +0 -1
- package/dist/profiles/shared/base-profile.js +0 -219
- package/dist/profiles/shared/base-profile.js.map +0 -1
- package/dist/profiles/shared/tableau-engine.d.ts +0 -73
- package/dist/profiles/shared/tableau-engine.d.ts.map +0 -1
- package/dist/profiles/shared/tableau-engine.js +0 -684
- package/dist/profiles/shared/tableau-engine.js.map +0 -1
- package/dist/profiles/substructural/index.d.ts.map +0 -1
- package/dist/profiles/substructural/index.js.map +0 -1
- package/dist/profiles/substructural/prover.d.ts.map +0 -1
- package/dist/profiles/substructural/prover.js.map +0 -1
- package/dist/profiles/substructural/types.d.ts.map +0 -1
- package/dist/profiles/substructural/types.js.map +0 -1
- package/dist/profiles/temporal/ltl.d.ts +0 -12
- package/dist/profiles/temporal/ltl.d.ts.map +0 -1
- package/dist/profiles/temporal/ltl.js.map +0 -1
- package/dist/proof-exchange/index.d.ts +0 -24
- package/dist/proof-exchange/index.d.ts.map +0 -1
- package/dist/proof-exchange/index.js.map +0 -1
- package/dist/proof-nets/construct.d.ts.map +0 -1
- package/dist/proof-nets/construct.js.map +0 -1
- package/dist/proof-nets/correctness.d.ts.map +0 -1
- package/dist/proof-nets/correctness.js.map +0 -1
- package/dist/proof-nets/cut-elim.d.ts.map +0 -1
- package/dist/proof-nets/cut-elim.js.map +0 -1
- package/dist/proof-nets/index.d.ts.map +0 -1
- package/dist/proof-nets/index.js.map +0 -1
- package/dist/proof-nets/types.d.ts.map +0 -1
- package/dist/proof-nets/types.js.map +0 -1
- package/dist/refinement-types/checker.d.ts.map +0 -1
- package/dist/refinement-types/checker.js.map +0 -1
- package/dist/refinement-types/index.d.ts.map +0 -1
- package/dist/refinement-types/index.js.map +0 -1
- package/dist/refinement-types/predicate.d.ts.map +0 -1
- package/dist/refinement-types/predicate.js.map +0 -1
- package/dist/refinement-types/solver.d.ts.map +0 -1
- package/dist/refinement-types/solver.js.map +0 -1
- package/dist/refinement-types/subtype.d.ts.map +0 -1
- package/dist/refinement-types/subtype.js.map +0 -1
- package/dist/refinement-types/types.d.ts.map +0 -1
- package/dist/refinement-types/types.js.map +0 -1
- package/dist/runtime/abduction/entails.d.ts.map +0 -1
- package/dist/runtime/abduction/entails.js.map +0 -1
- package/dist/runtime/abduction/find.d.ts.map +0 -1
- package/dist/runtime/abduction/find.js.map +0 -1
- package/dist/runtime/abduction/index.d.ts.map +0 -1
- package/dist/runtime/abduction/index.js.map +0 -1
- package/dist/runtime/abduction/types.d.ts.map +0 -1
- package/dist/runtime/abduction/types.js.map +0 -1
- package/dist/runtime/bayesian/factor.d.ts.map +0 -1
- package/dist/runtime/bayesian/factor.js.map +0 -1
- package/dist/runtime/bayesian/index.d.ts.map +0 -1
- package/dist/runtime/bayesian/index.js.map +0 -1
- package/dist/runtime/bayesian/inference.d.ts.map +0 -1
- package/dist/runtime/bayesian/inference.js.map +0 -1
- package/dist/runtime/bayesian/types.d.ts.map +0 -1
- package/dist/runtime/bayesian/types.js.map +0 -1
- package/dist/runtime/csp/ac3.d.ts.map +0 -1
- package/dist/runtime/csp/ac3.js.map +0 -1
- package/dist/runtime/csp/backtrack.d.ts.map +0 -1
- package/dist/runtime/csp/backtrack.js.map +0 -1
- package/dist/runtime/csp/builtins.d.ts.map +0 -1
- package/dist/runtime/csp/builtins.js.map +0 -1
- package/dist/runtime/csp/index.d.ts.map +0 -1
- package/dist/runtime/csp/index.js.map +0 -1
- package/dist/runtime/csp/types.d.ts.map +0 -1
- package/dist/runtime/csp/types.js.map +0 -1
- package/dist/runtime/fca/context.d.ts.map +0 -1
- package/dist/runtime/fca/context.js.map +0 -1
- package/dist/runtime/fca/implications.d.ts.map +0 -1
- package/dist/runtime/fca/implications.js.map +0 -1
- package/dist/runtime/fca/index.d.ts.map +0 -1
- package/dist/runtime/fca/index.js.map +0 -1
- package/dist/runtime/fca/lattice.d.ts.map +0 -1
- package/dist/runtime/fca/lattice.js.map +0 -1
- package/dist/runtime/fca/next-closure.d.ts.map +0 -1
- package/dist/runtime/fca/next-closure.js.map +0 -1
- package/dist/runtime/fca/types.d.ts.map +0 -1
- package/dist/runtime/fca/types.js.map +0 -1
- package/dist/runtime/markov-logic/grounding.d.ts.map +0 -1
- package/dist/runtime/markov-logic/grounding.js.map +0 -1
- package/dist/runtime/markov-logic/index.d.ts.map +0 -1
- package/dist/runtime/markov-logic/index.js.map +0 -1
- package/dist/runtime/markov-logic/inference.d.ts.map +0 -1
- package/dist/runtime/markov-logic/inference.js.map +0 -1
- package/dist/runtime/markov-logic/parser.d.ts.map +0 -1
- package/dist/runtime/markov-logic/parser.js.map +0 -1
- package/dist/runtime/markov-logic/types.d.ts.map +0 -1
- package/dist/runtime/markov-logic/types.js.map +0 -1
- package/dist/runtime/mus/extract.d.ts.map +0 -1
- package/dist/runtime/mus/extract.js.map +0 -1
- package/dist/runtime/mus/index.d.ts.map +0 -1
- package/dist/runtime/mus/index.js.map +0 -1
- package/dist/runtime/mus/quickxplain.d.ts.map +0 -1
- package/dist/runtime/mus/quickxplain.js.map +0 -1
- package/dist/runtime/mus/types.d.ts.map +0 -1
- package/dist/runtime/mus/types.js.map +0 -1
- package/dist/runtime/planning/astar.d.ts.map +0 -1
- package/dist/runtime/planning/astar.js.map +0 -1
- package/dist/runtime/planning/bfs.d.ts.map +0 -1
- package/dist/runtime/planning/bfs.js.map +0 -1
- package/dist/runtime/planning/ground.d.ts.map +0 -1
- package/dist/runtime/planning/ground.js.map +0 -1
- package/dist/runtime/planning/heuristic.d.ts.map +0 -1
- package/dist/runtime/planning/heuristic.js.map +0 -1
- package/dist/runtime/planning/index.d.ts.map +0 -1
- package/dist/runtime/planning/index.js.map +0 -1
- package/dist/runtime/planning/types.d.ts.map +0 -1
- package/dist/runtime/planning/types.js.map +0 -1
- package/dist/runtime/proof-minify/index.d.ts.map +0 -1
- package/dist/runtime/proof-minify/index.js.map +0 -1
- package/dist/runtime/proof-minify/minify.d.ts.map +0 -1
- package/dist/runtime/proof-minify/minify.js.map +0 -1
- package/dist/runtime/proof-minify/types.d.ts.map +0 -1
- package/dist/runtime/proof-minify/types.js.map +0 -1
- package/dist/runtime/smt/index.d.ts.map +0 -1
- package/dist/runtime/smt/index.js.map +0 -1
- package/dist/runtime/smt/mock-backend.d.ts.map +0 -1
- package/dist/runtime/smt/mock-backend.js.map +0 -1
- package/dist/runtime/smt/serializer.d.ts.map +0 -1
- package/dist/runtime/smt/serializer.js.map +0 -1
- package/dist/runtime/smt/subprocess-backend.d.ts.map +0 -1
- package/dist/runtime/smt/subprocess-backend.js.map +0 -1
- package/dist/runtime/smt/types.d.ts.map +0 -1
- package/dist/runtime/smt/types.js.map +0 -1
- package/dist/smt-lib/ast.d.ts.map +0 -1
- package/dist/smt-lib/ast.js.map +0 -1
- package/dist/smt-lib/emitter.d.ts.map +0 -1
- package/dist/smt-lib/emitter.js.map +0 -1
- package/dist/smt-lib/index.d.ts.map +0 -1
- package/dist/smt-lib/index.js.map +0 -1
- package/dist/smt-lib/parser.d.ts.map +0 -1
- package/dist/smt-lib/parser.js.map +0 -1
- package/dist/smt-lib/tokenizer.d.ts.map +0 -1
- package/dist/smt-lib/tokenizer.js.map +0 -1
- package/dist/system-f/index.d.ts.map +0 -1
- package/dist/system-f/index.js.map +0 -1
- package/dist/system-f/infer.d.ts.map +0 -1
- package/dist/system-f/infer.js.map +0 -1
- package/dist/system-f/reduce.d.ts.map +0 -1
- package/dist/system-f/reduce.js.map +0 -1
- package/dist/system-f/types.d.ts.map +0 -1
- package/dist/system-f/types.js.map +0 -1
- package/dist/tableau-framework/TableauProver.d.ts.map +0 -1
- package/dist/tableau-framework/TableauProver.js.map +0 -1
- package/dist/tableau-framework/index.d.ts.map +0 -1
- package/dist/tableau-framework/index.js.map +0 -1
- package/dist/tableau-framework/propositional.d.ts.map +0 -1
- package/dist/tableau-framework/propositional.js.map +0 -1
- package/dist/tableau-framework/types.d.ts.map +0 -1
- package/dist/tableau-framework/types.js.map +0 -1
- package/dist/tests/abduction/abduction.test.d.ts.map +0 -1
- package/dist/tests/abduction/abduction.test.js +0 -380
- package/dist/tests/abduction/abduction.test.js.map +0 -1
- package/dist/tests/argumentation/dung.test.d.ts.map +0 -1
- package/dist/tests/argumentation/dung.test.js +0 -219
- package/dist/tests/argumentation/dung.test.js.map +0 -1
- package/dist/tests/bayesian/bayesian.test.d.ts.map +0 -1
- package/dist/tests/bayesian/bayesian.test.js +0 -328
- package/dist/tests/bayesian/bayesian.test.js.map +0 -1
- package/dist/tests/bdd/manager.test.d.ts.map +0 -1
- package/dist/tests/bdd/manager.test.js +0 -472
- package/dist/tests/bdd/manager.test.js.map +0 -1
- package/dist/tests/belief-revision/agm.test.d.ts.map +0 -1
- package/dist/tests/belief-revision/agm.test.js +0 -173
- package/dist/tests/belief-revision/agm.test.js.map +0 -1
- package/dist/tests/citation-reasoning/citation-reasoning.test.d.ts.map +0 -1
- package/dist/tests/citation-reasoning/citation-reasoning.test.js +0 -240
- package/dist/tests/citation-reasoning/citation-reasoning.test.js.map +0 -1
- package/dist/tests/coinduction/coinduction.test.d.ts.map +0 -1
- package/dist/tests/coinduction/coinduction.test.js +0 -217
- package/dist/tests/coinduction/coinduction.test.js.map +0 -1
- package/dist/tests/combinators-ski/combinators-ski.test.d.ts.map +0 -1
- package/dist/tests/combinators-ski/combinators-ski.test.js +0 -211
- package/dist/tests/combinators-ski/combinators-ski.test.js.map +0 -1
- package/dist/tests/constructive-reals/constructive-reals.test.d.ts.map +0 -1
- package/dist/tests/constructive-reals/constructive-reals.test.js +0 -357
- package/dist/tests/constructive-reals/constructive-reals.test.js.map +0 -1
- package/dist/tests/csp/csp.test.d.ts.map +0 -1
- package/dist/tests/csp/csp.test.js +0 -292
- package/dist/tests/csp/csp.test.js.map +0 -1
- package/dist/tests/ctl/check.test.d.ts.map +0 -1
- package/dist/tests/ctl/check.test.js +0 -337
- package/dist/tests/ctl/check.test.js.map +0 -1
- package/dist/tests/curry-howard/infer.test.d.ts.map +0 -1
- package/dist/tests/curry-howard/infer.test.js +0 -93
- package/dist/tests/curry-howard/infer.test.js.map +0 -1
- package/dist/tests/curry-howard/proof.test.d.ts.map +0 -1
- package/dist/tests/curry-howard/proof.test.js +0 -105
- package/dist/tests/curry-howard/proof.test.js.map +0 -1
- package/dist/tests/curry-howard/reduce.test.d.ts.map +0 -1
- package/dist/tests/curry-howard/reduce.test.js +0 -109
- package/dist/tests/curry-howard/reduce.test.js.map +0 -1
- package/dist/tests/default-logic/extensions.test.d.ts.map +0 -1
- package/dist/tests/default-logic/extensions.test.js +0 -323
- package/dist/tests/default-logic/extensions.test.js.map +0 -1
- package/dist/tests/description-logic/alc.test.d.ts.map +0 -1
- package/dist/tests/description-logic/alc.test.js +0 -253
- package/dist/tests/description-logic/alc.test.js.map +0 -1
- package/dist/tests/educational/checker.test.d.ts.map +0 -1
- package/dist/tests/educational/checker.test.js +0 -212
- package/dist/tests/educational/checker.test.js.map +0 -1
- package/dist/tests/educational/generator.test.d.ts.map +0 -1
- package/dist/tests/educational/generator.test.js +0 -137
- package/dist/tests/educational/generator.test.js.map +0 -1
- package/dist/tests/exporters/coq/coq-exporter.test.d.ts.map +0 -1
- package/dist/tests/exporters/coq/coq-exporter.test.js +0 -353
- package/dist/tests/exporters/coq/coq-exporter.test.js.map +0 -1
- package/dist/tests/fca/fca.test.d.ts.map +0 -1
- package/dist/tests/fca/fca.test.js +0 -317
- package/dist/tests/fca/fca.test.js.map +0 -1
- package/dist/tests/fol-prover/cnf.test.d.ts.map +0 -1
- package/dist/tests/fol-prover/cnf.test.js +0 -74
- package/dist/tests/fol-prover/cnf.test.js.map +0 -1
- package/dist/tests/fol-prover/prove.test.d.ts.map +0 -1
- package/dist/tests/fol-prover/prove.test.js +0 -106
- package/dist/tests/fol-prover/prove.test.js.map +0 -1
- package/dist/tests/fol-prover/unify.test.d.ts.map +0 -1
- package/dist/tests/fol-prover/unify.test.js +0 -66
- package/dist/tests/fol-prover/unify.test.js.map +0 -1
- package/dist/tests/fol-prover-equality/prove.test.d.ts.map +0 -1
- package/dist/tests/fol-prover-equality/prove.test.js +0 -179
- package/dist/tests/fol-prover-equality/prove.test.js.map +0 -1
- package/dist/tests/game-semantics/game-semantics.test.d.ts.map +0 -1
- package/dist/tests/game-semantics/game-semantics.test.js +0 -143
- package/dist/tests/game-semantics/game-semantics.test.js.map +0 -1
- package/dist/tests/game-theory/game-theory.test.d.ts.map +0 -1
- package/dist/tests/game-theory/game-theory.test.js +0 -252
- package/dist/tests/game-theory/game-theory.test.js.map +0 -1
- package/dist/tests/higher-order-unify/ho-unify.test.d.ts.map +0 -1
- package/dist/tests/higher-order-unify/ho-unify.test.js +0 -264
- package/dist/tests/higher-order-unify/ho-unify.test.js.map +0 -1
- package/dist/tests/hol/hol.test.d.ts.map +0 -1
- package/dist/tests/hol/hol.test.js +0 -340
- package/dist/tests/hol/hol.test.js.map +0 -1
- package/dist/tests/hybrid-logic/semantics.test.d.ts.map +0 -1
- package/dist/tests/hybrid-logic/semantics.test.js +0 -169
- package/dist/tests/hybrid-logic/semantics.test.js.map +0 -1
- package/dist/tests/hyperreal/hyperreal.test.d.ts.map +0 -1
- package/dist/tests/hyperreal/hyperreal.test.js +0 -219
- package/dist/tests/hyperreal/hyperreal.test.js.map +0 -1
- package/dist/tests/information-theory/information-theory.test.d.ts.map +0 -1
- package/dist/tests/information-theory/information-theory.test.js +0 -291
- package/dist/tests/information-theory/information-theory.test.js.map +0 -1
- package/dist/tests/intuitionistic-nj/nj.test.d.ts.map +0 -1
- package/dist/tests/intuitionistic-nj/nj.test.js +0 -216
- package/dist/tests/intuitionistic-nj/nj.test.js.map +0 -1
- package/dist/tests/lambda-calc/lambda-calc.test.d.ts.map +0 -1
- package/dist/tests/lambda-calc/lambda-calc.test.js +0 -164
- package/dist/tests/lambda-calc/lambda-calc.test.js.map +0 -1
- package/dist/tests/lsp/server.test.d.ts.map +0 -1
- package/dist/tests/lsp/server.test.js +0 -406
- package/dist/tests/lsp/server.test.js.map +0 -1
- package/dist/tests/ltl-sat/sat.test.d.ts.map +0 -1
- package/dist/tests/ltl-sat/sat.test.js +0 -160
- package/dist/tests/ltl-sat/sat.test.js.map +0 -1
- package/dist/tests/many-valued/many-valued.test.d.ts.map +0 -1
- package/dist/tests/many-valued/many-valued.test.js +0 -150
- package/dist/tests/many-valued/many-valued.test.js.map +0 -1
- package/dist/tests/markov-logic/markov-logic.test.d.ts.map +0 -1
- package/dist/tests/markov-logic/markov-logic.test.js +0 -349
- package/dist/tests/markov-logic/markov-logic.test.js.map +0 -1
- package/dist/tests/mltt/mltt.test.d.ts.map +0 -1
- package/dist/tests/mltt/mltt.test.js +0 -181
- package/dist/tests/mltt/mltt.test.js.map +0 -1
- package/dist/tests/modal-frame-axioms/frame-axioms.test.d.ts.map +0 -1
- package/dist/tests/modal-frame-axioms/frame-axioms.test.js +0 -236
- package/dist/tests/modal-frame-axioms/frame-axioms.test.js.map +0 -1
- package/dist/tests/mu-calculus/check.test.d.ts.map +0 -1
- package/dist/tests/mu-calculus/check.test.js +0 -234
- package/dist/tests/mu-calculus/check.test.js.map +0 -1
- package/dist/tests/mus/extract.test.d.ts.map +0 -1
- package/dist/tests/mus/extract.test.js +0 -352
- package/dist/tests/mus/extract.test.js.map +0 -1
- package/dist/tests/nbe/nbe.test.d.ts.map +0 -1
- package/dist/tests/nbe/nbe.test.js +0 -121
- package/dist/tests/nbe/nbe.test.js.map +0 -1
- package/dist/tests/optimization/ilp.test.d.ts.map +0 -1
- package/dist/tests/optimization/ilp.test.js +0 -204
- package/dist/tests/optimization/ilp.test.js.map +0 -1
- package/dist/tests/optimization/lp.test.d.ts.map +0 -1
- package/dist/tests/optimization/lp.test.js +0 -224
- package/dist/tests/optimization/lp.test.js.map +0 -1
- package/dist/tests/planning/planning.test.d.ts.map +0 -1
- package/dist/tests/planning/planning.test.js +0 -397
- package/dist/tests/planning/planning.test.js.map +0 -1
- package/dist/tests/plugin-system/demo-min-logic.test.d.ts.map +0 -1
- package/dist/tests/plugin-system/demo-min-logic.test.js +0 -85
- package/dist/tests/plugin-system/demo-min-logic.test.js.map +0 -1
- package/dist/tests/plugin-system/registry.test.d.ts.map +0 -1
- package/dist/tests/plugin-system/registry.test.js +0 -88
- package/dist/tests/plugin-system/registry.test.js.map +0 -1
- package/dist/tests/plugin-system/validate.test.d.ts.map +0 -1
- package/dist/tests/plugin-system/validate.test.js +0 -101
- package/dist/tests/plugin-system/validate.test.js.map +0 -1
- package/dist/tests/profile-bridge/translations.test.d.ts.map +0 -1
- package/dist/tests/profile-bridge/translations.test.js +0 -266
- package/dist/tests/profile-bridge/translations.test.js.map +0 -1
- package/dist/tests/profiles.test.d.ts.map +0 -1
- package/dist/tests/profiles.test.js +0 -393
- package/dist/tests/profiles.test.js.map +0 -1
- package/dist/tests/proof-exchange/proof-exchange.test.d.ts.map +0 -1
- package/dist/tests/proof-exchange/proof-exchange.test.js +0 -161
- package/dist/tests/proof-exchange/proof-exchange.test.js.map +0 -1
- package/dist/tests/proof-minify/minify.test.d.ts.map +0 -1
- package/dist/tests/proof-minify/minify.test.js +0 -281
- package/dist/tests/proof-minify/minify.test.js.map +0 -1
- package/dist/tests/proof-nets/proof-nets.test.d.ts.map +0 -1
- package/dist/tests/proof-nets/proof-nets.test.js +0 -263
- package/dist/tests/proof-nets/proof-nets.test.js.map +0 -1
- package/dist/tests/refinement-types/refinement-types.test.d.ts.map +0 -1
- package/dist/tests/refinement-types/refinement-types.test.js +0 -174
- package/dist/tests/refinement-types/refinement-types.test.js.map +0 -1
- package/dist/tests/sat-v2/clause-learning.test.d.ts.map +0 -1
- package/dist/tests/sat-v2/clause-learning.test.js +0 -73
- package/dist/tests/sat-v2/clause-learning.test.js.map +0 -1
- package/dist/tests/sat-v2/lbd.test.d.ts.map +0 -1
- package/dist/tests/sat-v2/lbd.test.js +0 -82
- package/dist/tests/sat-v2/lbd.test.js.map +0 -1
- package/dist/tests/sat-v2/luby.test.d.ts.map +0 -1
- package/dist/tests/sat-v2/luby.test.js +0 -58
- package/dist/tests/sat-v2/luby.test.js.map +0 -1
- package/dist/tests/sat-v2/phase-saving.test.d.ts.map +0 -1
- package/dist/tests/sat-v2/phase-saving.test.js +0 -38
- package/dist/tests/sat-v2/phase-saving.test.js.map +0 -1
- package/dist/tests/sat-v2/solver-end-to-end.test.d.ts.map +0 -1
- package/dist/tests/sat-v2/solver-end-to-end.test.js +0 -199
- package/dist/tests/sat-v2/solver-end-to-end.test.js.map +0 -1
- package/dist/tests/sat-v2/vsids.test.d.ts.map +0 -1
- package/dist/tests/sat-v2/vsids.test.js +0 -69
- package/dist/tests/sat-v2/vsids.test.js.map +0 -1
- package/dist/tests/sat-v2-incremental/basic.test.d.ts.map +0 -1
- package/dist/tests/sat-v2-incremental/basic.test.js +0 -352
- package/dist/tests/sat-v2-incremental/basic.test.js.map +0 -1
- package/dist/tests/sequent-g3/prover.test.d.ts.map +0 -1
- package/dist/tests/sequent-g3/prover.test.js +0 -205
- package/dist/tests/sequent-g3/prover.test.js.map +0 -1
- package/dist/tests/sequent-lk/prover.test.d.ts.map +0 -1
- package/dist/tests/sequent-lk/prover.test.js +0 -317
- package/dist/tests/sequent-lk/prover.test.js.map +0 -1
- package/dist/tests/smt/mock-backend.test.d.ts.map +0 -1
- package/dist/tests/smt/mock-backend.test.js +0 -129
- package/dist/tests/smt/mock-backend.test.js.map +0 -1
- package/dist/tests/smt/serializer.test.d.ts.map +0 -1
- package/dist/tests/smt/serializer.test.js +0 -94
- package/dist/tests/smt/serializer.test.js.map +0 -1
- package/dist/tests/smt/subprocess-backend.test.d.ts.map +0 -1
- package/dist/tests/smt/subprocess-backend.test.js +0 -89
- package/dist/tests/smt/subprocess-backend.test.js.map +0 -1
- package/dist/tests/smt-lib/emitter.test.d.ts.map +0 -1
- package/dist/tests/smt-lib/emitter.test.js +0 -155
- package/dist/tests/smt-lib/emitter.test.js.map +0 -1
- package/dist/tests/smt-lib/parser.test.d.ts.map +0 -1
- package/dist/tests/smt-lib/parser.test.js +0 -164
- package/dist/tests/smt-lib/parser.test.js.map +0 -1
- package/dist/tests/smt-lib/tokenizer.test.d.ts.map +0 -1
- package/dist/tests/smt-lib/tokenizer.test.js +0 -59
- package/dist/tests/smt-lib/tokenizer.test.js.map +0 -1
- package/dist/tests/substructural/prover.test.d.ts.map +0 -1
- package/dist/tests/substructural/prover.test.js +0 -271
- package/dist/tests/substructural/prover.test.js.map +0 -1
- package/dist/tests/system-f/system-f.test.d.ts.map +0 -1
- package/dist/tests/system-f/system-f.test.js +0 -217
- package/dist/tests/system-f/system-f.test.js.map +0 -1
- package/dist/tests/tableau-framework/tableau.test.d.ts.map +0 -1
- package/dist/tests/tableau-framework/tableau.test.js +0 -196
- package/dist/tests/tableau-framework/tableau.test.js.map +0 -1
- package/dist/tests/text-layer-v2/claim-graph.test.d.ts.map +0 -1
- package/dist/tests/text-layer-v2/claim-graph.test.js +0 -255
- package/dist/tests/text-layer-v2/claim-graph.test.js.map +0 -1
- package/dist/tests/text-layer-v2/mdx-bridge/mdx-bridge.test.d.ts.map +0 -1
- package/dist/tests/text-layer-v2/mdx-bridge/mdx-bridge.test.js +0 -200
- package/dist/tests/text-layer-v2/mdx-bridge/mdx-bridge.test.js.map +0 -1
- package/dist/tests/time-travel/snapshot.test.d.ts.map +0 -1
- package/dist/tests/time-travel/snapshot.test.js +0 -75
- package/dist/tests/time-travel/snapshot.test.js.map +0 -1
- package/dist/tests/time-travel/store.test.d.ts.map +0 -1
- package/dist/tests/time-travel/store.test.js +0 -242
- package/dist/tests/time-travel/store.test.js.map +0 -1
- package/dist/text-layer/compiler.d.ts +0 -18
- package/dist/text-layer/compiler.d.ts.map +0 -1
- package/dist/text-layer/compiler.js.map +0 -1
- package/dist/text-layer/v2/claim-graph.d.ts.map +0 -1
- package/dist/text-layer/v2/claim-graph.js.map +0 -1
- package/dist/text-layer/v2/index.d.ts.map +0 -1
- package/dist/text-layer/v2/index.js.map +0 -1
- package/dist/text-layer/v2/mdx-bridge/diff.d.ts.map +0 -1
- package/dist/text-layer/v2/mdx-bridge/diff.js.map +0 -1
- package/dist/text-layer/v2/mdx-bridge/index.d.ts.map +0 -1
- package/dist/text-layer/v2/mdx-bridge/index.js.map +0 -1
- package/dist/text-layer/v2/mdx-bridge/parser.d.ts.map +0 -1
- package/dist/text-layer/v2/mdx-bridge/parser.js.map +0 -1
- package/dist/text-layer/v2/mdx-bridge/serializer.d.ts.map +0 -1
- package/dist/text-layer/v2/mdx-bridge/serializer.js.map +0 -1
- package/dist/text-layer/v2/mdx-bridge/types.d.ts.map +0 -1
- package/dist/text-layer/v2/mdx-bridge/types.js.map +0 -1
- package/dist/text-layer/v2/types.d.ts.map +0 -1
- package/dist/text-layer/v2/types.js.map +0 -1
- package/dist/time-travel/index.d.ts.map +0 -1
- package/dist/time-travel/index.js.map +0 -1
- package/dist/time-travel/snapshot.d.ts.map +0 -1
- package/dist/time-travel/snapshot.js.map +0 -1
- package/dist/time-travel/store.d.ts.map +0 -1
- package/dist/time-travel/store.js.map +0 -1
- package/dist/time-travel/types.d.ts.map +0 -1
- package/dist/time-travel/types.js.map +0 -1
- /package/dist/{profile-bridge → logic/profile-bridge}/index.js +0 -0
- /package/dist/{profiles → logic/profiles}/aristotelian/syllogistic.js +0 -0
- /package/dist/{profiles → logic/profiles}/arithmetic/index.js +0 -0
- /package/dist/{profiles → logic/profiles}/classical/cdcl.js +0 -0
- /package/dist/{profiles → logic/profiles}/classical/dpll.js +0 -0
- /package/dist/{profiles → logic/profiles}/classical/first-order.js +0 -0
- /package/dist/{profiles → logic/profiles}/classical/parallel-sat.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/classical/parallel-sat.js +0 -0
- /package/dist/{profiles → logic/profiles}/classical/sat-preprocess.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/classical/sat-preprocess.js +0 -0
- /package/dist/{profiles → logic/profiles}/classical/undecidability-detector.js +0 -0
- /package/dist/{profiles → logic/profiles}/ctl/check.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/ctl/check.js +0 -0
- /package/dist/{profiles → logic/profiles}/ctl/index.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/ctl/index.js +0 -0
- /package/dist/{profiles → logic/profiles}/ctl/types.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/ctl/types.js +0 -0
- /package/dist/{profiles → logic/profiles}/ctl/witness.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/ctl/witness.js +0 -0
- /package/dist/{profiles → logic/profiles}/default-logic/entailment.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/default-logic/entailment.js +0 -0
- /package/dist/{profiles → logic/profiles}/default-logic/extensions.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/default-logic/extensions.js +0 -0
- /package/dist/{profiles → logic/profiles}/default-logic/index.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/default-logic/index.js +0 -0
- /package/dist/{profiles → logic/profiles}/default-logic/types.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/default-logic/types.js +0 -0
- /package/dist/{profiles → logic/profiles}/deontic/standard.js +0 -0
- /package/dist/{profiles → logic/profiles}/description-logic/index.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/description-logic/index.js +0 -0
- /package/dist/{profiles → logic/profiles}/description-logic/nnf.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/description-logic/nnf.js +0 -0
- /package/dist/{profiles → logic/profiles}/description-logic/tableau.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/description-logic/tableau.js +0 -0
- /package/dist/{profiles → logic/profiles}/description-logic/types.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/description-logic/types.js +0 -0
- /package/dist/{profiles → logic/profiles}/epistemic/s5.js +0 -0
- /package/dist/{profiles → logic/profiles}/hybrid-logic/index.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/hybrid-logic/index.js +0 -0
- /package/dist/{profiles → logic/profiles}/hybrid-logic/sat.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/hybrid-logic/sat.js +0 -0
- /package/dist/{profiles → logic/profiles}/hybrid-logic/semantics.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/hybrid-logic/semantics.js +0 -0
- /package/dist/{profiles → logic/profiles}/hybrid-logic/types.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/hybrid-logic/types.js +0 -0
- /package/dist/{profiles → logic/profiles}/index.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/index.js +0 -0
- /package/dist/{profiles → logic/profiles}/interface.js +0 -0
- /package/dist/{profiles → logic/profiles}/intuitionistic/propositional.js +0 -0
- /package/dist/{profiles → logic/profiles}/intuitionistic-nj/formula.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/intuitionistic-nj/formula.js +0 -0
- /package/dist/{profiles → logic/profiles}/intuitionistic-nj/index.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/intuitionistic-nj/index.js +0 -0
- /package/dist/{profiles → logic/profiles}/intuitionistic-nj/kripke.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/intuitionistic-nj/kripke.js +0 -0
- /package/dist/{profiles → logic/profiles}/intuitionistic-nj/prover.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/intuitionistic-nj/prover.js +0 -0
- /package/dist/{profiles → logic/profiles}/intuitionistic-nj/types.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/intuitionistic-nj/types.js +0 -0
- /package/dist/{profiles → logic/profiles}/ltl-sat/index.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/ltl-sat/index.js +0 -0
- /package/dist/{profiles → logic/profiles}/ltl-sat/sat.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/ltl-sat/sat.js +0 -0
- /package/dist/{profiles → logic/profiles}/ltl-sat/tableau.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/ltl-sat/tableau.js +0 -0
- /package/dist/{profiles → logic/profiles}/ltl-sat/types.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/ltl-sat/types.js +0 -0
- /package/dist/{profiles → logic/profiles}/many-valued/index.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/many-valued/index.js +0 -0
- /package/dist/{profiles → logic/profiles}/modal/k.js +0 -0
- /package/dist/{profiles → logic/profiles}/modal-frame-axioms/formula.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/modal-frame-axioms/formula.js +0 -0
- /package/dist/{profiles → logic/profiles}/modal-frame-axioms/index.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/modal-frame-axioms/index.js +0 -0
- /package/dist/{profiles → logic/profiles}/modal-frame-axioms/systems.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/modal-frame-axioms/systems.js +0 -0
- /package/dist/{profiles → logic/profiles}/modal-frame-axioms/tableau.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/modal-frame-axioms/tableau.js +0 -0
- /package/dist/{profiles → logic/profiles}/modal-frame-axioms/types.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/modal-frame-axioms/types.js +0 -0
- /package/dist/{profiles → logic/profiles}/mu-calculus/check.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/mu-calculus/check.js +0 -0
- /package/dist/{profiles → logic/profiles}/mu-calculus/ctl-translate.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/mu-calculus/ctl-translate.js +0 -0
- /package/dist/{profiles → logic/profiles}/mu-calculus/index.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/mu-calculus/index.js +0 -0
- /package/dist/{profiles → logic/profiles}/mu-calculus/types.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/mu-calculus/types.js +0 -0
- /package/dist/{profiles → logic/profiles}/mu-calculus/wellformed.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/mu-calculus/wellformed.js +0 -0
- /package/dist/{profiles → logic/profiles}/paraconsistent/belnap.js +0 -0
- /package/dist/{profiles → logic/profiles}/probabilistic/basic.js +0 -0
- /package/dist/{profiles → logic/profiles}/sequent-g3/index.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/sequent-g3/index.js +0 -0
- /package/dist/{profiles → logic/profiles}/sequent-g3/latex.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/sequent-g3/latex.js +0 -0
- /package/dist/{profiles → logic/profiles}/sequent-g3/normalize.js +0 -0
- /package/dist/{profiles → logic/profiles}/sequent-g3/prover.js +0 -0
- /package/dist/{profiles → logic/profiles}/sequent-g3/types.js +0 -0
- /package/dist/{profiles → logic/profiles}/sequent-lk/cut-elimination.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/sequent-lk/cut-elimination.js +0 -0
- /package/dist/{profiles → logic/profiles}/sequent-lk/index.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/sequent-lk/index.js +0 -0
- /package/dist/{profiles → logic/profiles}/sequent-lk/prover.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/sequent-lk/prover.js +0 -0
- /package/dist/{profiles → logic/profiles}/sequent-lk/types.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/sequent-lk/types.js +0 -0
- /package/dist/{profiles → logic/profiles}/sequent-lk/util.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/sequent-lk/util.js +0 -0
- /package/dist/{profiles → logic/profiles}/substructural/index.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/substructural/index.js +0 -0
- /package/dist/{profiles → logic/profiles}/substructural/prover.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/substructural/prover.js +0 -0
- /package/dist/{profiles → logic/profiles}/substructural/types.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/substructural/types.js +0 -0
- /package/dist/{profiles → logic/profiles}/temporal/ltl.js +0 -0
- /package/dist/{fol-prover → proof-systems/fol-prover}/cnf.js +0 -0
- /package/dist/{fol-prover → proof-systems/fol-prover}/index.d.ts +0 -0
- /package/dist/{fol-prover → proof-systems/fol-prover}/index.js +0 -0
- /package/dist/{fol-prover → proof-systems/fol-prover}/prove.js +0 -0
- /package/dist/{fol-prover → proof-systems/fol-prover}/resolve.d.ts +0 -0
- /package/dist/{fol-prover → proof-systems/fol-prover}/resolve.js +0 -0
- /package/dist/{fol-prover → proof-systems/fol-prover}/types.d.ts +0 -0
- /package/dist/{fol-prover → proof-systems/fol-prover}/types.js +0 -0
- /package/dist/{fol-prover → proof-systems/fol-prover}/unify.d.ts +0 -0
- /package/dist/{fol-prover → proof-systems/fol-prover}/unify.js +0 -0
- /package/dist/{fol-prover-equality → proof-systems/fol-prover-equality}/demodulate.d.ts +0 -0
- /package/dist/{fol-prover-equality → proof-systems/fol-prover-equality}/demodulate.js +0 -0
- /package/dist/{fol-prover-equality → proof-systems/fol-prover-equality}/index.d.ts +0 -0
- /package/dist/{fol-prover-equality → proof-systems/fol-prover-equality}/index.js +0 -0
- /package/dist/{fol-prover-equality → proof-systems/fol-prover-equality}/paramodulate.d.ts +0 -0
- /package/dist/{fol-prover-equality → proof-systems/fol-prover-equality}/paramodulate.js +0 -0
- /package/dist/{fol-prover-equality → proof-systems/fol-prover-equality}/prove.js +0 -0
- /package/dist/{fol-prover-equality → proof-systems/fol-prover-equality}/term-utils.d.ts +0 -0
- /package/dist/{fol-prover-equality → proof-systems/fol-prover-equality}/term-utils.js +0 -0
- /package/dist/{fol-prover-equality → proof-systems/fol-prover-equality}/types.d.ts +0 -0
- /package/dist/{fol-prover-equality → proof-systems/fol-prover-equality}/types.js +0 -0
- /package/dist/{higher-order-unify → proof-systems/higher-order-unify}/index.d.ts +0 -0
- /package/dist/{higher-order-unify → proof-systems/higher-order-unify}/index.js +0 -0
- /package/dist/{higher-order-unify → proof-systems/higher-order-unify}/normalize.d.ts +0 -0
- /package/dist/{higher-order-unify → proof-systems/higher-order-unify}/normalize.js +0 -0
- /package/dist/{higher-order-unify → proof-systems/higher-order-unify}/pattern.d.ts +0 -0
- /package/dist/{higher-order-unify → proof-systems/higher-order-unify}/pattern.js +0 -0
- /package/dist/{higher-order-unify → proof-systems/higher-order-unify}/types.d.ts +0 -0
- /package/dist/{higher-order-unify → proof-systems/higher-order-unify}/types.js +0 -0
- /package/dist/{higher-order-unify → proof-systems/higher-order-unify}/unify.d.ts +0 -0
- /package/dist/{higher-order-unify → proof-systems/higher-order-unify}/unify.js +0 -0
- /package/dist/{proof-exchange → proof-systems/proof-exchange}/index.js +0 -0
- /package/dist/{runtime → proof-systems}/proof-minify/index.d.ts +0 -0
- /package/dist/{runtime → proof-systems}/proof-minify/index.js +0 -0
- /package/dist/{runtime → proof-systems}/proof-minify/minify.d.ts +0 -0
- /package/dist/{runtime → proof-systems}/proof-minify/minify.js +0 -0
- /package/dist/{runtime → proof-systems}/proof-minify/types.d.ts +0 -0
- /package/dist/{runtime → proof-systems}/proof-minify/types.js +0 -0
- /package/dist/{proof-nets → proof-systems/proof-nets}/construct.d.ts +0 -0
- /package/dist/{proof-nets → proof-systems/proof-nets}/construct.js +0 -0
- /package/dist/{proof-nets → proof-systems/proof-nets}/correctness.d.ts +0 -0
- /package/dist/{proof-nets → proof-systems/proof-nets}/correctness.js +0 -0
- /package/dist/{proof-nets → proof-systems/proof-nets}/cut-elim.d.ts +0 -0
- /package/dist/{proof-nets → proof-systems/proof-nets}/cut-elim.js +0 -0
- /package/dist/{proof-nets → proof-systems/proof-nets}/index.d.ts +0 -0
- /package/dist/{proof-nets → proof-systems/proof-nets}/index.js +0 -0
- /package/dist/{proof-nets → proof-systems/proof-nets}/types.d.ts +0 -0
- /package/dist/{proof-nets → proof-systems/proof-nets}/types.js +0 -0
- /package/dist/{tableau-framework → proof-systems/tableau-framework}/TableauProver.d.ts +0 -0
- /package/dist/{tableau-framework → proof-systems/tableau-framework}/TableauProver.js +0 -0
- /package/dist/{tableau-framework → proof-systems/tableau-framework}/index.d.ts +0 -0
- /package/dist/{tableau-framework → proof-systems/tableau-framework}/index.js +0 -0
- /package/dist/{tableau-framework → proof-systems/tableau-framework}/propositional.d.ts +0 -0
- /package/dist/{tableau-framework → proof-systems/tableau-framework}/propositional.js +0 -0
- /package/dist/{tableau-framework → proof-systems/tableau-framework}/types.d.ts +0 -0
- /package/dist/{tableau-framework → proof-systems/tableau-framework}/types.js +0 -0
- /package/dist/{runtime → reasoning}/abduction/entails.d.ts +0 -0
- /package/dist/{runtime → reasoning}/abduction/entails.js +0 -0
- /package/dist/{runtime → reasoning}/abduction/find.d.ts +0 -0
- /package/dist/{runtime → reasoning}/abduction/find.js +0 -0
- /package/dist/{runtime → reasoning}/abduction/index.d.ts +0 -0
- /package/dist/{runtime → reasoning}/abduction/index.js +0 -0
- /package/dist/{runtime → reasoning}/abduction/types.d.ts +0 -0
- /package/dist/{runtime → reasoning}/abduction/types.js +0 -0
- /package/dist/{argumentation → reasoning/argumentation}/dot.d.ts +0 -0
- /package/dist/{argumentation → reasoning/argumentation}/dot.js +0 -0
- /package/dist/{argumentation → reasoning/argumentation}/extensions.d.ts +0 -0
- /package/dist/{argumentation → reasoning/argumentation}/extensions.js +0 -0
- /package/dist/{argumentation → reasoning/argumentation}/framework.d.ts +0 -0
- /package/dist/{argumentation → reasoning/argumentation}/framework.js +0 -0
- /package/dist/{argumentation → reasoning/argumentation}/index.d.ts +0 -0
- /package/dist/{argumentation → reasoning/argumentation}/index.js +0 -0
- /package/dist/{argumentation → reasoning/argumentation}/types.d.ts +0 -0
- /package/dist/{argumentation → reasoning/argumentation}/types.js +0 -0
- /package/dist/{runtime → reasoning}/bayesian/factor.d.ts +0 -0
- /package/dist/{runtime → reasoning}/bayesian/factor.js +0 -0
- /package/dist/{runtime → reasoning}/bayesian/index.d.ts +0 -0
- /package/dist/{runtime → reasoning}/bayesian/index.js +0 -0
- /package/dist/{runtime → reasoning}/bayesian/inference.d.ts +0 -0
- /package/dist/{runtime → reasoning}/bayesian/inference.js +0 -0
- /package/dist/{runtime → reasoning}/bayesian/types.d.ts +0 -0
- /package/dist/{runtime → reasoning}/bayesian/types.js +0 -0
- /package/dist/{belief-revision → reasoning/belief-revision}/agm.d.ts +0 -0
- /package/dist/{belief-revision → reasoning/belief-revision}/agm.js +0 -0
- /package/dist/{belief-revision → reasoning/belief-revision}/index.d.ts +0 -0
- /package/dist/{belief-revision → reasoning/belief-revision}/index.js +0 -0
- /package/dist/{belief-revision → reasoning/belief-revision}/parser.d.ts +0 -0
- /package/dist/{belief-revision → reasoning/belief-revision}/parser.js +0 -0
- /package/dist/{belief-revision → reasoning/belief-revision}/sat.d.ts +0 -0
- /package/dist/{belief-revision → reasoning/belief-revision}/sat.js +0 -0
- /package/dist/{belief-revision → reasoning/belief-revision}/types.d.ts +0 -0
- /package/dist/{belief-revision → reasoning/belief-revision}/types.js +0 -0
- /package/dist/{citation-reasoning → reasoning/citation-reasoning}/derive.d.ts +0 -0
- /package/dist/{citation-reasoning → reasoning/citation-reasoning}/derive.js +0 -0
- /package/dist/{citation-reasoning → reasoning/citation-reasoning}/index.d.ts +0 -0
- /package/dist/{citation-reasoning → reasoning/citation-reasoning}/index.js +0 -0
- /package/dist/{citation-reasoning → reasoning/citation-reasoning}/types.d.ts +0 -0
- /package/dist/{citation-reasoning → reasoning/citation-reasoning}/types.js +0 -0
- /package/dist/{constructive-reals → reasoning/constructive-reals}/index.d.ts +0 -0
- /package/dist/{constructive-reals → reasoning/constructive-reals}/index.js +0 -0
- /package/dist/{runtime → reasoning}/fca/context.d.ts +0 -0
- /package/dist/{runtime → reasoning}/fca/context.js +0 -0
- /package/dist/{runtime → reasoning}/fca/implications.d.ts +0 -0
- /package/dist/{runtime → reasoning}/fca/implications.js +0 -0
- /package/dist/{runtime → reasoning}/fca/index.d.ts +0 -0
- /package/dist/{runtime → reasoning}/fca/index.js +0 -0
- /package/dist/{runtime → reasoning}/fca/lattice.d.ts +0 -0
- /package/dist/{runtime → reasoning}/fca/lattice.js +0 -0
- /package/dist/{runtime → reasoning}/fca/next-closure.d.ts +0 -0
- /package/dist/{runtime → reasoning}/fca/next-closure.js +0 -0
- /package/dist/{runtime → reasoning}/fca/types.d.ts +0 -0
- /package/dist/{runtime → reasoning}/fca/types.js +0 -0
- /package/dist/{game-theory → reasoning/game-theory}/common-games.d.ts +0 -0
- /package/dist/{game-theory → reasoning/game-theory}/common-games.js +0 -0
- /package/dist/{game-theory → reasoning/game-theory}/dominance.d.ts +0 -0
- /package/dist/{game-theory → reasoning/game-theory}/dominance.js +0 -0
- /package/dist/{game-theory → reasoning/game-theory}/index.d.ts +0 -0
- /package/dist/{game-theory → reasoning/game-theory}/index.js +0 -0
- /package/dist/{game-theory → reasoning/game-theory}/lemke-howson.d.ts +0 -0
- /package/dist/{game-theory → reasoning/game-theory}/lemke-howson.js +0 -0
- /package/dist/{game-theory → reasoning/game-theory}/linalg.d.ts +0 -0
- /package/dist/{game-theory → reasoning/game-theory}/linalg.js +0 -0
- /package/dist/{game-theory → reasoning/game-theory}/pure-nash.d.ts +0 -0
- /package/dist/{game-theory → reasoning/game-theory}/pure-nash.js +0 -0
- /package/dist/{game-theory → reasoning/game-theory}/support-enumeration.d.ts +0 -0
- /package/dist/{game-theory → reasoning/game-theory}/support-enumeration.js +0 -0
- /package/dist/{game-theory → reasoning/game-theory}/types.d.ts +0 -0
- /package/dist/{game-theory → reasoning/game-theory}/types.js +0 -0
- /package/dist/{hyperreal → reasoning/hyperreal}/index.d.ts +0 -0
- /package/dist/{hyperreal → reasoning/hyperreal}/index.js +0 -0
- /package/dist/{information-theory → reasoning/information-theory}/index.d.ts +0 -0
- /package/dist/{information-theory → reasoning/information-theory}/index.js +0 -0
- /package/dist/{runtime → reasoning}/markov-logic/grounding.d.ts +0 -0
- /package/dist/{runtime → reasoning}/markov-logic/grounding.js +0 -0
- /package/dist/{runtime → reasoning}/markov-logic/index.d.ts +0 -0
- /package/dist/{runtime → reasoning}/markov-logic/index.js +0 -0
- /package/dist/{runtime → reasoning}/markov-logic/inference.d.ts +0 -0
- /package/dist/{runtime → reasoning}/markov-logic/inference.js +0 -0
- /package/dist/{runtime → reasoning}/markov-logic/parser.d.ts +0 -0
- /package/dist/{runtime → reasoning}/markov-logic/parser.js +0 -0
- /package/dist/{runtime → reasoning}/markov-logic/types.d.ts +0 -0
- /package/dist/{runtime → reasoning}/markov-logic/types.js +0 -0
- /package/dist/{optimization → reasoning/optimization}/branch-and-bound.d.ts +0 -0
- /package/dist/{optimization → reasoning/optimization}/branch-and-bound.js +0 -0
- /package/dist/{optimization → reasoning/optimization}/index.d.ts +0 -0
- /package/dist/{optimization → reasoning/optimization}/index.js +0 -0
- /package/dist/{optimization → reasoning/optimization}/simplex.d.ts +0 -0
- /package/dist/{optimization → reasoning/optimization}/simplex.js +0 -0
- /package/dist/{optimization → reasoning/optimization}/standard-form.d.ts +0 -0
- /package/dist/{optimization → reasoning/optimization}/standard-form.js +0 -0
- /package/dist/{optimization → reasoning/optimization}/types.d.ts +0 -0
- /package/dist/{optimization → reasoning/optimization}/types.js +0 -0
- /package/dist/{runtime → reasoning}/planning/astar.d.ts +0 -0
- /package/dist/{runtime → reasoning}/planning/astar.js +0 -0
- /package/dist/{runtime → reasoning}/planning/bfs.d.ts +0 -0
- /package/dist/{runtime → reasoning}/planning/bfs.js +0 -0
- /package/dist/{runtime → reasoning}/planning/ground.d.ts +0 -0
- /package/dist/{runtime → reasoning}/planning/ground.js +0 -0
- /package/dist/{runtime → reasoning}/planning/heuristic.d.ts +0 -0
- /package/dist/{runtime → reasoning}/planning/heuristic.js +0 -0
- /package/dist/{runtime → reasoning}/planning/index.d.ts +0 -0
- /package/dist/{runtime → reasoning}/planning/index.js +0 -0
- /package/dist/{runtime → reasoning}/planning/types.d.ts +0 -0
- /package/dist/{runtime → reasoning}/planning/types.js +0 -0
- /package/dist/{bdd → runtime/bdd}/index.d.ts +0 -0
- /package/dist/{bdd → runtime/bdd}/index.js +0 -0
- /package/dist/{bdd → runtime/bdd}/manager.d.ts +0 -0
- /package/dist/{bdd → runtime/bdd}/manager.js +0 -0
- /package/dist/{bdd → runtime/bdd}/types.d.ts +0 -0
- /package/dist/{bdd → runtime/bdd}/types.js +0 -0
- /package/dist/{coinduction → semantics/coinduction}/index.d.ts +0 -0
- /package/dist/{coinduction → semantics/coinduction}/index.js +0 -0
- /package/dist/{game-semantics → semantics/game-semantics}/index.d.ts +0 -0
- /package/dist/{game-semantics → semantics/game-semantics}/index.js +0 -0
- /package/dist/{game-semantics → semantics/game-semantics}/strategy.d.ts +0 -0
- /package/dist/{game-semantics → semantics/game-semantics}/types.d.ts +0 -0
- /package/dist/{game-semantics → semantics/game-semantics}/types.js +0 -0
- /package/dist/{text-layer → semantics/text-layer}/compiler.js +0 -0
- /package/dist/{text-layer → semantics/text-layer}/v2/claim-graph.d.ts +0 -0
- /package/dist/{text-layer → semantics/text-layer}/v2/claim-graph.js +0 -0
- /package/dist/{text-layer → semantics/text-layer}/v2/index.d.ts +0 -0
- /package/dist/{text-layer → semantics/text-layer}/v2/index.js +0 -0
- /package/dist/{text-layer → semantics/text-layer}/v2/mdx-bridge/diff.d.ts +0 -0
- /package/dist/{text-layer → semantics/text-layer}/v2/mdx-bridge/diff.js +0 -0
- /package/dist/{text-layer → semantics/text-layer}/v2/mdx-bridge/index.d.ts +0 -0
- /package/dist/{text-layer → semantics/text-layer}/v2/mdx-bridge/index.js +0 -0
- /package/dist/{text-layer → semantics/text-layer}/v2/mdx-bridge/parser.d.ts +0 -0
- /package/dist/{text-layer → semantics/text-layer}/v2/mdx-bridge/parser.js +0 -0
- /package/dist/{text-layer → semantics/text-layer}/v2/mdx-bridge/serializer.d.ts +0 -0
- /package/dist/{text-layer → semantics/text-layer}/v2/mdx-bridge/serializer.js +0 -0
- /package/dist/{text-layer → semantics/text-layer}/v2/mdx-bridge/types.d.ts +0 -0
- /package/dist/{text-layer → semantics/text-layer}/v2/mdx-bridge/types.js +0 -0
- /package/dist/{text-layer → semantics/text-layer}/v2/types.d.ts +0 -0
- /package/dist/{text-layer → semantics/text-layer}/v2/types.js +0 -0
- /package/dist/{runtime → solver}/csp/ac3.d.ts +0 -0
- /package/dist/{runtime → solver}/csp/ac3.js +0 -0
- /package/dist/{runtime → solver}/csp/backtrack.d.ts +0 -0
- /package/dist/{runtime → solver}/csp/backtrack.js +0 -0
- /package/dist/{runtime → solver}/csp/builtins.d.ts +0 -0
- /package/dist/{runtime → solver}/csp/builtins.js +0 -0
- /package/dist/{runtime → solver}/csp/index.d.ts +0 -0
- /package/dist/{runtime → solver}/csp/index.js +0 -0
- /package/dist/{runtime → solver}/csp/types.d.ts +0 -0
- /package/dist/{runtime → solver}/csp/types.js +0 -0
- /package/dist/{runtime → solver}/mus/extract.d.ts +0 -0
- /package/dist/{runtime → solver}/mus/extract.js +0 -0
- /package/dist/{runtime → solver}/mus/index.d.ts +0 -0
- /package/dist/{runtime → solver}/mus/index.js +0 -0
- /package/dist/{runtime → solver}/mus/quickxplain.d.ts +0 -0
- /package/dist/{runtime → solver}/mus/quickxplain.js +0 -0
- /package/dist/{runtime → solver}/mus/types.d.ts +0 -0
- /package/dist/{runtime → solver}/mus/types.js +0 -0
- /package/dist/{runtime → solver}/smt/index.d.ts +0 -0
- /package/dist/{runtime → solver}/smt/index.js +0 -0
- /package/dist/{runtime → solver}/smt/mock-backend.d.ts +0 -0
- /package/dist/{runtime → solver}/smt/mock-backend.js +0 -0
- /package/dist/{runtime → solver}/smt/serializer.d.ts +0 -0
- /package/dist/{runtime → solver}/smt/serializer.js +0 -0
- /package/dist/{runtime → solver}/smt/subprocess-backend.d.ts +0 -0
- /package/dist/{runtime → solver}/smt/subprocess-backend.js +0 -0
- /package/dist/{runtime → solver}/smt/types.d.ts +0 -0
- /package/dist/{runtime → solver}/smt/types.js +0 -0
- /package/dist/{smt-lib → solver/smt-lib}/ast.d.ts +0 -0
- /package/dist/{smt-lib → solver/smt-lib}/ast.js +0 -0
- /package/dist/{smt-lib → solver/smt-lib}/emitter.d.ts +0 -0
- /package/dist/{smt-lib → solver/smt-lib}/emitter.js +0 -0
- /package/dist/{smt-lib → solver/smt-lib}/index.d.ts +0 -0
- /package/dist/{smt-lib → solver/smt-lib}/index.js +0 -0
- /package/dist/{smt-lib → solver/smt-lib}/parser.d.ts +0 -0
- /package/dist/{smt-lib → solver/smt-lib}/parser.js +0 -0
- /package/dist/{smt-lib → solver/smt-lib}/tokenizer.d.ts +0 -0
- /package/dist/{smt-lib → solver/smt-lib}/tokenizer.js +0 -0
- /package/dist/tests/{ctl → logic/ctl}/check.test.d.ts +0 -0
- /package/dist/tests/{default-logic → logic/default-logic}/extensions.test.d.ts +0 -0
- /package/dist/tests/{description-logic → logic/description-logic}/alc.test.d.ts +0 -0
- /package/dist/tests/{hybrid-logic → logic/hybrid-logic}/semantics.test.d.ts +0 -0
- /package/dist/tests/{intuitionistic-nj → logic/intuitionistic-nj}/nj.test.d.ts +0 -0
- /package/dist/tests/{ltl-sat → logic/ltl-sat}/sat.test.d.ts +0 -0
- /package/dist/tests/{many-valued → logic/many-valued}/many-valued.test.d.ts +0 -0
- /package/dist/tests/{modal-frame-axioms → logic/modal-frame-axioms}/frame-axioms.test.d.ts +0 -0
- /package/dist/tests/{mu-calculus → logic/mu-calculus}/check.test.d.ts +0 -0
- /package/dist/tests/{profile-bridge → logic/profile-bridge}/translations.test.d.ts +0 -0
- /package/dist/tests/{profiles.test.d.ts → logic/profiles.test.d.ts} +0 -0
- /package/dist/tests/{sequent-g3 → logic/sequent-g3}/prover.test.d.ts +0 -0
- /package/dist/tests/{sequent-lk → logic/sequent-lk}/prover.test.d.ts +0 -0
- /package/dist/tests/{substructural → logic/substructural}/prover.test.d.ts +0 -0
- /package/dist/tests/{fol-prover → proof-systems/fol-prover}/cnf.test.d.ts +0 -0
- /package/dist/tests/{fol-prover → proof-systems/fol-prover}/prove.test.d.ts +0 -0
- /package/dist/tests/{fol-prover → proof-systems/fol-prover}/unify.test.d.ts +0 -0
- /package/dist/tests/{fol-prover-equality → proof-systems/fol-prover-equality}/prove.test.d.ts +0 -0
- /package/dist/tests/{higher-order-unify → proof-systems/higher-order-unify}/ho-unify.test.d.ts +0 -0
- /package/dist/tests/{proof-exchange → proof-systems/proof-exchange}/proof-exchange.test.d.ts +0 -0
- /package/dist/tests/{proof-minify → proof-systems/proof-minify}/minify.test.d.ts +0 -0
- /package/dist/tests/{proof-nets → proof-systems/proof-nets}/proof-nets.test.d.ts +0 -0
- /package/dist/tests/{tableau-framework → proof-systems/tableau-framework}/tableau.test.d.ts +0 -0
- /package/dist/tests/{abduction → reasoning/abduction}/abduction.test.d.ts +0 -0
- /package/dist/tests/{argumentation → reasoning/argumentation}/dung.test.d.ts +0 -0
- /package/dist/tests/{bayesian → reasoning/bayesian}/bayesian.test.d.ts +0 -0
- /package/dist/tests/{belief-revision → reasoning/belief-revision}/agm.test.d.ts +0 -0
- /package/dist/tests/{citation-reasoning → reasoning/citation-reasoning}/citation-reasoning.test.d.ts +0 -0
- /package/dist/tests/{constructive-reals → reasoning/constructive-reals}/constructive-reals.test.d.ts +0 -0
- /package/dist/tests/{fca → reasoning/fca}/fca.test.d.ts +0 -0
- /package/dist/tests/{game-theory → reasoning/game-theory}/game-theory.test.d.ts +0 -0
- /package/dist/tests/{hyperreal → reasoning/hyperreal}/hyperreal.test.d.ts +0 -0
- /package/dist/tests/{information-theory → reasoning/information-theory}/information-theory.test.d.ts +0 -0
- /package/dist/tests/{markov-logic → reasoning/markov-logic}/markov-logic.test.d.ts +0 -0
- /package/dist/tests/{optimization → reasoning/optimization}/ilp.test.d.ts +0 -0
- /package/dist/tests/{optimization → reasoning/optimization}/lp.test.d.ts +0 -0
- /package/dist/tests/{planning → reasoning/planning}/planning.test.d.ts +0 -0
- /package/dist/tests/{bdd → runtime/bdd}/manager.test.d.ts +0 -0
- /package/dist/tests/{coinduction → semantics/coinduction}/coinduction.test.d.ts +0 -0
- /package/dist/tests/{game-semantics → semantics/game-semantics}/game-semantics.test.d.ts +0 -0
- /package/dist/tests/{text-layer-v2 → semantics/text-layer-v2}/claim-graph.test.d.ts +0 -0
- /package/dist/tests/{text-layer-v2 → semantics/text-layer-v2}/mdx-bridge/mdx-bridge.test.d.ts +0 -0
- /package/dist/tests/{csp → solver/csp}/csp.test.d.ts +0 -0
- /package/dist/tests/{mus → solver/mus}/extract.test.d.ts +0 -0
- /package/dist/tests/{sat-v2 → solver/sat-v2}/clause-learning.test.d.ts +0 -0
- /package/dist/tests/{sat-v2 → solver/sat-v2}/lbd.test.d.ts +0 -0
- /package/dist/tests/{sat-v2 → solver/sat-v2}/luby.test.d.ts +0 -0
- /package/dist/tests/{sat-v2 → solver/sat-v2}/phase-saving.test.d.ts +0 -0
- /package/dist/tests/{sat-v2 → solver/sat-v2}/solver-end-to-end.test.d.ts +0 -0
- /package/dist/tests/{sat-v2 → solver/sat-v2}/vsids.test.d.ts +0 -0
- /package/dist/tests/{sat-v2-incremental → solver/sat-v2-incremental}/basic.test.d.ts +0 -0
- /package/dist/tests/{smt → solver/smt}/mock-backend.test.d.ts +0 -0
- /package/dist/tests/{smt → solver/smt}/serializer.test.d.ts +0 -0
- /package/dist/tests/{smt → solver/smt}/subprocess-backend.test.d.ts +0 -0
- /package/dist/tests/{smt-lib → solver/smt-lib}/emitter.test.d.ts +0 -0
- /package/dist/tests/{smt-lib → solver/smt-lib}/parser.test.d.ts +0 -0
- /package/dist/tests/{smt-lib → solver/smt-lib}/tokenizer.test.d.ts +0 -0
- /package/dist/tests/{educational → tooling/educational}/checker.test.d.ts +0 -0
- /package/dist/tests/{educational → tooling/educational}/generator.test.d.ts +0 -0
- /package/dist/tests/{exporters → tooling/exporters}/coq/coq-exporter.test.d.ts +0 -0
- /package/dist/tests/{lsp → tooling/lsp}/server.test.d.ts +0 -0
- /package/dist/tests/{plugin-system → tooling/plugin-system}/demo-min-logic.test.d.ts +0 -0
- /package/dist/tests/{plugin-system → tooling/plugin-system}/registry.test.d.ts +0 -0
- /package/dist/tests/{plugin-system → tooling/plugin-system}/validate.test.d.ts +0 -0
- /package/dist/tests/{time-travel → tooling/time-travel}/snapshot.test.d.ts +0 -0
- /package/dist/tests/{time-travel → tooling/time-travel}/store.test.d.ts +0 -0
- /package/dist/tests/{combinators-ski → type-theory/combinators-ski}/combinators-ski.test.d.ts +0 -0
- /package/dist/tests/{curry-howard → type-theory/curry-howard}/infer.test.d.ts +0 -0
- /package/dist/tests/{curry-howard → type-theory/curry-howard}/proof.test.d.ts +0 -0
- /package/dist/tests/{curry-howard → type-theory/curry-howard}/reduce.test.d.ts +0 -0
- /package/dist/tests/{hol → type-theory/hol}/hol.test.d.ts +0 -0
- /package/dist/tests/{lambda-calc → type-theory/lambda-calc}/lambda-calc.test.d.ts +0 -0
- /package/dist/tests/{mltt → type-theory/mltt}/mltt.test.d.ts +0 -0
- /package/dist/tests/{nbe → type-theory/nbe}/nbe.test.d.ts +0 -0
- /package/dist/tests/{refinement-types → type-theory/refinement-types}/refinement-types.test.d.ts +0 -0
- /package/dist/tests/{system-f → type-theory/system-f}/system-f.test.d.ts +0 -0
- /package/dist/{educational → tooling/educational}/checker.d.ts +0 -0
- /package/dist/{educational → tooling/educational}/generator.d.ts +0 -0
- /package/dist/{educational → tooling/educational}/generator.js +0 -0
- /package/dist/{educational → tooling/educational}/index.d.ts +0 -0
- /package/dist/{educational → tooling/educational}/index.js +0 -0
- /package/dist/{educational → tooling/educational}/normalize.d.ts +0 -0
- /package/dist/{educational → tooling/educational}/normalize.js +0 -0
- /package/dist/{educational → tooling/educational}/rng.d.ts +0 -0
- /package/dist/{educational → tooling/educational}/rng.js +0 -0
- /package/dist/{educational → tooling/educational}/templates.d.ts +0 -0
- /package/dist/{educational → tooling/educational}/templates.js +0 -0
- /package/dist/{educational → tooling/educational}/types.d.ts +0 -0
- /package/dist/{educational → tooling/educational}/types.js +0 -0
- /package/dist/{exporters → tooling/exporters}/coq/index.js +0 -0
- /package/dist/{lsp → tooling/lsp}/index.d.ts +0 -0
- /package/dist/{lsp → tooling/lsp}/index.js +0 -0
- /package/dist/{lsp → tooling/lsp}/protocol.d.ts +0 -0
- /package/dist/{lsp → tooling/lsp}/protocol.js +0 -0
- /package/dist/{lsp → tooling/lsp}/server.d.ts +0 -0
- /package/dist/{lsp → tooling/lsp}/types.d.ts +0 -0
- /package/dist/{lsp → tooling/lsp}/types.js +0 -0
- /package/dist/{plugin-system → tooling/plugin-system}/demo-min-logic.d.ts +0 -0
- /package/dist/{plugin-system → tooling/plugin-system}/demo-min-logic.js +0 -0
- /package/dist/{plugin-system → tooling/plugin-system}/errors.d.ts +0 -0
- /package/dist/{plugin-system → tooling/plugin-system}/errors.js +0 -0
- /package/dist/{plugin-system → tooling/plugin-system}/index.d.ts +0 -0
- /package/dist/{plugin-system → tooling/plugin-system}/index.js +0 -0
- /package/dist/{plugin-system → tooling/plugin-system}/registry.d.ts +0 -0
- /package/dist/{plugin-system → tooling/plugin-system}/registry.js +0 -0
- /package/dist/{plugin-system → tooling/plugin-system}/types.js +0 -0
- /package/dist/{plugin-system → tooling/plugin-system}/validate.d.ts +0 -0
- /package/dist/{plugin-system → tooling/plugin-system}/validate.js +0 -0
- /package/dist/{time-travel → tooling/time-travel}/index.d.ts +0 -0
- /package/dist/{time-travel → tooling/time-travel}/index.js +0 -0
- /package/dist/{time-travel → tooling/time-travel}/snapshot.d.ts +0 -0
- /package/dist/{time-travel → tooling/time-travel}/snapshot.js +0 -0
- /package/dist/{time-travel → tooling/time-travel}/store.d.ts +0 -0
- /package/dist/{time-travel → tooling/time-travel}/store.js +0 -0
- /package/dist/{time-travel → tooling/time-travel}/types.d.ts +0 -0
- /package/dist/{time-travel → tooling/time-travel}/types.js +0 -0
- /package/dist/{combinators-ski → type-theory/combinators-ski}/abstract.d.ts +0 -0
- /package/dist/{combinators-ski → type-theory/combinators-ski}/abstract.js +0 -0
- /package/dist/{combinators-ski → type-theory/combinators-ski}/index.d.ts +0 -0
- /package/dist/{combinators-ski → type-theory/combinators-ski}/index.js +0 -0
- /package/dist/{combinators-ski → type-theory/combinators-ski}/reduce.d.ts +0 -0
- /package/dist/{combinators-ski → type-theory/combinators-ski}/reduce.js +0 -0
- /package/dist/{combinators-ski → type-theory/combinators-ski}/types.d.ts +0 -0
- /package/dist/{combinators-ski → type-theory/combinators-ski}/types.js +0 -0
- /package/dist/{curry-howard → type-theory/curry-howard}/index.d.ts +0 -0
- /package/dist/{curry-howard → type-theory/curry-howard}/index.js +0 -0
- /package/dist/{curry-howard → type-theory/curry-howard}/infer.d.ts +0 -0
- /package/dist/{curry-howard → type-theory/curry-howard}/infer.js +0 -0
- /package/dist/{curry-howard → type-theory/curry-howard}/proof.d.ts +0 -0
- /package/dist/{curry-howard → type-theory/curry-howard}/proof.js +0 -0
- /package/dist/{curry-howard → type-theory/curry-howard}/reduce.d.ts +0 -0
- /package/dist/{curry-howard → type-theory/curry-howard}/reduce.js +0 -0
- /package/dist/{curry-howard → type-theory/curry-howard}/types.d.ts +0 -0
- /package/dist/{curry-howard → type-theory/curry-howard}/types.js +0 -0
- /package/dist/{profiles → type-theory}/hol/connectives.d.ts +0 -0
- /package/dist/{profiles → type-theory}/hol/connectives.js +0 -0
- /package/dist/{profiles → type-theory}/hol/index.d.ts +0 -0
- /package/dist/{profiles → type-theory}/hol/index.js +0 -0
- /package/dist/{profiles → type-theory}/hol/rules.d.ts +0 -0
- /package/dist/{profiles → type-theory}/hol/rules.js +0 -0
- /package/dist/{profiles → type-theory}/hol/term.d.ts +0 -0
- /package/dist/{profiles → type-theory}/hol/term.js +0 -0
- /package/dist/{profiles → type-theory}/hol/type-system.d.ts +0 -0
- /package/dist/{profiles → type-theory}/hol/type-system.js +0 -0
- /package/dist/{profiles → type-theory}/hol/types.d.ts +0 -0
- /package/dist/{profiles → type-theory}/hol/types.js +0 -0
- /package/dist/{lambda-calc → type-theory/lambda-calc}/church.d.ts +0 -0
- /package/dist/{lambda-calc → type-theory/lambda-calc}/church.js +0 -0
- /package/dist/{lambda-calc → type-theory/lambda-calc}/combinators.d.ts +0 -0
- /package/dist/{lambda-calc → type-theory/lambda-calc}/combinators.js +0 -0
- /package/dist/{lambda-calc → type-theory/lambda-calc}/index.d.ts +0 -0
- /package/dist/{lambda-calc → type-theory/lambda-calc}/index.js +0 -0
- /package/dist/{lambda-calc → type-theory/lambda-calc}/reduce.d.ts +0 -0
- /package/dist/{lambda-calc → type-theory/lambda-calc}/reduce.js +0 -0
- /package/dist/{lambda-calc → type-theory/lambda-calc}/substitution.d.ts +0 -0
- /package/dist/{lambda-calc → type-theory/lambda-calc}/substitution.js +0 -0
- /package/dist/{lambda-calc → type-theory/lambda-calc}/types.d.ts +0 -0
- /package/dist/{lambda-calc → type-theory/lambda-calc}/types.js +0 -0
- /package/dist/{mltt → type-theory/mltt}/equality.d.ts +0 -0
- /package/dist/{mltt → type-theory/mltt}/equality.js +0 -0
- /package/dist/{mltt → type-theory/mltt}/index.d.ts +0 -0
- /package/dist/{mltt → type-theory/mltt}/index.js +0 -0
- /package/dist/{mltt → type-theory/mltt}/infer.d.ts +0 -0
- /package/dist/{mltt → type-theory/mltt}/infer.js +0 -0
- /package/dist/{mltt → type-theory/mltt}/normalize.d.ts +0 -0
- /package/dist/{mltt → type-theory/mltt}/normalize.js +0 -0
- /package/dist/{mltt → type-theory/mltt}/substitute.d.ts +0 -0
- /package/dist/{mltt → type-theory/mltt}/substitute.js +0 -0
- /package/dist/{mltt → type-theory/mltt}/types.d.ts +0 -0
- /package/dist/{mltt → type-theory/mltt}/types.js +0 -0
- /package/dist/{nbe → type-theory/nbe}/index.d.ts +0 -0
- /package/dist/{nbe → type-theory/nbe}/index.js +0 -0
- /package/dist/{nbe → type-theory/nbe}/nbe.d.ts +0 -0
- /package/dist/{nbe → type-theory/nbe}/nbe.js +0 -0
- /package/dist/{nbe → type-theory/nbe}/types.d.ts +0 -0
- /package/dist/{nbe → type-theory/nbe}/types.js +0 -0
- /package/dist/{refinement-types → type-theory/refinement-types}/checker.d.ts +0 -0
- /package/dist/{refinement-types → type-theory/refinement-types}/checker.js +0 -0
- /package/dist/{refinement-types → type-theory/refinement-types}/index.d.ts +0 -0
- /package/dist/{refinement-types → type-theory/refinement-types}/index.js +0 -0
- /package/dist/{refinement-types → type-theory/refinement-types}/predicate.d.ts +0 -0
- /package/dist/{refinement-types → type-theory/refinement-types}/predicate.js +0 -0
- /package/dist/{refinement-types → type-theory/refinement-types}/solver.d.ts +0 -0
- /package/dist/{refinement-types → type-theory/refinement-types}/solver.js +0 -0
- /package/dist/{refinement-types → type-theory/refinement-types}/subtype.d.ts +0 -0
- /package/dist/{refinement-types → type-theory/refinement-types}/subtype.js +0 -0
- /package/dist/{refinement-types → type-theory/refinement-types}/types.d.ts +0 -0
- /package/dist/{refinement-types → type-theory/refinement-types}/types.js +0 -0
- /package/dist/{system-f → type-theory/system-f}/index.d.ts +0 -0
- /package/dist/{system-f → type-theory/system-f}/index.js +0 -0
- /package/dist/{system-f → type-theory/system-f}/infer.d.ts +0 -0
- /package/dist/{system-f → type-theory/system-f}/infer.js +0 -0
- /package/dist/{system-f → type-theory/system-f}/reduce.d.ts +0 -0
- /package/dist/{system-f → type-theory/system-f}/reduce.js +0 -0
- /package/dist/{system-f → type-theory/system-f}/types.d.ts +0 -0
- /package/dist/{system-f → type-theory/system-f}/types.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constructive-reals.property.test.js","sourceRoot":"","sources":["../../../src/tests/properties/constructive-reals.property.test.ts"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,mEAAmE;AACnE,+DAA+D;AAC/D,EAAE;AACF,+DAA+D;AAC/D,uEAAuE;AACvE,mCAAmC;;AAEnC,mCAAsC;AACtC,6CAAkC;AAClC,
|
|
1
|
+
{"version":3,"file":"constructive-reals.property.test.js","sourceRoot":"","sources":["../../../src/tests/properties/constructive-reals.property.test.ts"],"names":[],"mappings":"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"}
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
9
|
const vitest_1 = require("vitest");
|
|
10
10
|
const generators_1 = require("./generators");
|
|
11
|
-
const csp_1 = require("../../
|
|
11
|
+
const csp_1 = require("../../solver/csp");
|
|
12
12
|
const cspArb = generators_1.fc
|
|
13
13
|
.integer({ min: 2, max: 4 })
|
|
14
14
|
.chain((n) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"csp.property.test.js","sourceRoot":"","sources":["../../../src/tests/properties/csp.property.test.ts"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,+DAA+D;AAC/D,+DAA+D;AAC/D,EAAE;AACF,uDAAuD;AACvD,kDAAkD;;AAElD,mCAAsC;AACtC,6CAAkC;AAClC,
|
|
1
|
+
{"version":3,"file":"csp.property.test.js","sourceRoot":"","sources":["../../../src/tests/properties/csp.property.test.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as fc from 'fast-check';
|
|
2
2
|
import type { Formula } from '../../types';
|
|
3
|
-
import type { HOTerm } from '../../higher-order-unify';
|
|
4
|
-
import type { Term as LamTerm } from '../../lambda-calc/types';
|
|
3
|
+
import type { HOTerm } from '../../proof-systems/higher-order-unify';
|
|
4
|
+
import type { Term as LamTerm } from '../../type-theory/lambda-calc/types';
|
|
5
5
|
import type { Term as TRSTerm } from '../../runtime/term-rewriting/types';
|
|
6
6
|
import type { Term as AUTerm } from '../../runtime/anti-unification/types';
|
|
7
|
-
import type { FType, FTerm } from '../../system-f/types';
|
|
8
|
-
import type { MLTTTerm } from '../../mltt/types';
|
|
7
|
+
import type { FType, FTerm } from '../../type-theory/system-f/types';
|
|
8
|
+
import type { MLTTTerm } from '../../type-theory/mltt/types';
|
|
9
9
|
import type { Expr } from '../../runtime/symbolic-diff/types';
|
|
10
10
|
import type { LTS } from '../../runtime/bisimulation/types';
|
|
11
11
|
export declare const atomName: () => fc.Arbitrary<string>;
|
|
@@ -72,7 +72,7 @@ export declare const hyperrealArb: () => fc.Arbitrary<{
|
|
|
72
72
|
standard: number;
|
|
73
73
|
infinitesimal: number;
|
|
74
74
|
}>;
|
|
75
|
-
import type { RefType } from '../../refinement-types/types';
|
|
75
|
+
import type { RefType } from '../../type-theory/refinement-types/types';
|
|
76
76
|
export declare const refTypeIntSimple: () => fc.Arbitrary<RefType>;
|
|
77
77
|
export { fc };
|
|
78
78
|
//# sourceMappingURL=generators.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generators.d.ts","sourceRoot":"","sources":["../../../src/tests/properties/generators.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,MAAM,YAAY,CAAC;AACjC,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAC3C,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"generators.d.ts","sourceRoot":"","sources":["../../../src/tests/properties/generators.ts"],"names":[],"mappings":"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"}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
10
|
const vitest_1 = require("vitest");
|
|
11
11
|
const generators_1 = require("./generators");
|
|
12
|
-
const higher_order_unify_1 = require("../../higher-order-unify");
|
|
12
|
+
const higher_order_unify_1 = require("../../proof-systems/higher-order-unify");
|
|
13
13
|
(0, vitest_1.describe)('property: HO-unify Miller pattern determinism', () => {
|
|
14
14
|
(0, vitest_1.it)('unifyPattern is deterministic for patterns', () => {
|
|
15
15
|
generators_1.fc.assert(generators_1.fc.property((0, generators_1.hoPatternTerm)(3), (0, generators_1.hoPatternTerm)(3), (p, q) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ho-unify.property.test.js","sourceRoot":"","sources":["../../../src/tests/properties/ho-unify.property.test.ts"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,sDAAsD;AACtD,+DAA+D;AAC/D,EAAE;AACF,yDAAyD;AACzD,6DAA6D;AAC7D,iEAAiE;;AAEjE,mCAAsC;AACtC,6CAAiD;AACjD
|
|
1
|
+
{"version":3,"file":"ho-unify.property.test.js","sourceRoot":"","sources":["../../../src/tests/properties/ho-unify.property.test.ts"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,sDAAsD;AACtD,+DAA+D;AAC/D,EAAE;AACF,yDAAyD;AACzD,6DAA6D;AAC7D,iEAAiE;;AAEjE,mCAAsC;AACtC,6CAAiD;AACjD,+EAAiF;AAEjF,IAAA,iBAAQ,EAAC,+CAA+C,EAAE,GAAG,EAAE;IAC7D,IAAA,WAAE,EAAC,4CAA4C,EAAE,GAAG,EAAE;QACpD,eAAE,CAAC,MAAM,CACP,eAAE,CAAC,QAAQ,CAAC,IAAA,0BAAa,EAAC,CAAC,CAAC,EAAE,IAAA,0BAAa,EAAC,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE;YACvD,IAAI,CAAC,IAAA,8BAAS,EAAC,CAAC,CAAC,IAAI,CAAC,IAAA,8BAAS,EAAC,CAAC,CAAC;gBAAE,OAAO,IAAI,CAAC,CAAC,uBAAuB;YACxE,MAAM,EAAE,GAAG,IAAA,iCAAY,EAAC,CAAC,EAAE,CAAC,CAAC,CAAC;YAC9B,MAAM,EAAE,GAAG,IAAA,iCAAY,EAAC,CAAC,EAAE,CAAC,CAAC,CAAC;YAC9B,4CAA4C;YAC5C,IAAI,EAAE,KAAK,IAAI,IAAI,EAAE,KAAK,IAAI;gBAAE,OAAO,IAAI,CAAC;YAC5C,IAAI,EAAE,KAAK,IAAI,IAAI,EAAE,KAAK,IAAI,EAAE,CAAC;gBAC/B,MAAM,IAAI,KAAK,CACb,4BAA4B,EAAE,KAAK,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,QAAQ,EAAE,KAAK,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,EAAE,CAC/F,CAAC;YACJ,CAAC;YACD,MAAM,KAAK,GAAG,MAAM,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC;YACrC,MAAM,KAAK,GAAG,MAAM,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC;YACrC,IAAI,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,KAAK,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,EAAE,CAAC;gBACpD,MAAM,IAAI,KAAK,CACb,yCAAyC,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,OAAO,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,EAAE,CAC7F,CAAC;YACJ,CAAC;YACD,OAAO,IAAI,CAAC;QACd,CAAC,CAAC,EACF,EAAE,OAAO,EAAE,GAAG,EAAE,CACjB,CAAC;IACJ,CAAC,CAAC,CAAC;IAEH,IAAA,WAAE,EAAC,kDAAkD,EAAE,GAAG,EAAE;QAC1D,eAAE,CAAC,MAAM,CACP,eAAE,CAAC,QAAQ,CAAC,IAAA,0BAAa,EAAC,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,EAAE;YAClC,IAAI,CAAC,IAAA,8BAAS,EAAC,CAAC,CAAC;gBAAE,OAAO,IAAI,CAAC;YAC/B,MAAM,CAAC,GAAG,IAAA,iCAAY,EAAC,CAAC,EAAE,CAAC,CAAC,CAAC;YAC7B,IAAI,CAAC,KAAK,IAAI,EAAE,CAAC;gBACf,MAAM,IAAI,KAAK,CAAC,sCAAsC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC;YAC7E,CAAC;YACD,OAAO,IAAI,CAAC;QACd,CAAC,CAAC,EACF,EAAE,OAAO,EAAE,GAAG,EAAE,CACjB,CAAC;IACJ,CAAC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC"}
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
8
|
const vitest_1 = require("vitest");
|
|
9
9
|
const generators_1 = require("./generators");
|
|
10
|
-
const hyperreal_1 = require("../../hyperreal");
|
|
10
|
+
const hyperreal_1 = require("../../reasoning/hyperreal");
|
|
11
11
|
(0, vitest_1.describe)('property: hyperreal arithmetic', () => {
|
|
12
12
|
(0, vitest_1.it)('add is commutative', () => {
|
|
13
13
|
generators_1.fc.assert(generators_1.fc.property((0, generators_1.hyperrealArb)(), (0, generators_1.hyperrealArb)(), (x, y) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hyperreal.property.test.js","sourceRoot":"","sources":["../../../src/tests/properties/hyperreal.property.test.ts"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,wCAAwC;AACxC,+DAA+D;AAC/D,EAAE;AACF,8CAA8C;;AAE9C,mCAAsC;AACtC,6CAAgD;AAChD
|
|
1
|
+
{"version":3,"file":"hyperreal.property.test.js","sourceRoot":"","sources":["../../../src/tests/properties/hyperreal.property.test.ts"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,wCAAwC;AACxC,+DAA+D;AAC/D,EAAE;AACF,8CAA8C;;AAE9C,mCAAsC;AACtC,6CAAgD;AAChD,yDAAyD;AAEzD,IAAA,iBAAQ,EAAC,gCAAgC,EAAE,GAAG,EAAE;IAC9C,IAAA,WAAE,EAAC,oBAAoB,EAAE,GAAG,EAAE;QAC5B,eAAE,CAAC,MAAM,CACP,eAAE,CAAC,QAAQ,CAAC,IAAA,yBAAY,GAAE,EAAE,IAAA,yBAAY,GAAE,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE;YACnD,MAAM,CAAC,GAAG,IAAA,eAAG,EAAC,CAAC,EAAE,CAAC,CAAC,CAAC;YACpB,MAAM,CAAC,GAAG,IAAA,eAAG,EAAC,CAAC,EAAE,CAAC,CAAC,CAAC;YACpB,IAAI,CAAC,IAAA,cAAE,EAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC;gBACd,MAAM,IAAI,KAAK,CACb,yBAAyB,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,OAAO,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,OAAO,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,OAAO,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CACrH,CAAC;YACJ,CAAC;YACD,OAAO,IAAI,CAAC;QACd,CAAC,CAAC,EACF,EAAE,OAAO,EAAE,GAAG,EAAE,CACjB,CAAC;IACJ,CAAC,CAAC,CAAC;IAEH,IAAA,WAAE,EAAC,oBAAoB,EAAE,GAAG,EAAE;QAC5B,eAAE,CAAC,MAAM,CACP,eAAE,CAAC,QAAQ,CAAC,IAAA,yBAAY,GAAE,EAAE,IAAA,yBAAY,GAAE,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE;YACnD,MAAM,CAAC,GAAG,IAAA,eAAG,EAAC,CAAC,EAAE,CAAC,CAAC,CAAC;YACpB,MAAM,CAAC,GAAG,IAAA,eAAG,EAAC,CAAC,EAAE,CAAC,CAAC,CAAC;YACpB,IAAI,CAAC,IAAA,cAAE,EAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC;gBACd,MAAM,IAAI,KAAK,CACb,2BAA2B,CAAC,CAAC,QAAQ,SAAS,CAAC,CAAC,QAAQ,SAAS,CAAC,CAAC,aAAa,SAAS,CAAC,CAAC,aAAa,EAAE,CAC3G,CAAC;YACJ,CAAC;YACD,OAAO,IAAI,CAAC;QACd,CAAC,CAAC,EACF,EAAE,OAAO,EAAE,GAAG,EAAE,CACjB,CAAC;IACJ,CAAC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC"}
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
const vitest_1 = require("vitest");
|
|
13
13
|
const generators_1 = require("./generators");
|
|
14
|
-
const intuitionistic_nj_1 = require("../../profiles/intuitionistic-nj");
|
|
15
|
-
const sequent_g3_1 = require("../../profiles/sequent-g3");
|
|
14
|
+
const intuitionistic_nj_1 = require("../../logic/profiles/intuitionistic-nj");
|
|
15
|
+
const sequent_g3_1 = require("../../logic/profiles/sequent-g3");
|
|
16
16
|
// Generador de IntuitFormula simple.
|
|
17
17
|
function intuitFormulaArb(maxDepth = 3) {
|
|
18
18
|
const { f } = generators_1.fc.letrec((tie) => ({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"intuit-nj.property.test.js","sourceRoot":"","sources":["../../../src/tests/properties/intuit-nj.property.test.ts"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,mDAAmD;AACnD,+DAA+D;AAC/D,EAAE;AACF,8DAA8D;AAC9D,4DAA4D;AAC5D,4BAA4B;AAC5B,EAAE;AACF,qEAAqE;;AAErE,mCAAsC;AACtC,6CAAkC;AAClC,
|
|
1
|
+
{"version":3,"file":"intuit-nj.property.test.js","sourceRoot":"","sources":["../../../src/tests/properties/intuit-nj.property.test.ts"],"names":[],"mappings":"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"}
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11
11
|
const vitest_1 = require("vitest");
|
|
12
12
|
const generators_1 = require("./generators");
|
|
13
|
-
const substitution_1 = require("../../lambda-calc/substitution");
|
|
13
|
+
const substitution_1 = require("../../type-theory/lambda-calc/substitution");
|
|
14
14
|
(0, vitest_1.describe)('property: λ-calc substitution avoids variable capture', () => {
|
|
15
15
|
(0, vitest_1.it)('FV(t[x:=r]) ⊆ FV(r) ∪ (FV(t) \\ {x})', () => {
|
|
16
16
|
generators_1.fc.assert(generators_1.fc.property((0, generators_1.lamTerm)(3), generators_1.fc.constantFrom('x', 'y', 'z'), (0, generators_1.lamTerm)(2), (t, x, r) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lambda-calc.property.test.js","sourceRoot":"","sources":["../../../src/tests/properties/lambda-calc.property.test.ts"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,2DAA2D;AAC3D,+DAA+D;AAC/D,EAAE;AACF,kDAAkD;AAClD,sEAAsE;AACtE,kEAAkE;AAClE,4CAA4C;;AAE5C,mCAAsC;AACtC,6CAA2C;AAC3C,
|
|
1
|
+
{"version":3,"file":"lambda-calc.property.test.js","sourceRoot":"","sources":["../../../src/tests/properties/lambda-calc.property.test.ts"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,2DAA2D;AAC3D,+DAA+D;AAC/D,EAAE;AACF,kDAAkD;AAClD,sEAAsE;AACtE,kEAAkE;AAClE,4CAA4C;;AAE5C,mCAAsC;AACtC,6CAA2C;AAC3C,6EAAkF;AAElF,IAAA,iBAAQ,EAAC,uDAAuD,EAAE,GAAG,EAAE;IACrE,IAAA,WAAE,EAAC,sCAAsC,EAAE,GAAG,EAAE;QAC9C,eAAE,CAAC,MAAM,CACP,eAAE,CAAC,QAAQ,CACT,IAAA,oBAAO,EAAC,CAAC,CAAC,EACV,eAAE,CAAC,YAAY,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC,EAC9B,IAAA,oBAAO,EAAC,CAAC,CAAC,EACV,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE;YACV,MAAM,KAAK,GAAG,IAAA,yBAAU,EAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;YAClC,MAAM,OAAO,GAAG,IAAA,uBAAQ,EAAC,KAAK,CAAC,CAAC;YAChC,MAAM,GAAG,GAAG,IAAA,uBAAQ,EAAC,CAAC,CAAC,CAAC;YACxB,MAAM,GAAG,GAAG,IAAA,uBAAQ,EAAC,CAAC,CAAC,CAAC;YACxB,MAAM,OAAO,GAAG,IAAI,GAAG,CAAS,GAAG,CAAC,CAAC;YACrC,KAAK,MAAM,CAAC,IAAI,GAAG;gBAAE,IAAI,CAAC,KAAK,CAAC;oBAAE,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;YACjD,KAAK,MAAM,IAAI,IAAI,OAAO,EAAE,CAAC;gBAC3B,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,CAAC;oBACvB,MAAM,IAAI,KAAK,CACb,kDAAkD,IAAI,+BAA+B,CAAC,MAAM;wBAC1F,KAAK,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,OAAO,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,WAAW,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,EAAE,CACnF,CAAC;gBACJ,CAAC;YACH,CAAC;YACD,OAAO,IAAI,CAAC;QACd,CAAC,CACF,EACD,EAAE,OAAO,EAAE,GAAG,EAAE,CACjB,CAAC;IACJ,CAAC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC"}
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
9
|
const vitest_1 = require("vitest");
|
|
10
10
|
const generators_1 = require("./generators");
|
|
11
|
-
const markov_logic_1 = require("../../
|
|
11
|
+
const markov_logic_1 = require("../../reasoning/markov-logic");
|
|
12
12
|
(0, vitest_1.describe)('property: MLN hard constraints', () => {
|
|
13
13
|
(0, vitest_1.it)('hard constraint violated ⇒ weight = -∞', () => {
|
|
14
14
|
generators_1.fc.assert(generators_1.fc.property(generators_1.fc.boolean(), generators_1.fc.boolean(), (alicePred, bobPred) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mln.property.test.js","sourceRoot":"","sources":["../../../src/tests/properties/mln.property.test.ts"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,mEAAmE;AACnE,+DAA+D;AAC/D,EAAE;AACF,4CAA4C;AAC5C,qEAAqE;;AAErE,mCAAsC;AACtC,6CAAkC;AAClC
|
|
1
|
+
{"version":3,"file":"mln.property.test.js","sourceRoot":"","sources":["../../../src/tests/properties/mln.property.test.ts"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,mEAAmE;AACnE,+DAA+D;AAC/D,EAAE;AACF,4CAA4C;AAC5C,qEAAqE;;AAErE,mCAAsC;AACtC,6CAAkC;AAClC,+DAAsD;AAGtD,IAAA,iBAAQ,EAAC,gCAAgC,EAAE,GAAG,EAAE;IAC9C,IAAA,WAAE,EAAC,wCAAwC,EAAE,GAAG,EAAE;QAChD,eAAE,CAAC,MAAM,CACP,eAAE,CAAC,QAAQ,CAAC,eAAE,CAAC,OAAO,EAAE,EAAE,eAAE,CAAC,OAAO,EAAE,EAAE,CAAC,SAAS,EAAE,OAAO,EAAE,EAAE;YAC7D,kEAAkE;YAClE,MAAM,MAAM,GAAc;gBACxB,QAAQ,EAAE;oBACR,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,EAAE,QAAQ,EAAE;iBAC/C;gBACD,SAAS,EAAE,EAAE,MAAM,EAAE,CAAC,OAAO,EAAE,KAAK,CAAC,EAAE;gBACvC,UAAU,EAAE,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE,CAAC,QAAQ,EAAE,QAAQ,CAAC,EAAE,CAAC;aAC/D,CAAC;YACF,MAAM,KAAK,GAAa;gBACtB,WAAW,EAAE;oBACX,sBAAsB,EAAE,SAAS;oBACjC,kBAAkB,EAAE,OAAO;iBAC5B;aACF,CAAC;YACF,MAAM,CAAC,GAAG,IAAA,qBAAM,EAAC,MAAM,EAAE,KAAK,CAAC,CAAC;YAChC,MAAM,QAAQ,GAAG,CAAC,SAAS,IAAI,CAAC,OAAO,CAAC;YACxC,IAAI,QAAQ,IAAI,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC;gBACnC,MAAM,IAAI,KAAK,CACb,kDAAkD,SAAS,aAAa,OAAO,OAAO,CAAC,EAAE,CAC1F,CAAC;YACJ,CAAC;YACD,IAAI,CAAC,QAAQ,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,MAAM,CAAC,iBAAiB,EAAE,CAAC;gBACvE,MAAM,IAAI,KAAK,CACb,sCAAsC,CACvC,CAAC;YACJ,CAAC;YACD,OAAO,IAAI,CAAC;QACd,CAAC,CAAC,EACF,EAAE,OAAO,EAAE,GAAG,EAAE,CACjB,CAAC;IACJ,CAAC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC"}
|
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
8
|
const vitest_1 = require("vitest");
|
|
9
9
|
const generators_1 = require("./generators");
|
|
10
|
-
const mltt_1 = require("../../mltt");
|
|
11
|
-
const normalize_1 = require("../../mltt/normalize");
|
|
12
|
-
const equality_1 = require("../../mltt/equality");
|
|
10
|
+
const mltt_1 = require("../../type-theory/mltt");
|
|
11
|
+
const normalize_1 = require("../../type-theory/mltt/normalize");
|
|
12
|
+
const equality_1 = require("../../type-theory/mltt/equality");
|
|
13
13
|
(0, vitest_1.describe)('property: MLTT normalize preserves type', () => {
|
|
14
14
|
(0, vitest_1.it)('inferType(normalize(t)) ≡ inferType(t) for well-typed terms', () => {
|
|
15
15
|
generators_1.fc.assert(generators_1.fc.property((0, generators_1.mlttSimpleTerm)(), (t) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mltt.property.test.js","sourceRoot":"","sources":["../../../src/tests/properties/mltt.property.test.ts"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,oEAAoE;AACpE,+DAA+D;AAC/D,EAAE;AACF,qEAAqE;;AAErE,mCAAsC;AACtC,6CAAkD;AAClD,
|
|
1
|
+
{"version":3,"file":"mltt.property.test.js","sourceRoot":"","sources":["../../../src/tests/properties/mltt.property.test.ts"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,oEAAoE;AACpE,+DAA+D;AAC/D,EAAE;AACF,qEAAqE;;AAErE,mCAAsC;AACtC,6CAAkD;AAClD,iDAAiE;AACjE,gEAA8E;AAC9E,8DAA8D;AAE9D,IAAA,iBAAQ,EAAC,yCAAyC,EAAE,GAAG,EAAE;IACvD,IAAA,WAAE,EAAC,6DAA6D,EAAE,GAAG,EAAE;QACrE,eAAE,CAAC,MAAM,CACP,eAAE,CAAC,QAAQ,CAAC,IAAA,2BAAc,GAAE,EAAE,CAAC,CAAC,EAAE,EAAE;YAClC,MAAM,IAAI,GAAG,IAAA,gBAAS,EAAC,CAAC,CAAC,CAAC;YAC1B,IAAI,IAAA,mBAAY,EAAC,IAAI,CAAC,EAAE,CAAC;gBACvB,kEAAkE;gBAClE,MAAM,IAAI,KAAK,CACb,4CAA4C,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,WAAW,IAAI,CAAC,KAAK,EAAE,CACrF,CAAC;YACJ,CAAC;YACD,MAAM,KAAK,GAAG,IAAA,qBAAa,EAAC,CAAC,CAAC,CAAC;YAC/B,MAAM,KAAK,GAAG,IAAA,gBAAS,EAAC,KAAK,CAAC,CAAC;YAC/B,IAAI,IAAA,mBAAY,EAAC,KAAK,CAAC,EAAE,CAAC;gBACxB,MAAM,IAAI,KAAK,CACb,sCAAsC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,WAAW,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,WAAW,KAAK,CAAC,KAAK,EAAE,CAChH,CAAC;YACJ,CAAC;YACD,IAAI,CAAC,IAAA,sBAAW,EAAC,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC;gBAC9B,MAAM,IAAI,KAAK,CACb,yBAAyB,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,WAAW,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,WAAW,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,EAAE,CAC5G,CAAC;YACJ,CAAC;YACD,OAAO,IAAI,CAAC;QACd,CAAC,CAAC,EACF,EAAE,OAAO,EAAE,GAAG,EAAE,CACjB,CAAC;IACJ,CAAC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC"}
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
9
|
const vitest_1 = require("vitest");
|
|
10
10
|
const generators_1 = require("./generators");
|
|
11
|
-
const nbe_1 = require("../../nbe");
|
|
11
|
+
const nbe_1 = require("../../type-theory/nbe");
|
|
12
12
|
// Generador de términos NbE bien-tipados pequeños:
|
|
13
13
|
// usamos tipo (A → A) → A → A — el tipo de Church numerals.
|
|
14
14
|
const TA = (0, nbe_1.tBase)('A');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nbe.property.test.js","sourceRoot":"","sources":["../../../src/tests/properties/nbe.property.test.ts"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,+BAA+B;AAC/B,+DAA+D;AAC/D,EAAE;AACF,+DAA+D;AAC/D,mEAAmE;;AAEnE,mCAAsC;AACtC,6CAAkC;AAClC
|
|
1
|
+
{"version":3,"file":"nbe.property.test.js","sourceRoot":"","sources":["../../../src/tests/properties/nbe.property.test.ts"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,+BAA+B;AAC/B,+DAA+D;AAC/D,EAAE;AACF,+DAA+D;AAC/D,mEAAmE;;AAEnE,mCAAsC;AACtC,6CAAkC;AAClC,+CAAoF;AAGpF,mDAAmD;AACnD,4DAA4D;AAC5D,MAAM,EAAE,GAAY,IAAA,WAAK,EAAC,GAAG,CAAC,CAAC;AAC/B,MAAM,GAAG,GAAY,IAAA,UAAI,EAAC,EAAE,EAAE,EAAE,CAAC,CAAC;AAClC,MAAM,OAAO,GAAY,IAAA,UAAI,EAAC,GAAG,EAAE,GAAG,CAAC,CAAC;AAExC,qDAAqD;AACrD,SAAS,aAAa,CAAC,CAAS;IAC9B,gCAAgC;IAChC,IAAI,IAAI,GAAY,IAAA,OAAC,EAAC,GAAG,CAAC,CAAC;IAC3B,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE;QAAE,IAAI,GAAG,IAAA,QAAE,EAAC,IAAA,OAAC,EAAC,GAAG,CAAC,EAAE,IAAI,CAAC,CAAC;IACpD,OAAO,IAAA,SAAG,EAAC,GAAG,EAAE,GAAG,EAAE,IAAA,SAAG,EAAC,GAAG,EAAE,EAAE,EAAE,IAAI,CAAC,CAAC,CAAC;AAC3C,CAAC;AAED,MAAM,SAAS,GAA0B,eAAE;KACxC,OAAO,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC;KAC3B,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC;AAEhC,wEAAwE;AACxE,yBAAyB;AACzB,MAAM,WAAW,GAA0B,eAAE,CAAC,QAAQ,CACpD,IAAA,SAAG,EAAC,GAAG,EAAE,GAAG,EAAE,IAAA,SAAG,EAAC,GAAG,EAAE,EAAE,EAAE,IAAA,QAAE,EAAC,IAAA,SAAG,EAAC,GAAG,EAAE,GAAG,EAAE,IAAA,QAAE,EAAC,IAAA,OAAC,EAAC,GAAG,CAAC,EAAE,IAAA,OAAC,EAAC,GAAG,CAAC,CAAC,CAAC,EAAE,IAAA,OAAC,EAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAC3E,CAAC;AAEF,MAAM,OAAO,GAAG,eAAE,CAAC,KAAK,CAAC,SAAS,EAAE,WAAW,CAAC,CAAC;AAEjD,IAAA,iBAAQ,EAAC,uCAAuC,EAAE,GAAG,EAAE;IACrD,IAAA,WAAE,EAAC,0CAA0C,EAAE,GAAG,EAAE;QAClD,eAAE,CAAC,MAAM,CACP,eAAE,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,CAAC,EAAE,EAAE;YACzB,MAAM,EAAE,GAAG,IAAA,eAAS,EAAC,CAAC,EAAE,OAAO,CAAC,CAAC;YACjC,MAAM,EAAE,GAAG,IAAA,eAAS,EAAC,EAAE,EAAE,OAAO,CAAC,CAAC;YAClC,IAAI,CAAC,IAAA,aAAO,EAAC,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC;gBACrB,MAAM,IAAI,KAAK,CACb,yBAAyB,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,QAAQ,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,QAAQ,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,EAAE,CACjG,CAAC;YACJ,CAAC;YACD,OAAO,IAAI,CAAC;QACd,CAAC,CAAC,EACF,EAAE,OAAO,EAAE,GAAG,EAAE,CACjB,CAAC;IACJ,CAAC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC"}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
10
|
const vitest_1 = require("vitest");
|
|
11
11
|
const generators_1 = require("./generators");
|
|
12
|
-
const planning_1 = require("../../
|
|
12
|
+
const planning_1 = require("../../reasoning/planning");
|
|
13
13
|
// Generador de un problema mini estilo blocksworld 1D:
|
|
14
14
|
// objetos a..b en posiciones discretas; acción move(?x, ?y).
|
|
15
15
|
const problemArb = generators_1.fc
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"planning.property.test.js","sourceRoot":"","sources":["../../../src/tests/properties/planning.property.test.ts"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,gEAAgE;AAChE,+DAA+D;AAC/D,EAAE;AACF,4DAA4D;AAC5D,sEAAsE;AACtE,aAAa;;AAEb,mCAAsC;AACtC,6CAAkC;AAClC,
|
|
1
|
+
{"version":3,"file":"planning.property.test.js","sourceRoot":"","sources":["../../../src/tests/properties/planning.property.test.ts"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,gEAAgE;AAChE,+DAA+D;AAC/D,EAAE;AACF,4DAA4D;AAC5D,sEAAsE;AACtE,aAAa;;AAEb,mCAAsC;AACtC,6CAAkC;AAClC,uDAAuF;AAGvF,uDAAuD;AACvD,6DAA6D;AAC7D,MAAM,UAAU,GAAgC,eAAE;KAC/C,KAAK,CACJ,eAAE,CAAC,YAAY,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC,EACjC,eAAE,CAAC,YAAY,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC,CAClC;KACA,MAAM,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC;KAC3B,GAAG,CAAC,CAAC,CAAC,KAAK,EAAE,IAAI,CAAC,EAAE,EAAE,CAAC,CAAC;IACvB,UAAU,EAAE,CAAC,IAAI,CAAC;IAClB,OAAO,EAAE,EAAE,GAAG,EAAE,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC,EAAE;IACpC,OAAO,EAAE;QACP;YACE,IAAI,EAAE,MAAM;YACZ,UAAU,EAAE,CAAC,OAAO,EAAE,KAAK,CAAC;YAC5B,aAAa,EAAE,CAAC,WAAW,CAAC;YAC5B,OAAO,EAAE,CAAC,SAAS,CAAC;YACpB,OAAO,EAAE,CAAC,WAAW,CAAC;SACvB;KACF;IACD,YAAY,EAAE,IAAI,GAAG,CAAO,CAAC,MAAM,KAAK,GAAG,CAAC,CAAC;IAC7C,IAAI,EAAE,IAAI,GAAG,CAAO,CAAC,MAAM,IAAI,GAAG,CAAC,CAAC;CACrC,CAAC,CAAC,CAAC;AAEN,IAAA,iBAAQ,EAAC,kCAAkC,EAAE,GAAG,EAAE;IAChD,IAAA,WAAE,EAAC,wCAAwC,EAAE,GAAG,EAAE;QAChD,eAAE,CAAC,MAAM,CACP,eAAE,CAAC,QAAQ,CAAC,UAAU,EAAE,CAAC,OAAO,EAAE,EAAE;YAClC,MAAM,IAAI,GAAG,IAAA,kBAAO,EAAC,OAAO,EAAE,EAAE,QAAQ,EAAE,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC,CAAC;YAChE,IAAI,IAAI,KAAK,IAAI;gBAAE,OAAO,IAAI,CAAC,CAAC,6BAA6B;YAC7D,IAAI,KAAK,GAAG,IAAI,GAAG,CAAO,OAAO,CAAC,YAAY,CAAC,CAAC;YAChD,KAAK,MAAM,IAAI,IAAI,IAAI,CAAC,OAAO,EAAE,CAAC;gBAChC,MAAM,CAAC,GAAG,IAAA,iBAAM,EAAC,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC,CAAC;gBAC7C,KAAK,GAAG,IAAA,sBAAW,EAAC,KAAK,EAAE,CAAC,CAAC,CAAC;YAChC,CAAC;YACD,IAAI,CAAC,IAAA,wBAAa,EAAC,KAAK,EAAE,OAAO,CAAC,IAAI,CAAC,EAAE,CAAC;gBACxC,MAAM,IAAI,KAAK,CACb,gCAAgC,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CACxI,CAAC;YACJ,CAAC;YACD,OAAO,IAAI,CAAC;QACd,CAAC,CAAC,EACF,EAAE,OAAO,EAAE,GAAG,EAAE,CACjB,CAAC;IACJ,CAAC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC"}
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
13
|
const vitest_1 = require("vitest");
|
|
14
14
|
const generators_1 = require("./generators");
|
|
15
|
-
const sequent_g3_1 = require("../../profiles/sequent-g3");
|
|
16
|
-
const profile_bridge_1 = require("../../profile-bridge");
|
|
17
|
-
const intuitionistic_nj_1 = require("../../profiles/intuitionistic-nj");
|
|
15
|
+
const sequent_g3_1 = require("../../logic/profiles/sequent-g3");
|
|
16
|
+
const profile_bridge_1 = require("../../logic/profile-bridge");
|
|
17
|
+
const intuitionistic_nj_1 = require("../../logic/profiles/intuitionistic-nj");
|
|
18
18
|
// Convierte Formula (clásico) a IntuitFormula.
|
|
19
19
|
function classicalToIntuit(phi) {
|
|
20
20
|
switch (phi.kind) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"profile-bridge.property.test.js","sourceRoot":"","sources":["../../../src/tests/properties/profile-bridge.property.test.ts"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,sEAAsE;AACtE,+DAA+D;AAC/D,EAAE;AACF,oEAAoE;AACpE,sCAAsC;AACtC,EAAE;AACF,iDAAiD;AACjD,2DAA2D;AAC3D,sDAAsD;;AAEtD,mCAAsC;AACtC,6CAA+C;AAC/C,
|
|
1
|
+
{"version":3,"file":"profile-bridge.property.test.js","sourceRoot":"","sources":["../../../src/tests/properties/profile-bridge.property.test.ts"],"names":[],"mappings":"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"}
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11
11
|
const vitest_1 = require("vitest");
|
|
12
12
|
const generators_1 = require("./generators");
|
|
13
|
-
const refinement_types_1 = require("../../refinement-types");
|
|
13
|
+
const refinement_types_1 = require("../../type-theory/refinement-types");
|
|
14
14
|
(0, vitest_1.describe)('property: refinement-types subtype transitivity', () => {
|
|
15
15
|
(0, vitest_1.it)('t1 <: t2 ∧ t2 <: t3 ⇒ t1 <: t3', () => {
|
|
16
16
|
generators_1.fc.assert(generators_1.fc.property((0, generators_1.refTypeIntSimple)(), (0, generators_1.refTypeIntSimple)(), (0, generators_1.refTypeIntSimple)(), (t1, t2, t3) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"refinement-types.property.test.js","sourceRoot":"","sources":["../../../src/tests/properties/refinement-types.property.test.ts"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,oDAAoD;AACpD,+DAA+D;AAC/D,EAAE;AACF,wBAAwB;AACxB,+DAA+D;AAC/D,EAAE;AACF,sDAAsD;;AAEtD,mCAAsC;AACtC,6CAAoD;AACpD,
|
|
1
|
+
{"version":3,"file":"refinement-types.property.test.js","sourceRoot":"","sources":["../../../src/tests/properties/refinement-types.property.test.ts"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,oDAAoD;AACpD,+DAA+D;AAC/D,EAAE;AACF,wBAAwB;AACxB,+DAA+D;AAC/D,EAAE;AACF,sDAAsD;;AAEtD,mCAAsC;AACtC,6CAAoD;AACpD,yEAA+D;AAE/D,IAAA,iBAAQ,EAAC,iDAAiD,EAAE,GAAG,EAAE;IAC/D,IAAA,WAAE,EAAC,gCAAgC,EAAE,GAAG,EAAE;QACxC,eAAE,CAAC,MAAM,CACP,eAAE,CAAC,QAAQ,CAAC,IAAA,6BAAgB,GAAE,EAAE,IAAA,6BAAgB,GAAE,EAAE,IAAA,6BAAgB,GAAE,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE;YACrF,MAAM,EAAE,GAAG,IAAA,4BAAS,EAAC,EAAE,EAAE,EAAE,CAAC,CAAC;YAC7B,MAAM,EAAE,GAAG,IAAA,4BAAS,EAAC,EAAE,EAAE,EAAE,CAAC,CAAC;YAC7B,IAAI,CAAC,EAAE,IAAI,CAAC,EAAE;gBAAE,OAAO,IAAI,CAAC;YAC5B,MAAM,EAAE,GAAG,IAAA,4BAAS,EAAC,EAAE,EAAE,EAAE,CAAC,CAAC;YAC7B,IAAI,CAAC,EAAE,EAAE,CAAC;gBACR,MAAM,IAAI,KAAK,CACb,6BAA6B,EAAE,CAAC,SAAS,QAAQ,EAAE,CAAC,SAAS,QAAQ,EAAE,CAAC,SAAS,EAAE,CACpF,CAAC;YACJ,CAAC;YACD,OAAO,IAAI,CAAC;QACd,CAAC,CAAC,EACF,EAAE,OAAO,EAAE,GAAG,EAAE,CACjB,CAAC;IACJ,CAAC,CAAC,CAAC;IAEH,IAAA,WAAE,EAAC,kCAAkC,EAAE,GAAG,EAAE;QAC1C,eAAE,CAAC,MAAM,CACP,eAAE,CAAC,QAAQ,CAAC,IAAA,6BAAgB,GAAE,EAAE,CAAC,CAAC,EAAE,EAAE;YACpC,IAAI,CAAC,IAAA,4BAAS,EAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC;gBACrB,MAAM,IAAI,KAAK,CAAC,gCAAgC,CAAC,CAAC,SAAS,GAAG,CAAC,CAAC;YAClE,CAAC;YACD,OAAO,IAAI,CAAC;QACd,CAAC,CAAC,EACF,EAAE,OAAO,EAAE,GAAG,EAAE,CACjB,CAAC;IACJ,CAAC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC"}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
10
|
const vitest_1 = require("vitest");
|
|
11
11
|
const generators_1 = require("./generators");
|
|
12
|
-
const sequent_g3_1 = require("../../profiles/sequent-g3");
|
|
12
|
+
const sequent_g3_1 = require("../../logic/profiles/sequent-g3");
|
|
13
13
|
function isClosed(tree) {
|
|
14
14
|
if (!tree.closed)
|
|
15
15
|
return false;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sequent-g3.property.test.js","sourceRoot":"","sources":["../../../src/tests/properties/sequent-g3.property.test.ts"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,oEAAoE;AACpE,+DAA+D;AAC/D,EAAE;AACF,6DAA6D;AAC7D,4BAA4B;AAC5B,6DAA6D;;AAE7D,mCAAsC;AACtC,6CAA+C;AAC/C,
|
|
1
|
+
{"version":3,"file":"sequent-g3.property.test.js","sourceRoot":"","sources":["../../../src/tests/properties/sequent-g3.property.test.ts"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,oEAAoE;AACpE,+DAA+D;AAC/D,EAAE;AACF,6DAA6D;AAC7D,4BAA4B;AAC5B,6DAA6D;;AAE7D,mCAAsC;AACtC,6CAA+C;AAC/C,gEAA+D;AAG/D,SAAS,QAAQ,CAAC,IAAe;IAC/B,IAAI,CAAC,IAAI,CAAC,MAAM;QAAE,OAAO,KAAK,CAAC;IAC/B,OAAO,CAAC,IAAI,CAAC,QAAQ,IAAI,EAAE,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;AAC/C,CAAC;AAED,IAAA,iBAAQ,EAAC,6DAA6D,EAAE,GAAG,EAAE;IAC3E,IAAA,WAAE,EAAC,iDAAiD,EAAE,GAAG,EAAE;QACzD,eAAE,CAAC,MAAM,CACP,eAAE,CAAC,QAAQ,CAAC,IAAA,wBAAW,EAAC,CAAC,CAAC,EAAE,CAAC,GAAG,EAAE,EAAE;YAClC,MAAM,CAAC,GAAG,IAAA,yBAAY,EAAC,GAAG,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC;YAC9C,IAAI,CAAC,CAAC,CAAC,QAAQ;gBAAE,OAAO,IAAI,CAAC,CAAC,uBAAuB;YACrD,IAAI,CAAC,CAAC,CAAC,KAAK,EAAE,CAAC;gBACb,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;YACxD,CAAC;YACD,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,EAAE,CAAC;gBACvB,MAAM,IAAI,KAAK,CAAC,4BAA4B,CAAC,CAAC;YAChD,CAAC;YACD,OAAO,IAAI,CAAC;QACd,CAAC,CAAC,EACF,EAAE,OAAO,EAAE,GAAG,EAAE,CACjB,CAAC;IACJ,CAAC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC"}
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
9
|
const vitest_1 = require("vitest");
|
|
10
10
|
const generators_1 = require("./generators");
|
|
11
|
-
const system_f_1 = require("../../system-f");
|
|
11
|
+
const system_f_1 = require("../../type-theory/system-f");
|
|
12
12
|
function makeCtx() {
|
|
13
13
|
// Declaramos A y B como variables de tipo para que el well-formed check pase.
|
|
14
14
|
const ctx = (0, system_f_1.emptyContext)();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"system-f.property.test.js","sourceRoot":"","sources":["../../../src/tests/properties/system-f.property.test.ts"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,6DAA6D;AAC7D,+DAA+D;AAC/D,EAAE;AACF,iEAAiE;AACjE,6DAA6D;;AAE7D,mCAAsC;AACtC,6CAA+C;AAC/C,
|
|
1
|
+
{"version":3,"file":"system-f.property.test.js","sourceRoot":"","sources":["../../../src/tests/properties/system-f.property.test.ts"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,6DAA6D;AAC7D,+DAA+D;AAC/D,EAAE;AACF,iEAAiE;AACjE,6DAA6D;;AAE7D,mCAAsC;AACtC,6CAA+C;AAC/C,yDAA4F;AAE5F,SAAS,OAAO;IACd,8EAA8E;IAC9E,MAAM,GAAG,GAAG,IAAA,uBAAY,GAAE,CAAC;IAC3B,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IAClB,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IAClB,OAAO,GAAG,CAAC;AACb,CAAC;AAED,IAAA,iBAAQ,EAAC,gEAAgE,EAAE,GAAG,EAAE;IAC9E,IAAA,WAAE,EAAC,mCAAmC,EAAE,GAAG,EAAE;QAC3C,eAAE,CAAC,MAAM,CACP,eAAE,CAAC,QAAQ,CAAC,IAAA,wBAAW,GAAE,EAAE,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,EAAE;YACtD,MAAM,EAAE,GAAG,IAAA,iBAAM,EAAC,IAAI,EAAE,OAAO,EAAE,CAAC,CAAC;YACnC,MAAM,EAAE,GAAG,IAAA,iBAAM,EAAC,IAAI,EAAE,OAAO,EAAE,CAAC,CAAC;YACnC,IAAI,IAAA,sBAAW,EAAC,EAAE,CAAC,IAAI,IAAA,sBAAW,EAAC,EAAE,CAAC,EAAE,CAAC;gBACvC,MAAM,IAAI,KAAK,CACb,yCAAyC,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,QAAQ,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,QAAQ,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,EAAE,CACpH,CAAC;YACJ,CAAC;YACD,IAAI,CAAC,IAAA,sBAAW,EAAC,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC;gBACzB,MAAM,IAAI,KAAK,CACb,gCAAgC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,QAAQ,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,EAAE,CAC/E,CAAC;YACJ,CAAC;YACD,IAAI,CAAC,IAAA,sBAAW,EAAC,EAAE,EAAE,QAAQ,CAAC,EAAE,CAAC;gBAC/B,MAAM,IAAI,KAAK,CACb,sCAAsC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,cAAc,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,EAAE,CACjG,CAAC;YACJ,CAAC;YACD,OAAO,IAAI,CAAC;QACd,CAAC,CAAC,EACF,EAAE,OAAO,EAAE,GAAG,EAAE,CACjB,CAAC;IACJ,CAAC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const vitest_1 = require("vitest");
|
|
4
|
-
const propositional_1 = require("../profiles/classical/propositional");
|
|
4
|
+
const propositional_1 = require("../logic/profiles/classical/propositional");
|
|
5
5
|
function atom(name) {
|
|
6
6
|
return { kind: 'atom', name };
|
|
7
7
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"propositional-nd-audit.test.js","sourceRoot":"","sources":["../../src/tests/propositional-nd-audit.test.ts"],"names":[],"mappings":";;AAAA,mCAA8C;AAE9C,
|
|
1
|
+
{"version":3,"file":"propositional-nd-audit.test.js","sourceRoot":"","sources":["../../src/tests/propositional-nd-audit.test.ts"],"names":[],"mappings":"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"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const vitest_1 = require("vitest");
|
|
4
4
|
const handler_1 = require("../protocol/handler");
|
|
5
|
-
const compiler_1 = require("../text-layer/compiler");
|
|
5
|
+
const compiler_1 = require("../semantics/text-layer/compiler");
|
|
6
6
|
(0, vitest_1.describe)('ProtocolHandler validation', () => {
|
|
7
7
|
(0, vitest_1.it)('rechaza params invalidos antes de despachar', () => {
|
|
8
8
|
const handler = new handler_1.ProtocolHandler();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"protocol-text-layer.test.js","sourceRoot":"","sources":["../../src/tests/protocol-text-layer.test.ts"],"names":[],"mappings":";;AAAA,mCAA8C;AAE9C,iDAAsD;AACtD
|
|
1
|
+
{"version":3,"file":"protocol-text-layer.test.js","sourceRoot":"","sources":["../../src/tests/protocol-text-layer.test.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"abduction.test.d.ts","sourceRoot":"","sources":["../../../../src/tests/reasoning/abduction/abduction.test.ts"],"names":[],"mappings":""}
|