@stevenvo780/st-lang 4.6.0 → 4.8.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 -52
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +31 -31
- 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 +9 -8
- package/dist/namespaces/reasoning.d.ts.map +1 -1
- package/dist/namespaces/reasoning.js +10 -8
- 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/combinatorial-games/index.d.ts +105 -0
- package/dist/reasoning/combinatorial-games/index.d.ts.map +1 -0
- package/dist/reasoning/combinatorial-games/index.js +377 -0
- package/dist/reasoning/combinatorial-games/index.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.map +1 -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/mechanism-design/auctions.d.ts +49 -0
- package/dist/reasoning/mechanism-design/auctions.d.ts.map +1 -0
- package/dist/reasoning/mechanism-design/auctions.js +179 -0
- package/dist/reasoning/mechanism-design/auctions.js.map +1 -0
- package/dist/reasoning/mechanism-design/index.d.ts +5 -0
- package/dist/reasoning/mechanism-design/index.d.ts.map +1 -0
- package/dist/reasoning/mechanism-design/index.js +39 -0
- package/dist/reasoning/mechanism-design/index.js.map +1 -0
- package/dist/reasoning/mechanism-design/myerson.d.ts +64 -0
- package/dist/reasoning/mechanism-design/myerson.d.ts.map +1 -0
- package/dist/reasoning/mechanism-design/myerson.js +253 -0
- package/dist/reasoning/mechanism-design/myerson.js.map +1 -0
- package/dist/reasoning/mechanism-design/types.d.ts +44 -0
- package/dist/reasoning/mechanism-design/types.d.ts.map +1 -0
- package/dist/reasoning/mechanism-design/types.js +22 -0
- package/dist/reasoning/mechanism-design/types.js.map +1 -0
- package/dist/reasoning/mechanism-design/vcg.d.ts +29 -0
- package/dist/reasoning/mechanism-design/vcg.d.ts.map +1 -0
- package/dist/reasoning/mechanism-design/vcg.js +305 -0
- package/dist/reasoning/mechanism-design/vcg.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/probabilistic/distributions.d.ts +44 -0
- package/dist/reasoning/probabilistic/distributions.d.ts.map +1 -0
- package/dist/reasoning/probabilistic/distributions.js +207 -0
- package/dist/reasoning/probabilistic/distributions.js.map +1 -0
- package/dist/reasoning/probabilistic/examples.d.ts +31 -0
- package/dist/reasoning/probabilistic/examples.d.ts.map +1 -0
- package/dist/reasoning/probabilistic/examples.js +85 -0
- package/dist/reasoning/probabilistic/examples.js.map +1 -0
- package/dist/reasoning/probabilistic/index.d.ts +6 -0
- package/dist/reasoning/probabilistic/index.d.ts.map +1 -0
- package/dist/reasoning/probabilistic/index.js +42 -0
- package/dist/reasoning/probabilistic/index.js.map +1 -0
- package/dist/reasoning/probabilistic/inference.d.ts +45 -0
- package/dist/reasoning/probabilistic/inference.d.ts.map +1 -0
- package/dist/reasoning/probabilistic/inference.js +579 -0
- package/dist/reasoning/probabilistic/inference.js.map +1 -0
- package/dist/reasoning/probabilistic/types.d.ts +153 -0
- package/dist/reasoning/probabilistic/types.d.ts.map +1 -0
- package/dist/reasoning/probabilistic/types.js +37 -0
- package/dist/reasoning/probabilistic/types.js.map +1 -0
- package/dist/reasoning/tactic-dsl/combinators.d.ts.map +1 -0
- package/dist/reasoning/tactic-dsl/combinators.js.map +1 -0
- package/dist/reasoning/tactic-dsl/index.d.ts.map +1 -0
- package/dist/reasoning/tactic-dsl/index.js.map +1 -0
- package/dist/reasoning/tactic-dsl/tactics.d.ts.map +1 -0
- package/dist/reasoning/tactic-dsl/tactics.js.map +1 -0
- package/dist/reasoning/tactic-dsl/types.d.ts.map +1 -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.map +1 -0
- package/dist/runtime/csp-hoare/analysis.js.map +1 -0
- package/dist/runtime/csp-hoare/examples.d.ts.map +1 -0
- package/dist/runtime/csp-hoare/examples.js.map +1 -0
- package/dist/runtime/csp-hoare/index.d.ts.map +1 -0
- package/dist/runtime/csp-hoare/index.js.map +1 -0
- package/dist/runtime/csp-hoare/semantics.d.ts.map +1 -0
- package/dist/runtime/csp-hoare/semantics.js.map +1 -0
- package/dist/runtime/csp-hoare/types.d.ts.map +1 -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.map +1 -0
- package/dist/semantics/categorical/fin-set.js.map +1 -0
- package/dist/semantics/categorical/free.d.ts.map +1 -0
- package/dist/semantics/categorical/free.js.map +1 -0
- package/dist/semantics/categorical/functor.d.ts.map +1 -0
- package/dist/semantics/categorical/functor.js.map +1 -0
- package/dist/semantics/categorical/index.d.ts.map +1 -0
- package/dist/semantics/categorical/index.js.map +1 -0
- package/dist/semantics/categorical/limits.d.ts.map +1 -0
- package/dist/semantics/categorical/limits.js.map +1 -0
- package/dist/semantics/categorical/monoidal.d.ts.map +1 -0
- package/dist/semantics/categorical/monoidal.js.map +1 -0
- package/dist/semantics/categorical/poset.d.ts.map +1 -0
- package/dist/semantics/categorical/poset.js.map +1 -0
- package/dist/semantics/categorical/types.d.ts.map +1 -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/solver/smt-z3/index.d.ts +3 -0
- package/dist/solver/smt-z3/index.d.ts.map +1 -0
- package/dist/solver/smt-z3/index.js +11 -0
- package/dist/solver/smt-z3/index.js.map +1 -0
- package/dist/solver/smt-z3/types.d.ts +52 -0
- package/dist/solver/smt-z3/types.d.ts.map +1 -0
- package/dist/solver/smt-z3/types.js +6 -0
- package/dist/solver/smt-z3/types.js.map +1 -0
- package/dist/solver/smt-z3/z3-wasm-backend.d.ts +88 -0
- package/dist/solver/smt-z3/z3-wasm-backend.d.ts.map +1 -0
- package/dist/solver/smt-z3/z3-wasm-backend.js +437 -0
- package/dist/solver/smt-z3/z3-wasm-backend.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/combinatorial-games/combinatorial-games.test.d.ts +2 -0
- package/dist/tests/reasoning/combinatorial-games/combinatorial-games.test.d.ts.map +1 -0
- package/dist/tests/reasoning/combinatorial-games/combinatorial-games.test.js +203 -0
- package/dist/tests/reasoning/combinatorial-games/combinatorial-games.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.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/mechanism-design/mechanism-design.test.d.ts +2 -0
- package/dist/tests/reasoning/mechanism-design/mechanism-design.test.d.ts.map +1 -0
- package/dist/tests/reasoning/mechanism-design/mechanism-design.test.js +290 -0
- package/dist/tests/reasoning/mechanism-design/mechanism-design.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/probabilistic/probabilistic.test.d.ts +2 -0
- package/dist/tests/reasoning/probabilistic/probabilistic.test.d.ts.map +1 -0
- package/dist/tests/reasoning/probabilistic/probabilistic.test.js +370 -0
- package/dist/tests/reasoning/probabilistic/probabilistic.test.js.map +1 -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.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.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/solver/smt-z3/z3-wasm-backend.test.d.ts +2 -0
- package/dist/tests/solver/smt-z3/z3-wasm-backend.test.d.ts.map +1 -0
- package/dist/tests/solver/smt-z3/z3-wasm-backend.test.js +394 -0
- package/dist/tests/solver/smt-z3/z3-wasm-backend.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/proof-guidance/features.test.d.ts +2 -0
- package/dist/tests/tooling/proof-guidance/features.test.d.ts.map +1 -0
- package/dist/tests/tooling/proof-guidance/features.test.js +72 -0
- package/dist/tests/tooling/proof-guidance/features.test.js.map +1 -0
- package/dist/tests/tooling/proof-guidance/model.test.d.ts +2 -0
- package/dist/tests/tooling/proof-guidance/model.test.d.ts.map +1 -0
- package/dist/tests/tooling/proof-guidance/model.test.js +165 -0
- package/dist/tests/tooling/proof-guidance/model.test.js.map +1 -0
- package/dist/tests/tooling/proof-guidance/search.test.d.ts +2 -0
- package/dist/tests/tooling/proof-guidance/search.test.d.ts.map +1 -0
- package/dist/tests/tooling/proof-guidance/search.test.js +238 -0
- package/dist/tests/tooling/proof-guidance/search.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.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.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.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.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/cubical/cubical.test.d.ts +2 -0
- package/dist/tests/type-theory/cubical/cubical.test.d.ts.map +1 -0
- package/dist/tests/type-theory/cubical/cubical.test.js +207 -0
- package/dist/tests/type-theory/cubical/cubical.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.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.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/proof-guidance/features.d.ts +10 -0
- package/dist/tooling/proof-guidance/features.d.ts.map +1 -0
- package/dist/tooling/proof-guidance/features.js +97 -0
- package/dist/tooling/proof-guidance/features.js.map +1 -0
- package/dist/tooling/proof-guidance/index.d.ts +5 -0
- package/dist/tooling/proof-guidance/index.d.ts.map +1 -0
- package/dist/tooling/proof-guidance/index.js +25 -0
- package/dist/tooling/proof-guidance/index.js.map +1 -0
- package/dist/tooling/proof-guidance/model.d.ts +42 -0
- package/dist/tooling/proof-guidance/model.d.ts.map +1 -0
- package/dist/tooling/proof-guidance/model.js +149 -0
- package/dist/tooling/proof-guidance/model.js.map +1 -0
- package/dist/tooling/proof-guidance/search.d.ts +7 -0
- package/dist/tooling/proof-guidance/search.d.ts.map +1 -0
- package/dist/tooling/proof-guidance/search.js +102 -0
- package/dist/tooling/proof-guidance/search.js.map +1 -0
- package/dist/tooling/proof-guidance/types.d.ts +77 -0
- package/dist/tooling/proof-guidance/types.d.ts.map +1 -0
- package/dist/tooling/proof-guidance/types.js +8 -0
- package/dist/tooling/proof-guidance/types.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.map +1 -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.map +1 -0
- package/dist/tooling/tptp/emitter.d.ts.map +1 -0
- package/dist/tooling/tptp/emitter.js.map +1 -0
- package/dist/tooling/tptp/index.d.ts.map +1 -0
- package/dist/tooling/tptp/index.js.map +1 -0
- package/dist/tooling/tptp/parser.d.ts.map +1 -0
- package/dist/tooling/tptp/parser.js.map +1 -0
- package/dist/tooling/tptp/tokenizer.d.ts.map +1 -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/cubical/equality.d.ts +4 -0
- package/dist/type-theory/cubical/equality.d.ts.map +1 -0
- package/dist/type-theory/cubical/equality.js +78 -0
- package/dist/type-theory/cubical/equality.js.map +1 -0
- package/dist/type-theory/cubical/index.d.ts +14 -0
- package/dist/type-theory/cubical/index.d.ts.map +1 -0
- package/dist/type-theory/cubical/index.js +71 -0
- package/dist/type-theory/cubical/index.js.map +1 -0
- package/dist/type-theory/cubical/infer.d.ts +18 -0
- package/dist/type-theory/cubical/infer.d.ts.map +1 -0
- package/dist/type-theory/cubical/infer.js +241 -0
- package/dist/type-theory/cubical/infer.js.map +1 -0
- package/dist/type-theory/cubical/interval.d.ts +12 -0
- package/dist/type-theory/cubical/interval.d.ts.map +1 -0
- package/dist/type-theory/cubical/interval.js +118 -0
- package/dist/type-theory/cubical/interval.js.map +1 -0
- package/dist/type-theory/cubical/normalize.d.ts +5 -0
- package/dist/type-theory/cubical/normalize.d.ts.map +1 -0
- package/dist/type-theory/cubical/normalize.js +191 -0
- package/dist/type-theory/cubical/normalize.js.map +1 -0
- package/dist/type-theory/cubical/path-algebra.d.ts +12 -0
- package/dist/type-theory/cubical/path-algebra.d.ts.map +1 -0
- package/dist/type-theory/cubical/path-algebra.js +109 -0
- package/dist/type-theory/cubical/path-algebra.js.map +1 -0
- package/dist/type-theory/cubical/substitute.d.ts +3 -0
- package/dist/type-theory/cubical/substitute.d.ts.map +1 -0
- package/dist/type-theory/cubical/substitute.js +109 -0
- package/dist/type-theory/cubical/substitute.js.map +1 -0
- package/dist/type-theory/cubical/types.d.ts +77 -0
- package/dist/type-theory/cubical/types.d.ts.map +1 -0
- package/dist/type-theory/cubical/types.js +258 -0
- package/dist/type-theory/cubical/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.map +1 -0
- package/dist/type-theory/hindley-milner/index.js.map +1 -0
- package/dist/type-theory/hindley-milner/infer.d.ts.map +1 -0
- package/dist/type-theory/hindley-milner/infer.js.map +1 -0
- package/dist/type-theory/hindley-milner/substitution.d.ts.map +1 -0
- package/dist/type-theory/hindley-milner/substitution.js.map +1 -0
- package/dist/type-theory/hindley-milner/types.d.ts.map +1 -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.map +1 -0
- package/dist/type-theory/hott/equality.js.map +1 -0
- package/dist/type-theory/hott/index.d.ts.map +1 -0
- package/dist/type-theory/hott/index.js.map +1 -0
- package/dist/type-theory/hott/infer.d.ts.map +1 -0
- package/dist/type-theory/hott/infer.js.map +1 -0
- package/dist/type-theory/hott/normalize.d.ts.map +1 -0
- package/dist/type-theory/hott/normalize.js.map +1 -0
- package/dist/type-theory/hott/path-algebra.d.ts.map +1 -0
- package/dist/type-theory/hott/path-algebra.js.map +1 -0
- package/dist/type-theory/hott/substitute.d.ts.map +1 -0
- package/dist/type-theory/hott/substitute.js.map +1 -0
- package/dist/type-theory/hott/types.d.ts.map +1 -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 +4 -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/categorical/fin-set.d.ts.map +0 -1
- package/dist/categorical/fin-set.js.map +0 -1
- package/dist/categorical/free.d.ts.map +0 -1
- package/dist/categorical/free.js.map +0 -1
- package/dist/categorical/functor.d.ts.map +0 -1
- package/dist/categorical/functor.js.map +0 -1
- package/dist/categorical/index.d.ts.map +0 -1
- package/dist/categorical/index.js.map +0 -1
- package/dist/categorical/limits.d.ts.map +0 -1
- package/dist/categorical/limits.js.map +0 -1
- package/dist/categorical/monoidal.d.ts.map +0 -1
- package/dist/categorical/monoidal.js.map +0 -1
- package/dist/categorical/poset.d.ts.map +0 -1
- package/dist/categorical/poset.js.map +0 -1
- package/dist/categorical/types.d.ts.map +0 -1
- package/dist/categorical/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/csp-hoare/analysis.d.ts.map +0 -1
- package/dist/csp-hoare/analysis.js.map +0 -1
- package/dist/csp-hoare/examples.d.ts.map +0 -1
- package/dist/csp-hoare/examples.js.map +0 -1
- package/dist/csp-hoare/index.d.ts.map +0 -1
- package/dist/csp-hoare/index.js.map +0 -1
- package/dist/csp-hoare/semantics.d.ts.map +0 -1
- package/dist/csp-hoare/semantics.js.map +0 -1
- package/dist/csp-hoare/types.d.ts.map +0 -1
- package/dist/csp-hoare/types.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/hindley-milner/index.d.ts.map +0 -1
- package/dist/hindley-milner/index.js.map +0 -1
- package/dist/hindley-milner/infer.d.ts.map +0 -1
- package/dist/hindley-milner/infer.js.map +0 -1
- package/dist/hindley-milner/substitution.d.ts.map +0 -1
- package/dist/hindley-milner/substitution.js.map +0 -1
- package/dist/hindley-milner/types.d.ts.map +0 -1
- package/dist/hindley-milner/types.js.map +0 -1
- package/dist/hott/equality.d.ts.map +0 -1
- package/dist/hott/equality.js.map +0 -1
- package/dist/hott/index.d.ts.map +0 -1
- package/dist/hott/index.js.map +0 -1
- package/dist/hott/infer.d.ts.map +0 -1
- package/dist/hott/infer.js.map +0 -1
- package/dist/hott/normalize.d.ts.map +0 -1
- package/dist/hott/normalize.js.map +0 -1
- package/dist/hott/path-algebra.d.ts.map +0 -1
- package/dist/hott/path-algebra.js.map +0 -1
- package/dist/hott/substitute.d.ts.map +0 -1
- package/dist/hott/substitute.js.map +0 -1
- package/dist/hott/types.d.ts.map +0 -1
- package/dist/hott/types.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/lemma-synthesis/index.d.ts.map +0 -1
- package/dist/lemma-synthesis/index.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/tactic-dsl/combinators.d.ts.map +0 -1
- package/dist/tactic-dsl/combinators.js.map +0 -1
- package/dist/tactic-dsl/index.d.ts.map +0 -1
- package/dist/tactic-dsl/index.js.map +0 -1
- package/dist/tactic-dsl/tactics.d.ts.map +0 -1
- package/dist/tactic-dsl/tactics.js.map +0 -1
- package/dist/tactic-dsl/types.d.ts.map +0 -1
- package/dist/tactic-dsl/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/categorical/categorical.test.d.ts.map +0 -1
- package/dist/tests/categorical/categorical.test.js +0 -300
- package/dist/tests/categorical/categorical.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/csp-hoare/csp-hoare.test.d.ts.map +0 -1
- package/dist/tests/csp-hoare/csp-hoare.test.js +0 -313
- package/dist/tests/csp-hoare/csp-hoare.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/hindley-milner/hindley-milner.test.d.ts.map +0 -1
- package/dist/tests/hindley-milner/hindley-milner.test.js +0 -327
- package/dist/tests/hindley-milner/hindley-milner.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/hott/hott.test.d.ts.map +0 -1
- package/dist/tests/hott/hott.test.js +0 -271
- package/dist/tests/hott/hott.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/lemma-synthesis/lemma-synthesis.test.d.ts.map +0 -1
- package/dist/tests/lemma-synthesis/lemma-synthesis.test.js +0 -460
- package/dist/tests/lemma-synthesis/lemma-synthesis.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/tactic-dsl/tactic-dsl.test.d.ts.map +0 -1
- package/dist/tests/tactic-dsl/tactic-dsl.test.js +0 -259
- package/dist/tests/tactic-dsl/tactic-dsl.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/tests/tptp/bridge.test.d.ts.map +0 -1
- package/dist/tests/tptp/bridge.test.js +0 -154
- package/dist/tests/tptp/bridge.test.js.map +0 -1
- package/dist/tests/tptp/emitter.test.d.ts.map +0 -1
- package/dist/tests/tptp/emitter.test.js +0 -128
- package/dist/tests/tptp/emitter.test.js.map +0 -1
- package/dist/tests/tptp/parser.test.d.ts.map +0 -1
- package/dist/tests/tptp/parser.test.js +0 -192
- package/dist/tests/tptp/parser.test.js.map +0 -1
- package/dist/tests/tptp/tokenizer.test.d.ts.map +0 -1
- package/dist/tests/tptp/tokenizer.test.js +0 -60
- package/dist/tests/tptp/tokenizer.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/tptp/ast.d.ts.map +0 -1
- package/dist/tptp/ast.js.map +0 -1
- package/dist/tptp/bridge.d.ts +0 -14
- package/dist/tptp/bridge.d.ts.map +0 -1
- package/dist/tptp/bridge.js.map +0 -1
- package/dist/tptp/emitter.d.ts.map +0 -1
- package/dist/tptp/emitter.js.map +0 -1
- package/dist/tptp/index.d.ts.map +0 -1
- package/dist/tptp/index.js.map +0 -1
- package/dist/tptp/parser.d.ts.map +0 -1
- package/dist/tptp/parser.js.map +0 -1
- package/dist/tptp/tokenizer.d.ts.map +0 -1
- package/dist/tptp/tokenizer.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/{lemma-synthesis → reasoning/lemma-synthesis}/index.d.ts +0 -0
- /package/dist/{lemma-synthesis → reasoning/lemma-synthesis}/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/{tactic-dsl → reasoning/tactic-dsl}/combinators.d.ts +0 -0
- /package/dist/{tactic-dsl → reasoning/tactic-dsl}/combinators.js +0 -0
- /package/dist/{tactic-dsl → reasoning/tactic-dsl}/index.d.ts +0 -0
- /package/dist/{tactic-dsl → reasoning/tactic-dsl}/index.js +0 -0
- /package/dist/{tactic-dsl → reasoning/tactic-dsl}/tactics.d.ts +0 -0
- /package/dist/{tactic-dsl → reasoning/tactic-dsl}/tactics.js +0 -0
- /package/dist/{tactic-dsl → reasoning/tactic-dsl}/types.d.ts +0 -0
- /package/dist/{tactic-dsl → reasoning/tactic-dsl}/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/{csp-hoare → runtime/csp-hoare}/analysis.d.ts +0 -0
- /package/dist/{csp-hoare → runtime/csp-hoare}/analysis.js +0 -0
- /package/dist/{csp-hoare → runtime/csp-hoare}/examples.d.ts +0 -0
- /package/dist/{csp-hoare → runtime/csp-hoare}/examples.js +0 -0
- /package/dist/{csp-hoare → runtime/csp-hoare}/index.d.ts +0 -0
- /package/dist/{csp-hoare → runtime/csp-hoare}/index.js +0 -0
- /package/dist/{csp-hoare → runtime/csp-hoare}/semantics.d.ts +0 -0
- /package/dist/{csp-hoare → runtime/csp-hoare}/semantics.js +0 -0
- /package/dist/{csp-hoare → runtime/csp-hoare}/types.d.ts +0 -0
- /package/dist/{csp-hoare → runtime/csp-hoare}/types.js +0 -0
- /package/dist/{categorical → semantics/categorical}/fin-set.d.ts +0 -0
- /package/dist/{categorical → semantics/categorical}/fin-set.js +0 -0
- /package/dist/{categorical → semantics/categorical}/free.d.ts +0 -0
- /package/dist/{categorical → semantics/categorical}/free.js +0 -0
- /package/dist/{categorical → semantics/categorical}/functor.d.ts +0 -0
- /package/dist/{categorical → semantics/categorical}/functor.js +0 -0
- /package/dist/{categorical → semantics/categorical}/index.d.ts +0 -0
- /package/dist/{categorical → semantics/categorical}/index.js +0 -0
- /package/dist/{categorical → semantics/categorical}/limits.d.ts +0 -0
- /package/dist/{categorical → semantics/categorical}/limits.js +0 -0
- /package/dist/{categorical → semantics/categorical}/monoidal.d.ts +0 -0
- /package/dist/{categorical → semantics/categorical}/monoidal.js +0 -0
- /package/dist/{categorical → semantics/categorical}/poset.d.ts +0 -0
- /package/dist/{categorical → semantics/categorical}/poset.js +0 -0
- /package/dist/{categorical → semantics/categorical}/types.d.ts +0 -0
- /package/dist/{categorical → semantics/categorical}/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/{lemma-synthesis → reasoning/lemma-synthesis}/lemma-synthesis.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/{tactic-dsl → reasoning/tactic-dsl}/tactic-dsl.test.d.ts +0 -0
- /package/dist/tests/{bdd → runtime/bdd}/manager.test.d.ts +0 -0
- /package/dist/tests/{csp-hoare → runtime/csp-hoare}/csp-hoare.test.d.ts +0 -0
- /package/dist/tests/{categorical → semantics/categorical}/categorical.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/{tptp → tooling/tptp}/bridge.test.d.ts +0 -0
- /package/dist/tests/{tptp → tooling/tptp}/emitter.test.d.ts +0 -0
- /package/dist/tests/{tptp → tooling/tptp}/parser.test.d.ts +0 -0
- /package/dist/tests/{tptp → tooling/tptp}/tokenizer.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/{hindley-milner → type-theory/hindley-milner}/hindley-milner.test.d.ts +0 -0
- /package/dist/tests/{hol → type-theory/hol}/hol.test.d.ts +0 -0
- /package/dist/tests/{hott → type-theory/hott}/hott.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/{tptp → tooling/tptp}/ast.d.ts +0 -0
- /package/dist/{tptp → tooling/tptp}/ast.js +0 -0
- /package/dist/{tptp → tooling/tptp}/bridge.js +0 -0
- /package/dist/{tptp → tooling/tptp}/emitter.d.ts +0 -0
- /package/dist/{tptp → tooling/tptp}/emitter.js +0 -0
- /package/dist/{tptp → tooling/tptp}/index.d.ts +0 -0
- /package/dist/{tptp → tooling/tptp}/index.js +0 -0
- /package/dist/{tptp → tooling/tptp}/parser.d.ts +0 -0
- /package/dist/{tptp → tooling/tptp}/parser.js +0 -0
- /package/dist/{tptp → tooling/tptp}/tokenizer.d.ts +0 -0
- /package/dist/{tptp → tooling/tptp}/tokenizer.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/{hindley-milner → type-theory/hindley-milner}/index.d.ts +0 -0
- /package/dist/{hindley-milner → type-theory/hindley-milner}/index.js +0 -0
- /package/dist/{hindley-milner → type-theory/hindley-milner}/infer.d.ts +0 -0
- /package/dist/{hindley-milner → type-theory/hindley-milner}/infer.js +0 -0
- /package/dist/{hindley-milner → type-theory/hindley-milner}/substitution.d.ts +0 -0
- /package/dist/{hindley-milner → type-theory/hindley-milner}/substitution.js +0 -0
- /package/dist/{hindley-milner → type-theory/hindley-milner}/types.d.ts +0 -0
- /package/dist/{hindley-milner → type-theory/hindley-milner}/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/{hott → type-theory/hott}/equality.d.ts +0 -0
- /package/dist/{hott → type-theory/hott}/equality.js +0 -0
- /package/dist/{hott → type-theory/hott}/index.d.ts +0 -0
- /package/dist/{hott → type-theory/hott}/index.js +0 -0
- /package/dist/{hott → type-theory/hott}/infer.d.ts +0 -0
- /package/dist/{hott → type-theory/hott}/infer.js +0 -0
- /package/dist/{hott → type-theory/hott}/normalize.d.ts +0 -0
- /package/dist/{hott → type-theory/hott}/normalize.js +0 -0
- /package/dist/{hott → type-theory/hott}/path-algebra.d.ts +0 -0
- /package/dist/{hott → type-theory/hott}/path-algebra.js +0 -0
- /package/dist/{hott → type-theory/hott}/substitute.d.ts +0 -0
- /package/dist/{hott → type-theory/hott}/substitute.js +0 -0
- /package/dist/{hott → type-theory/hott}/types.d.ts +0 -0
- /package/dist/{hott → type-theory/hott}/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 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/lambda-calc/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/lemma-synthesis/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/lemma-synthesis/index.ts"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,yDAAyD;AACzD,+DAA+D;AAC/D,kEAAkE;AAClE,yDAAyD;AACzD,mBAAmB;AACnB,EAAE;AACF,8DAA8D;AAC9D,6DAA6D;AAC7D,4BAA4B;AAC5B,iEAAiE;AACjE,kEAAkE;AAClE,+DAA+D;AAC/D,iEAAiE;AACjE,8DAA8D;AAC9D,iDAAiD;AACjD,EAAE;AACF,6DAA6D;AAC7D,gEAAgE;AAChE,uBAAuB;AACvB,+DAA+D;;;AA0C/D,oCAgBC;AAwBD,4BAiBC;AAuBD,wCA+EC;AAuCD,oDAsFC;AAgDD,8CAkEC;AA8ED,8CAYC;AAID,0DAWC;AAED,8CAcC;AAED,wCAeC;AA1hBD,+DAA+D;AAE/D,SAAgB,YAAY,CAAC,CAAO;IAClC,QAAQ,CAAC,CAAC,IAAI,EAAE,CAAC;QACf,KAAK,KAAK,CAAC;QACX,KAAK,OAAO;YACV,OAAO,CAAC,CAAC,IAAI,CAAC;QAChB,KAAK,KAAK;YACR,IAAI,CAAC,CAAC,IAAI,CAAC,MAAM,KAAK,CAAC;gBAAE,OAAO,CAAC,CAAC,IAAI,CAAC;YACvC,qDAAqD;YACrD,IAAI,CAAC,CAAC,IAAI,CAAC,MAAM,KAAK,CAAC,IAAI,wBAAwB,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,CAAC;gBACjE,OAAO,IAAI,YAAY,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,IAAI,IAAI,YAAY,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC;YAC7E,CAAC;YACD,IAAI,CAAC,CAAC,IAAI,CAAC,MAAM,KAAK,CAAC,IAAI,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,CAAC;gBACnD,OAAO,GAAG,CAAC,CAAC,IAAI,GAAG,YAAY,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;YAC/C,CAAC;YACD,OAAO,GAAG,CAAC,CAAC,IAAI,IAAI,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC;IAC/D,CAAC;AACH,CAAC;AAED,MAAM,WAAW,GAAG,IAAI,OAAO,EAAkB,CAAC;AAClD,SAAS,OAAO,CAAC,CAAO;IACtB,IAAI,OAAO,CAAC,KAAK,QAAQ,IAAI,CAAC,KAAK,IAAI;QAAE,OAAO,MAAM,CAAC,CAAC,CAAC,CAAC;IAC1D,MAAM,MAAM,GAAG,WAAW,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;IAClC,IAAI,MAAM,KAAK,SAAS;QAAE,OAAO,MAAM,CAAC;IACxC,IAAI,CAAS,CAAC;IACd,QAAQ,CAAC,CAAC,IAAI,EAAE,CAAC;QACf,KAAK,KAAK;YACR,CAAC,GAAG,KAAK,CAAC,CAAC,IAAI,IAAI,CAAC,CAAC,IAAI,EAAE,CAAC;YAC5B,MAAM;QACR,KAAK,OAAO;YACV,CAAC,GAAG,KAAK,CAAC,CAAC,IAAI,IAAI,CAAC,CAAC,IAAI,EAAE,CAAC;YAC5B,MAAM;QACR,KAAK,KAAK;YACR,CAAC,GAAG,KAAK,CAAC,CAAC,IAAI,IAAI,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC;YACpD,MAAM;IACV,CAAC;IACD,WAAW,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IACtB,OAAO,CAAC,CAAC;AACX,CAAC;AAED,oFAAoF;AACpF,SAAgB,QAAQ,CAAC,CAAO;IAC9B,MAAM,IAAI,GAAG,IAAI,GAAG,EAAU,CAAC;IAC/B,MAAM,MAAM,GAA0C,EAAE,CAAC;IACzD,MAAM,IAAI,GAAG,CAAC,CAAO,EAAQ,EAAE;QAC7B,IAAI,CAAC,CAAC,IAAI,KAAK,KAAK,EAAE,CAAC;YACrB,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,CAAC;gBACtB,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;gBACjB,MAAM,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC;YAC9C,CAAC;YACD,OAAO;QACT,CAAC;QACD,IAAI,CAAC,CAAC,IAAI,KAAK,KAAK,EAAE,CAAC;YACrB,KAAK,MAAM,CAAC,IAAI,CAAC,CAAC,IAAI;gBAAE,IAAI,CAAC,CAAC,CAAC,CAAC;QAClC,CAAC;IACH,CAAC,CAAC;IACF,IAAI,CAAC,CAAC,CAAC,CAAC;IACR,OAAO,MAAM,CAAC;AAChB,CAAC;AAED,+DAA+D;AAE/D,SAAS,UAAU,CAAC,IAAY;IAC9B,IAAI,CAAC,GAAG,IAAI,KAAK,CAAC,CAAC;IACnB,OAAO,GAAW,EAAE;QAClB,CAAC,GAAG,CAAC,CAAC,GAAG,UAAU,CAAC,KAAK,CAAC,CAAC;QAC3B,IAAI,CAAC,GAAG,CAAC,CAAC;QACV,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;QACrC,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,GAAG,EAAE,CAAC,CAAC;QAC1C,OAAO,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,GAAG,UAAU,CAAC;IAC/C,CAAC,CAAC;AACJ,CAAC;AAED,+DAA+D;AAE/D;;;;;GAKG;AACH,SAAgB,cAAc,CAC5B,GAAc,EACd,IAAY,EACZ,KAAa,EACb,YAAmD,gBAAgB,CAAC,GAAG,CAAC;IAExE,IAAI,KAAK,GAAG,CAAC;QAAE,OAAO,EAAE,CAAC;IAEzB,yBAAyB;IACzB,MAAM,KAAK,GAAG,IAAI,GAAG,EAAkB,CAAC;IAExC,MAAM,SAAS,GAAG,CAAC,CAAS,EAAU,EAAE;QACtC,MAAM,GAAG,GAAW,EAAE,CAAC;QACvB,KAAK,MAAM,CAAC,IAAI,SAAS,EAAE,CAAC;YAC1B,IAAI,CAAC,CAAC,IAAI,KAAK,CAAC;gBAAE,GAAG,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC,CAAC,IAAI,EAAE,IAAI,EAAE,CAAC,EAAE,CAAC,CAAC;QACrE,CAAC;QACD,KAAK,MAAM,CAAC,IAAI,GAAG,CAAC,SAAS,EAAE,CAAC;YAC9B,IAAI,CAAC,CAAC,IAAI,KAAK,CAAC;gBAAE,GAAG,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC,CAAC,IAAI,EAAE,IAAI,EAAE,CAAC,EAAE,CAAC,CAAC;QACvE,CAAC;QACD,OAAO,GAAG,CAAC;IACb,CAAC,CAAC;IAEF,MAAM,EAAE,GAAG,CAAC,CAAS,EAAE,CAAS,EAAU,EAAE;QAC1C,MAAM,GAAG,GAAG,GAAG,CAAC,IAAI,CAAC,EAAE,CAAC;QACxB,MAAM,MAAM,GAAG,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;QAC9B,IAAI,MAAM;YAAE,OAAO,MAAM,CAAC;QAE1B,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC;YACX,MAAM,IAAI,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC;YAC1B,KAAK,CAAC,GAAG,CAAC,GAAG,EAAE,IAAI,CAAC,CAAC;YACrB,OAAO,IAAI,CAAC;QACd,CAAC;QAED,gFAAgF;QAChF,MAAM,IAAI,GAAG,EAAE,CAAC,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;QAC1B,MAAM,MAAM,GAAW,CAAC,GAAG,IAAI,CAAC,CAAC;QAEjC,KAAK,MAAM,CAAC,IAAI,GAAG,CAAC,SAAS,EAAE,CAAC;YAC9B,IAAI,CAAC,CAAC,UAAU,KAAK,CAAC;gBAAE,SAAS;YACjC,8CAA8C;YAC9C,MAAM,QAAQ,GAAG,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;YACvD,gCAAgC;YAChC,MAAM,SAAS,GAAG,QAAQ,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,CAAC,EAAE,EAAE,CAAC,GAAG,GAAG,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;YACjE,IAAI,SAAS,GAAG,MAAM;gBAAE,SAAS;YACjC,MAAM,GAAG,GAAG,IAAI,KAAK,CAAC,CAAC,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,CAAC,CAAa,CAAC;YAC7D,MAAM,QAAQ,GAAG,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,MAAM,KAAK,CAAC,CAAC,CAAC;YACtD,IAAI,QAAQ;gBAAE,SAAS;YACvB,OAAO,IAAI,EAAE,CAAC;gBACZ,MAAM,IAAI,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;gBAC/C,+DAA+D;gBAC/D,iEAAiE;gBACjE,uCAAuC;gBACvC,MAAM,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,EAAE,CAAC,CAAC;gBAC1D,IAAI,KAAK,GAAG,GAAG,CAAC,MAAM,GAAG,CAAC,CAAC;gBAC3B,OAAO,KAAK,IAAI,CAAC,EAAE,CAAC;oBAClB,GAAG,CAAC,KAAK,CAAC,EAAE,CAAC;oBACb,IAAI,GAAG,CAAC,KAAK,CAAC,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAC,MAAM;wBAAE,MAAM;oBAC/C,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;oBACf,KAAK,EAAE,CAAC;gBACV,CAAC;gBACD,IAAI,KAAK,GAAG,CAAC;oBAAE,MAAM;YACvB,CAAC;QACH,CAAC;QAED,aAAa;QACb,MAAM,IAAI,GAAG,IAAI,GAAG,EAAU,CAAC;QAC/B,MAAM,KAAK,GAAW,EAAE,CAAC;QACzB,KAAK,MAAM,CAAC,IAAI,MAAM,EAAE,CAAC;YACvB,MAAM,CAAC,GAAG,OAAO,CAAC,CAAC,CAAC,CAAC;YACrB,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC;gBACjB,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;gBACZ,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;YAChB,CAAC;QACH,CAAC;QACD,KAAK,CAAC,GAAG,CAAC,GAAG,EAAE,KAAK,CAAC,CAAC;QACtB,OAAO,KAAK,CAAC;IACf,CAAC,CAAC;IAEF,OAAO,EAAE,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACzB,CAAC;AAED,SAAS,gBAAgB,CAAC,GAAc;IACtC,MAAM,GAAG,GAA0C,EAAE,CAAC;IACtD,KAAK,MAAM,CAAC,IAAI,GAAG,CAAC,KAAK,EAAE,CAAC;QAC1B,GAAG,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,GAAG,CAAC,CAAC,WAAW,EAAE,CAAC,CAAC,CAAC,IAAI,GAAG,GAAG,EAAE,IAAI,EAAE,CAAC,EAAE,CAAC,CAAC;QAC7D,GAAG,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,GAAG,CAAC,CAAC,WAAW,EAAE,CAAC,CAAC,CAAC,IAAI,GAAG,GAAG,EAAE,IAAI,EAAE,CAAC,EAAE,CAAC,CAAC;QAC7D,GAAG,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,GAAG,CAAC,CAAC,WAAW,EAAE,CAAC,CAAC,CAAC,IAAI,GAAG,GAAG,EAAE,IAAI,EAAE,CAAC,EAAE,CAAC,CAAC;IAC/D,CAAC;IACD,OAAO,GAAG,CAAC;AACb,CAAC;AAMD,SAAS,kBAAkB,CAAC,IAAY,EAAE,GAAiB;IACzD,kDAAkD;IAClD,MAAM,EAAE,GAAG,IAAI,CAAC,WAAW,EAAE,CAAC;IAC9B,IAAI,EAAE,KAAK,KAAK,IAAI,EAAE,KAAK,GAAG,IAAI,EAAE,KAAK,QAAQ,IAAI,EAAE,KAAK,KAAK,EAAE,CAAC;QAClE,OAAO,IAAI,CAAC,KAAK,CAAC,GAAG,EAAE,GAAG,CAAC,CAAC,CAAC;IAC/B,CAAC;IACD,IAAI,EAAE,KAAK,MAAM,IAAI,EAAE,KAAK,GAAG,IAAI,EAAE,KAAK,SAAS,EAAE,CAAC;QACpD,OAAO,GAAG,EAAE,GAAG,GAAG,CAAC;IACrB,CAAC;IACD,IAAI,EAAE,KAAK,MAAM,IAAI,EAAE,KAAK,GAAG,EAAE,CAAC;QAChC,MAAM,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,GAAG,EAAE,GAAG,CAAC,CAAC,CAAC;QAClC,MAAM,IAAI,GAAa,EAAE,CAAC;QAC1B,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE;YAAE,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC;QAC/D,OAAO,IAAI,CAAC;IACd,CAAC;IACD,OAAO,GAAG,EAAE,CAAC;AACf,CAAC;AAED;;;;GAIG;AACH,SAAgB,oBAAoB,CAClC,GAAc,EACd,SAAoB,EACpB,OAAyB,EAAE;IAE3B,MAAM,QAAQ,GAAG,IAAI,CAAC,QAAQ,IAAI,CAAC,CAAC;IACpC,MAAM,QAAQ,GAAG,IAAI,CAAC,QAAQ,IAAI,GAAG,CAAC;IACtC,MAAM,OAAO,GAAG,IAAI,CAAC,cAAc,IAAI,GAAG,CAAC;IAC3C,MAAM,IAAI,GAAG,IAAI,CAAC,IAAI,IAAI,QAAQ,CAAC;IACnC,MAAM,GAAG,GAAG,UAAU,CAAC,IAAI,CAAC,CAAC;IAC7B,MAAM,OAAO,GAAG,IAAI,CAAC,WAAW,IAAI,kBAAkB,CAAC;IACvD,MAAM,WAAW,GAAG,IAAI,CAAC,WAAW,IAAI,CAAC,CAAC;IAE1C,yCAAyC;IACzC,MAAM,SAAS,GAA0C,EAAE,CAAC;IAC5D,KAAK,MAAM,CAAC,IAAI,GAAG,CAAC,KAAK,EAAE,CAAC;QAC1B,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,WAAW,EAAE,CAAC,EAAE,EAAE,CAAC;YACrC,SAAS,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,GAAG,CAAC,CAAC,WAAW,EAAE,CAAC,CAAC,CAAC,IAAI,GAAG,GAAG,CAAC,EAAE,EAAE,IAAI,EAAE,CAAC,EAAE,CAAC,CAAC;QACxE,CAAC;IACH,CAAC;IAED,MAAM,WAAW,GAAiB,EAAE,CAAC;IAErC,KAAK,MAAM,IAAI,IAAI,GAAG,CAAC,KAAK,EAAE,CAAC;QAC7B,MAAM,KAAK,GAAG,cAAc,CAAC,GAAG,EAAE,IAAI,EAAE,QAAQ,EAAE,SAAS,CAAC,CAAC;QAE7D,wEAAwE;QACxE,MAAM,UAAU,GAAmC,EAAE,CAAC;QACtD,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,QAAQ,EAAE,CAAC,EAAE,EAAE,CAAC;YAClC,MAAM,GAAG,GAA4B,EAAE,CAAC;YACxC,KAAK,MAAM,CAAC,IAAI,SAAS;gBAAE,GAAG,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,OAAO,CAAC,CAAC,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;YAC9D,UAAU,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;QACvB,CAAC;QAED,4DAA4D;QAC5D,MAAM,QAAQ,GAAG,IAAI,GAAG,EAAgB,CAAC;QAEzC,KAAK,MAAM,IAAI,IAAI,KAAK,EAAE,CAAC;YACzB,MAAM,MAAM,GAAa,EAAE,CAAC;YAC5B,IAAI,UAAU,GAAG,KAAK,CAAC;YACvB,KAAK,MAAM,GAAG,IAAI,UAAU,EAAE,CAAC;gBAC7B,IAAI,GAAY,CAAC;gBACjB,IAAI,CAAC;oBACH,GAAG,GAAG,SAAS,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;gBAC7B,CAAC;gBAAC,MAAM,CAAC;oBACP,UAAU,GAAG,IAAI,CAAC;oBAClB,MAAM;gBACR,CAAC;gBACD,MAAM,CAAC,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,CAAC,CAAC;YACnC,CAAC;YACD,IAAI,UAAU;gBAAE,SAAS;YAEzB,MAAM,GAAG,GAAG,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;YAC7B,MAAM,GAAG,GAAG,QAAQ,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;YAC9B,IAAI,GAAG,KAAK,SAAS,EAAE,CAAC;gBACtB,QAAQ,CAAC,GAAG,CAAC,GAAG,EAAE,IAAI,CAAC,CAAC;YAC1B,CAAC;iBAAM,CAAC;gBACN,2DAA2D;gBAC3D,0DAA0D;gBAC1D,qDAAqD;gBACrD,IAAI,OAAO,CAAC,GAAG,CAAC,KAAK,OAAO,CAAC,IAAI,CAAC;oBAAE,SAAS;gBAC7C,IAAI,GAAG,CAAC,IAAI,KAAK,KAAK,IAAI,IAAI,CAAC,IAAI,KAAK,KAAK;oBAAE,SAAS;gBAExD,MAAM,OAAO,GAAG,SAAS,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC;gBACzD,MAAM,OAAO,GAAG,IAAI,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,GAAG,CAAC,CAAC,IAAI,IAAI,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,YAAY,CAAC,GAAG,CAAC,MAAM,YAAY,CAAC,IAAI,CAAC,EAAE,CAAC;gBACzH,WAAW,CAAC,IAAI,CAAC;oBACf,SAAS,EAAE,OAAO;oBAClB,OAAO;oBACP,UAAU,EAAE,CAAC;oBACb,QAAQ,EAAE,GAAG;oBACb,SAAS,EAAE,IAAI;iBAChB,CAAC,CAAC;gBACH,IAAI,WAAW,CAAC,MAAM,IAAI,OAAO;oBAAE,MAAM;YAC3C,CAAC;QACH,CAAC;QACD,IAAI,WAAW,CAAC,MAAM,IAAI,OAAO;YAAE,MAAM;IAC3C,CAAC;IAED,qEAAqE;IACrE,WAAW,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE;QACxB,MAAM,EAAE,GAAG,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QACjD,MAAM,EAAE,GAAG,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QACjD,OAAO,EAAE,GAAG,EAAE,CAAC;IACjB,CAAC,CAAC,CAAC;IAEH,OAAO,WAAW,CAAC;AACrB,CAAC;AAED,SAAS,SAAS,CAChB,CAAwC,EACxC,CAAwC;IAExC,MAAM,IAAI,GAAG,IAAI,GAAG,EAAU,CAAC;IAC/B,MAAM,GAAG,GAA0C,EAAE,CAAC;IACtD,KAAK,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,CAAC,CAAC,EAAE,CAAC;QAC7B,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,CAAC;YACtB,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;YACjB,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;QACd,CAAC;IACH,CAAC;IACD,OAAO,GAAG,CAAC;AACb,CAAC;AAED,SAAS,QAAQ,CAAC,CAAO;IACvB,IAAI,CAAC,CAAC,IAAI,KAAK,KAAK,IAAI,CAAC,CAAC,IAAI,KAAK,OAAO;QAAE,OAAO,CAAC,CAAC;IACrD,OAAO,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,CAAC,EAAE,EAAE,CAAC,GAAG,GAAG,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;AAC7D,CAAC;AAED,SAAS,cAAc,CAAC,CAAU;IAChC,IAAI,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;QAAE,OAAO,IAAI,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC;IACpE,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,KAAK,SAAS;QAAE,OAAO,MAAM,CAAC,CAAC,CAAC,CAAC;IACpD,IAAI,OAAO,CAAC,KAAK,QAAQ,EAAE,CAAC;QAC1B,oDAAoD;QACpD,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAC;YAAE,OAAO,MAAM,CAAC,CAAC,CAAC,CAAC;QAC1C,IAAI,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC;YAAE,OAAO,MAAM,CAAC,CAAC,CAAC,CAAC;QAC1C,OAAO,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;IACtB,CAAC;IACD,IAAI,OAAO,CAAC,KAAK,SAAS;QAAE,OAAO,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO,CAAC;IACxD,IAAI,OAAO,CAAC,KAAK,QAAQ;QAAE,OAAO,IAAI,CAAC,GAAG,CAAC;IAC3C,IAAI,OAAO,CAAC,KAAK,QAAQ;QAAE,OAAO,GAAG,CAAC,CAAC,QAAQ,EAAE,GAAG,CAAC;IACrD,IAAI,OAAO,CAAC,KAAK,QAAQ;QAAE,OAAO,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC;IACpD,iCAAiC;IACjC,OAAO,MAAM,CAAC,SAAS,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AAC3C,CAAC;AAED,+DAA+D;AAE/D;;;;;;GAMG;AACH,SAAgB,iBAAiB,CAAC,WAAyB;IACzD,qBAAqB;IACrB,MAAM,QAAQ,GAAG,WAAW,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE;QACxC,IAAI,CAAC,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,CAAC,SAAS;YAAE,OAAO,IAAI,CAAC;QAC7C,OAAO,OAAO,CAAC,CAAC,CAAC,QAAQ,CAAC,KAAK,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC;IACtD,CAAC,CAAC,CAAC;IAEH,2EAA2E;IAC3E,MAAM,IAAI,GAAG,IAAI,GAAG,EAAsB,CAAC;IAC3C,KAAK,MAAM,CAAC,IAAI,QAAQ,EAAE,CAAC;QACzB,IAAI,CAAC,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC;YAChC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC;YACvB,SAAS;QACX,CAAC;QACD,MAAM,EAAE,GAAG,OAAO,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC;QAC/B,MAAM,EAAE,GAAG,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC;QAChC,MAAM,SAAS,GAAG,EAAE,GAAG,EAAE,CAAC,CAAC,CAAC,GAAG,EAAE,IAAI,EAAE,EAAE,CAAC,CAAC,CAAC,GAAG,EAAE,IAAI,EAAE,EAAE,CAAC;QAC1D,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,SAAS,CAAC;YAAE,IAAI,CAAC,GAAG,CAAC,SAAS,EAAE,CAAC,CAAC,CAAC;IACnD,CAAC;IAED,MAAM,MAAM,GAAG,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,CAAC;IAEzC,2DAA2D;IAC3D,wDAAwD;IACxD,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE;QACnB,MAAM,EAAE,GAAG,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAC/F,MAAM,EAAE,GAAG,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAC/F,OAAO,EAAE,GAAG,EAAE,CAAC;IACjB,CAAC,CAAC,CAAC;IAEH,kEAAkE;IAClE,iEAAiE;IACjE,6DAA6D;IAC7D,4DAA4D;IAC5D,+DAA+D;IAC/D,yCAAyC;IACzC,MAAM,SAAS,GAAiB,EAAE,CAAC;IACnC,KAAK,MAAM,CAAC,IAAI,MAAM,EAAE,CAAC;QACvB,IAAI,CAAC,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC;YAChC,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;YAClB,SAAS;QACX,CAAC;QACD,IAAI,GAAG,GAAS,CAAC,CAAC,QAAQ,CAAC;QAC3B,IAAI,GAAG,GAAS,CAAC,CAAC,SAAS,CAAC;QAC5B,KAAK,MAAM,IAAI,IAAI,SAAS,EAAE,CAAC;YAC7B,IAAI,CAAC,IAAI,CAAC,QAAQ,IAAI,CAAC,IAAI,CAAC,SAAS;gBAAE,SAAS;YAChD,+DAA+D;YAC/D,kEAAkE;YAClE,IAAI,IAAI,CAAC,QAAQ,CAAC,IAAI,KAAK,KAAK,IAAI,IAAI,CAAC,SAAS,CAAC,IAAI,KAAK,KAAK;gBAAE,SAAS;YAC5E,IAAI,IAAI,CAAC,SAAS,CAAC,IAAI,KAAK,KAAK,IAAI,IAAI,CAAC,QAAQ,CAAC,IAAI,KAAK,KAAK,EAAE,CAAC;gBAClE,+DAA+D;gBAC/D,GAAG,GAAG,WAAW,CAAC,GAAG,EAAE,IAAI,CAAC,QAAQ,EAAE,IAAI,CAAC,SAAS,CAAC,CAAC;gBACtD,GAAG,GAAG,WAAW,CAAC,GAAG,EAAE,IAAI,CAAC,QAAQ,EAAE,IAAI,CAAC,SAAS,CAAC,CAAC;gBACtD,SAAS;YACX,CAAC;YACD,GAAG,GAAG,WAAW,CAAC,GAAG,EAAE,IAAI,CAAC,QAAQ,EAAE,IAAI,CAAC,SAAS,CAAC,CAAC;YACtD,GAAG,GAAG,WAAW,CAAC,GAAG,EAAE,IAAI,CAAC,QAAQ,EAAE,IAAI,CAAC,SAAS,CAAC,CAAC;QACxD,CAAC;QACD,IAAI,OAAO,CAAC,GAAG,CAAC,KAAK,OAAO,CAAC,GAAG,CAAC,EAAE,CAAC;YAClC,4CAA4C;YAC5C,SAAS;QACX,CAAC;QACD,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;IACpB,CAAC;IAED,OAAO,SAAS,CAAC;AACnB,CAAC;AAED;;;;GAIG;AACH,SAAS,WAAW,CAAC,CAAO,EAAE,OAAa,EAAE,WAAiB;IAC5D,MAAM,KAAK,GAAG,KAAK,CAAC,OAAO,EAAE,CAAC,EAAE,IAAI,GAAG,EAAE,CAAC,CAAC;IAC3C,IAAI,KAAK;QAAE,OAAO,UAAU,CAAC,WAAW,EAAE,KAAK,CAAC,CAAC;IACjD,IAAI,CAAC,CAAC,IAAI,KAAK,KAAK,EAAE,CAAC;QACrB,MAAM,OAAO,GAAG,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,WAAW,CAAC,CAAC,EAAE,OAAO,EAAE,WAAW,CAAC,CAAC,CAAC;QACxE,yDAAyD;QACzD,IAAI,OAAO,GAAG,KAAK,CAAC;QACpB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE,CAAC;YACxC,IAAI,OAAO,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,KAAK,OAAO,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;gBAC/C,OAAO,GAAG,IAAI,CAAC;gBACf,MAAM;YACR,CAAC;QACH,CAAC;QACD,IAAI,CAAC,OAAO;YAAE,OAAO,CAAC,CAAC;QACvB,OAAO,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC;IACpE,CAAC;IACD,OAAO,CAAC,CAAC;AACX,CAAC;AAED,SAAS,KAAK,CAAC,OAAa,EAAE,MAAY,EAAE,KAAwB;IAClE,gEAAgE;IAChE,MAAM,KAAK,GAAa,EAAE,CAAC;IAC3B,MAAM,QAAQ,GAAG,CAAC,CAAO,EAAE,CAAO,EAAW,EAAE;QAC7C,IAAI,CAAC,CAAC,IAAI,KAAK,KAAK,EAAE,CAAC;YACrB,MAAM,IAAI,GAAG,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;YAC/B,IAAI,IAAI;gBAAE,OAAO,OAAO,CAAC,IAAI,CAAC,KAAK,OAAO,CAAC,CAAC,CAAC,CAAC;YAC9C,IAAI,CAAC,CAAC,IAAI,KAAK,CAAC,CAAC,IAAI;gBAAE,OAAO,KAAK,CAAC;YACpC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC;YACrB,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;YACnB,OAAO,IAAI,CAAC;QACd,CAAC;QACD,IAAI,CAAC,CAAC,IAAI,KAAK,OAAO,EAAE,CAAC;YACvB,OAAO,CAAC,CAAC,IAAI,KAAK,OAAO,IAAI,CAAC,CAAC,IAAI,KAAK,CAAC,CAAC,IAAI,CAAC;QACjD,CAAC;QACD,IAAI,CAAC,CAAC,IAAI,KAAK,KAAK;YAAE,OAAO,KAAK,CAAC;QACnC,IAAI,CAAC,CAAC,IAAI,KAAK,CAAC,CAAC,IAAI;YAAE,OAAO,KAAK,CAAC;QACpC,IAAI,CAAC,CAAC,IAAI,CAAC,MAAM,KAAK,CAAC,CAAC,IAAI,CAAC,MAAM;YAAE,OAAO,KAAK,CAAC;QAClD,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE,CAAC;YACvC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;gBAAE,OAAO,KAAK,CAAC;QACpD,CAAC;QACD,OAAO,IAAI,CAAC;IACd,CAAC,CAAC;IACF,IAAI,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;QAAE,OAAO,KAAK,CAAC;IAC5C,WAAW;IACX,KAAK,MAAM,CAAC,IAAI,KAAK;QAAE,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;IACvC,OAAO,IAAI,CAAC;AACd,CAAC;AAED,SAAS,UAAU,CAAC,CAAO,EAAE,KAAwB;IACnD,IAAI,CAAC,CAAC,IAAI,KAAK,KAAK,EAAE,CAAC;QACrB,MAAM,CAAC,GAAG,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;QAC5B,OAAO,CAAC,IAAI,CAAC,CAAC;IAChB,CAAC;IACD,IAAI,CAAC,CAAC,IAAI,KAAK,OAAO;QAAE,OAAO,CAAC,CAAC;IACjC,OAAO;QACL,IAAI,EAAE,KAAK;QACX,IAAI,EAAE,CAAC,CAAC,IAAI;QACZ,IAAI,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,UAAU,CAAC,CAAC,EAAE,KAAK,CAAC,CAAC;QAC7C,IAAI,EAAE,CAAC,CAAC,IAAI;KACb,CAAC;AACJ,CAAC;AAWD,SAAgB,iBAAiB,CAAC,WAAyB,EAAE,MAAc;IACzE,OAAO,WAAW,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE;QAC3B,IAAI,CAAyC,CAAC;QAC9C,IAAI,CAAC;YACH,CAAC,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC;QAChB,CAAC;QAAC,MAAM,CAAC;YACP,OAAO,EAAE,GAAG,CAAC,EAAE,MAAM,EAAE,SAAS,EAAE,CAAC;QACrC,CAAC;QACD,IAAI,CAAC,CAAC,MAAM;YAAE,OAAO,EAAE,GAAG,CAAC,EAAE,MAAM,EAAE,UAAU,EAAE,CAAC;QAClD,IAAI,CAAC,CAAC,OAAO,KAAK,SAAS;YAAE,OAAO,EAAE,GAAG,CAAC,EAAE,MAAM,EAAE,SAAS,EAAE,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC;QACpF,OAAO,EAAE,GAAG,CAAC,EAAE,MAAM,EAAE,SAAS,EAAE,CAAC;IACrC,CAAC,CAAC,CAAC;AACL,CAAC;AAED,+DAA+D;AAE/D,SAAgB,uBAAuB;IACrC,OAAO;QACL,KAAK,EAAE,CAAC,KAAK,CAAC;QACd,SAAS,EAAE,CAAC,EAAE,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC;QACvC,SAAS,EAAE;YACT,EAAE,IAAI,EAAE,GAAG,EAAE,QAAQ,EAAE,CAAC,KAAK,CAAC,EAAE,UAAU,EAAE,KAAK,EAAE;YACnD,EAAE,IAAI,EAAE,GAAG,EAAE,QAAQ,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,EAAE,UAAU,EAAE,KAAK,EAAE;YAC1D,EAAE,IAAI,EAAE,GAAG,EAAE,QAAQ,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,EAAE,UAAU,EAAE,KAAK,EAAE;SAC3D;QACD,UAAU,EAAE,EAAE;KACf,CAAC;AACJ,CAAC;AAED,SAAgB,iBAAiB;IAC/B,OAAO;QACL,KAAK,EAAE,CAAC,MAAM,CAAC;QACf,SAAS,EAAE;YACT,EAAE,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,EAAE;YAC3B,EAAE,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,EAAE;SAC5B;QACD,SAAS,EAAE;YACT,EAAE,IAAI,EAAE,GAAG,EAAE,QAAQ,EAAE,CAAC,MAAM,CAAC,EAAE,UAAU,EAAE,MAAM,EAAE;YACrD,EAAE,IAAI,EAAE,GAAG,EAAE,QAAQ,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,EAAE,UAAU,EAAE,MAAM,EAAE;YAC7D,EAAE,IAAI,EAAE,GAAG,EAAE,QAAQ,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,EAAE,UAAU,EAAE,MAAM,EAAE;SAC9D;QACD,UAAU,EAAE,EAAE;KACf,CAAC;AACJ,CAAC;AAED,SAAgB,cAAc;IAC5B,OAAO;QACL,KAAK,EAAE,CAAC,MAAM,EAAE,KAAK,CAAC;QACtB,SAAS,EAAE;YACT,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,EAAE;YAC7B,EAAE,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,KAAK,EAAE;SAC3B;QACD,SAAS,EAAE;YACT,EAAE,IAAI,EAAE,GAAG,EAAE,QAAQ,EAAE,CAAC,KAAK,CAAC,EAAE,UAAU,EAAE,KAAK,EAAE;YACnD,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,CAAC,EAAE,UAAU,EAAE,MAAM,EAAE;YAC/D,EAAE,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,EAAE,UAAU,EAAE,MAAM,EAAE;YAC9D,EAAE,IAAI,EAAE,QAAQ,EAAE,QAAQ,EAAE,CAAC,MAAM,CAAC,EAAE,UAAU,EAAE,KAAK,EAAE;SAC1D;QACD,UAAU,EAAE,EAAE;KACf,CAAC;AACJ,CAAC;AAED,+DAA+D;AAExD,MAAM,iBAAiB,GAAc,CAAC,IAAI,EAAE,GAAG,EAAE,EAAE;IACxD,MAAM,KAAK,GAAG,CAAC,CAAO,EAAU,EAAE;QAChC,IAAI,CAAC,CAAC,IAAI,KAAK,KAAK,EAAE,CAAC;YACrB,MAAM,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;YACtB,OAAO,OAAO,CAAC,KAAK,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QACvC,CAAC;QACD,IAAI,CAAC,CAAC,IAAI,KAAK,OAAO;YAAE,OAAO,CAAC,CAAC,IAAI,KAAK,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QACtD,QAAQ,CAAC,CAAC,IAAI,EAAE,CAAC;YACf,KAAK,GAAG;gBACN,OAAO,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC;YAC9B,KAAK,GAAG;gBACN,OAAO,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;YAC7C,KAAK,GAAG;gBACN,OAAO,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;YAC7C;gBACE,MAAM,IAAI,KAAK,CAAC,oBAAoB,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC;QAClD,CAAC;IACH,CAAC,CAAC;IACF,OAAO,KAAK,CAAC,IAAI,CAAC,CAAC;AACrB,CAAC,CAAC;AAnBW,QAAA,iBAAiB,qBAmB5B;AAEK,MAAM,iBAAiB,GAAc,CAAC,IAAI,EAAE,GAAG,EAAE,EAAE;IACxD,MAAM,KAAK,GAAG,CAAC,CAAO,EAAW,EAAE;QACjC,IAAI,CAAC,CAAC,IAAI,KAAK,KAAK,EAAE,CAAC;YACrB,MAAM,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;YACtB,OAAO,OAAO,CAAC,KAAK,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC;QAC5C,CAAC;QACD,IAAI,CAAC,CAAC,IAAI,KAAK,OAAO;YAAE,OAAO,CAAC,CAAC,IAAI,KAAK,GAAG,CAAC;QAC9C,QAAQ,CAAC,CAAC,IAAI,EAAE,CAAC;YACf,KAAK,GAAG;gBACN,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;YAC3B,KAAK,GAAG;gBACN,OAAO,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,IAAI,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;YAC9C,KAAK,GAAG;gBACN,OAAO,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,IAAI,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;YAC9C;gBACE,MAAM,IAAI,KAAK,CAAC,oBAAoB,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC;QAClD,CAAC;IACH,CAAC,CAAC;IACF,OAAO,KAAK,CAAC,IAAI,CAAC,CAAC;AACrB,CAAC,CAAC;AAnBW,QAAA,iBAAiB,qBAmB5B;AAEK,MAAM,cAAc,GAAc,CAAC,IAAI,EAAE,GAAG,EAAE,EAAE;IACrD,MAAM,KAAK,GAAG,CAAC,CAAO,EAAW,EAAE;QACjC,IAAI,CAAC,CAAC,IAAI,KAAK,KAAK,EAAE,CAAC;YACrB,OAAO,GAAG,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;QACrB,CAAC;QACD,IAAI,CAAC,CAAC,IAAI,KAAK,OAAO,EAAE,CAAC;YACvB,IAAI,CAAC,CAAC,IAAI,KAAK,KAAK;gBAAE,OAAO,EAAE,CAAC;YAChC,IAAI,CAAC,CAAC,IAAI,KAAK,GAAG;gBAAE,OAAO,CAAC,CAAC;YAC7B,OAAO,SAAS,CAAC;QACnB,CAAC;QACD,QAAQ,CAAC,CAAC,IAAI,EAAE,CAAC;YACf,KAAK,GAAG;gBACN,OAAQ,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAY,GAAG,CAAC,CAAC;YAC1C,KAAK,MAAM,CAAC,CAAC,CAAC;gBACZ,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAW,CAAC;gBACrC,MAAM,EAAE,GAAG,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAa,CAAC;gBACxC,OAAO,CAAC,CAAC,EAAE,GAAG,EAAE,CAAC,CAAC;YACpB,CAAC;YACD,KAAK,IAAI,CAAC,CAAC,CAAC;gBACV,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAa,CAAC;gBACvC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAa,CAAC;gBACvC,OAAO,CAAC,GAAG,CAAC,EAAE,GAAG,CAAC,CAAC,CAAC;YACtB,CAAC;YACD,KAAK,QAAQ;gBACX,OAAQ,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAc,CAAC,MAAM,CAAC;YAC/C;gBACE,MAAM,IAAI,KAAK,CAAC,oBAAoB,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC;QAClD,CAAC;IACH,CAAC,CAAC;IACF,OAAO,KAAK,CAAC,IAAI,CAAC,CAAC;AACrB,CAAC,CAAC;AA9BW,QAAA,cAAc,kBA8BzB;AAEF,+DAA+D;AAElD,QAAA,WAAW,GAAG;IACzB,OAAO;IACP,QAAQ;IACR,KAAK;IACL,WAAW;IACX,UAAU;IACV,UAAU;IACV,cAAc;CACf,CAAC"}
|
package/dist/lsp/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/lsp/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAC5C,YAAY,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AACnF,YAAY,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAClD,cAAc,SAAS,CAAC"}
|
package/dist/lsp/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/lsp/index.ts"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,yBAAyB;AACzB,+DAA+D;;;;;;;;;;;;;;;;;AAE/D,mCAA4C;AAAnC,0GAAA,gBAAgB,OAAA;AAEzB,uCAAmF;AAA1E,yGAAA,aAAa,OAAA;AAAE,uGAAA,WAAW,OAAA;AAAE,qGAAA,SAAS,OAAA;AAAE,0GAAA,cAAc,OAAA;AAE9D,0CAAwB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"protocol.d.ts","sourceRoot":"","sources":["../../src/lsp/protocol.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,cAAc,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAK/E,MAAM,MAAM,eAAe,GAAG,cAAc,GAAG,mBAAmB,GAAG,eAAe,CAAC;AAErF,MAAM,WAAW,iBAAiB;IAChC,QAAQ,EAAE,eAAe,EAAE,CAAC;IAC5B,SAAS,EAAE,MAAM,CAAC;CACnB;AAED;;;GAGG;AACH,wBAAgB,aAAa,CAAC,OAAO,EAAE,eAAe,GAAG,mBAAmB,GAAG,MAAM,CAKpF;AAED;;;;GAIG;AACH,wBAAgB,WAAW,CAAC,MAAM,EAAE,MAAM,GAAG,iBAAiB,CAiC7D;AAED,wBAAgB,SAAS,CAAC,OAAO,EAAE,eAAe,GAAG,OAAO,IAAI,cAAc,CAE7E;AAED,wBAAgB,cAAc,CAAC,OAAO,EAAE,eAAe,GAAG,OAAO,IAAI,mBAAmB,CAEvF"}
|
package/dist/lsp/protocol.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"protocol.js","sourceRoot":"","sources":["../../src/lsp/protocol.ts"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,iCAAiC;AACjC,+DAA+D;;AAkB/D,sCAKC;AAOD,kCAiCC;AAED,8BAEC;AAED,wCAEC;AAnED,MAAM,iBAAiB,GAAG,0BAA0B,CAAC;AACrD,MAAM,iBAAiB,GAAG,UAAU,CAAC;AASrC;;;GAGG;AACH,SAAgB,aAAa,CAAC,OAA8C;IAC1E,MAAM,IAAI,GAAG,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;IACrC,MAAM,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;IACvC,MAAM,MAAM,GAAG,MAAM,CAAC,IAAI,CAAC,mBAAmB,IAAI,CAAC,MAAM,UAAU,EAAE,MAAM,CAAC,CAAC;IAC7E,OAAO,MAAM,CAAC,MAAM,CAAC,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC;AACvC,CAAC;AAED;;;;GAIG;AACH,SAAgB,WAAW,CAAC,MAAc;IACxC,MAAM,QAAQ,GAAsB,EAAE,CAAC;IACvC,IAAI,MAAM,GAAG,CAAC,CAAC;IAEf,OAAO,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC;QAC9B,MAAM,SAAS,GAAG,MAAM,CAAC,OAAO,CAAC,iBAAiB,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC;QACpE,IAAI,SAAS,KAAK,CAAC,CAAC;YAAE,MAAM;QAE5B,MAAM,UAAU,GAAG,MAAM,CAAC,KAAK,CAAC,MAAM,EAAE,SAAS,CAAC,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC;QACpE,MAAM,KAAK,GAAG,iBAAiB,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QACjD,IAAI,CAAC,KAAK,EAAE,CAAC;YACX,MAAM,GAAG,SAAS,GAAG,iBAAiB,CAAC,MAAM,CAAC;YAC9C,SAAS;QACX,CAAC;QAED,MAAM,aAAa,GAAG,MAAM,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;QACpD,MAAM,SAAS,GAAG,SAAS,GAAG,iBAAiB,CAAC,MAAM,CAAC;QACvD,MAAM,OAAO,GAAG,SAAS,GAAG,aAAa,CAAC;QAC1C,IAAI,OAAO,GAAG,MAAM,CAAC,MAAM;YAAE,MAAM;QAEnC,MAAM,IAAI,GAAG,MAAM,CAAC,KAAK,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC;QAC/D,IAAI,CAAC;YACH,MAAM,MAAM,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAoB,CAAC;YACnD,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QACxB,CAAC;QAAC,MAAM,CAAC;YACP,uEAAuE;YACvE,wDAAwD;QAC1D,CAAC;QAED,MAAM,GAAG,OAAO,CAAC;IACnB,CAAC;IAED,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC;AACvD,CAAC;AAED,SAAgB,SAAS,CAAC,OAAwB;IAChD,OAAO,QAAQ,IAAI,OAAO,IAAI,IAAI,IAAI,OAAO,IAAI,OAAO,CAAC,EAAE,KAAK,SAAS,CAAC;AAC5E,CAAC;AAED,SAAgB,cAAc,CAAC,OAAwB;IACrD,OAAO,QAAQ,IAAI,OAAO,IAAI,CAAC,CAAC,IAAI,IAAI,OAAO,CAAC,CAAC;AACnD,CAAC"}
|
package/dist/lsp/server.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"server.d.ts","sourceRoot":"","sources":["../../src/lsp/server.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAW5C,OAAO,EAKL,KAAK,eAAe,EACrB,MAAM,YAAY,CAAC;AACpB,OAAO,EASL,KAAK,mBAAmB,EAExB,KAAK,eAAe,EAWrB,MAAM,SAAS,CAAC;AAQjB,MAAM,MAAM,eAAe,GAAG,eAAe,GAAG,mBAAmB,CAAC;AAMpE;;;;;;GAMG;AACH,qBAAa,gBAAgB;IAC3B,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAmC;IAC7D,OAAO,CAAC,WAAW,CAAS;IAC5B,OAAO,CAAC,iBAAiB,CAAS;IAClC,OAAO,CAAC,IAAI,CAAqC;gBAErC,IAAI,CAAC,EAAE,CAAC,OAAO,EAAE,eAAe,KAAK,IAAI;IAIrD,gFAAgF;IAChF,MAAM,CAAC,KAAK,EAAE,QAAQ,EAAE,MAAM,EAAE,QAAQ,GAAG,IAAI;IAsB/C;;;;;OAKG;IACH,QAAQ,CAAC,OAAO,EAAE,eAAe,GAAG,eAAe,GAAG,IAAI;IAa1D,OAAO,CAAC,aAAa;IAmCrB,OAAO,CAAC,gBAAgB;IAexB,OAAO,CAAC,WAAW;IAyBnB,OAAO,CAAC,gBAAgB;IAsBxB,OAAO,CAAC,gBAAgB;IAoBxB,OAAO,CAAC,oBAAoB;IAyB5B,OAAO,CAAC,kBAAkB;IA2B1B,OAAO,CAAC,SAAS;IAQjB,OAAO,CAAC,WAAW;IAgBnB,OAAO,CAAC,SAAS;IAUjB,OAAO,CAAC,UAAU;IAgBlB,OAAO,CAAC,kBAAkB;IAiC1B,OAAO,CAAC,OAAO;IAIf,OAAO,CAAC,OAAO;IAIf,OAAO,CAAC,KAAK;IAIb,iEAAiE;IACjE,aAAa,IAAI,OAAO;IAIxB,yCAAyC;IACzC,mBAAmB,IAAI,OAAO;CAG/B"}
|
package/dist/lsp/server.js
DELETED
|
@@ -1,529 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// ============================================================
|
|
3
|
-
// ST LSP — Server v1
|
|
4
|
-
// ============================================================
|
|
5
|
-
//
|
|
6
|
-
// Soporta JSON-RPC sobre stdin/stdout con framing Content-Length.
|
|
7
|
-
// Implementa textDocument/didOpen,didChange,didSave,didClose,
|
|
8
|
-
// hover, definition, completion y publishDiagnostics.
|
|
9
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
-
exports.STLanguageServer = void 0;
|
|
11
|
-
const api_1 = require("../api");
|
|
12
|
-
const typecheck_1 = require("../runtime/typecheck");
|
|
13
|
-
const protocol_1 = require("./protocol");
|
|
14
|
-
const types_1 = require("./types");
|
|
15
|
-
const SERVER_NAME = 'st-lsp';
|
|
16
|
-
const SERVER_VERSION = '1.0.0';
|
|
17
|
-
const DIAGNOSTICS_SOURCE = 'st';
|
|
18
|
-
/**
|
|
19
|
-
* Implementa el Language Server Protocol mínimo para archivos `.st`.
|
|
20
|
-
*
|
|
21
|
-
* Diseñado para que la lógica de dispatch sea testeable sin streams: usa
|
|
22
|
-
* `dispatch()` directamente o llama `listen(stdin, stdout)` para correrlo
|
|
23
|
-
* conectado a procesos.
|
|
24
|
-
*/
|
|
25
|
-
class STLanguageServer {
|
|
26
|
-
documents = new Map();
|
|
27
|
-
initialized = false;
|
|
28
|
-
shutdownRequested = false;
|
|
29
|
-
emit;
|
|
30
|
-
constructor(emit) {
|
|
31
|
-
this.emit = emit ?? (() => undefined);
|
|
32
|
-
}
|
|
33
|
-
/** Conecta el server a streams (típicamente process.stdin / process.stdout). */
|
|
34
|
-
listen(stdin, stdout) {
|
|
35
|
-
const sendToStream = (message) => {
|
|
36
|
-
stdout.write((0, protocol_1.encodeMessage)(message));
|
|
37
|
-
};
|
|
38
|
-
// Re-cableamos el sink: tanto las respuestas directas como las
|
|
39
|
-
// notificaciones que el server emite (p.ej. publishDiagnostics) deben
|
|
40
|
-
// salir por el mismo stdout.
|
|
41
|
-
this.emit = sendToStream;
|
|
42
|
-
let buffer = Buffer.alloc(0);
|
|
43
|
-
stdin.on('data', (chunk) => {
|
|
44
|
-
buffer = Buffer.concat([buffer, chunk]);
|
|
45
|
-
const { messages, remainder } = (0, protocol_1.parseFrames)(buffer);
|
|
46
|
-
buffer = remainder;
|
|
47
|
-
for (const message of messages) {
|
|
48
|
-
const response = this.dispatch(message);
|
|
49
|
-
if (response)
|
|
50
|
-
sendToStream(response);
|
|
51
|
-
}
|
|
52
|
-
});
|
|
53
|
-
}
|
|
54
|
-
/**
|
|
55
|
-
* Procesa un mensaje entrante. Devuelve la respuesta (para requests) o
|
|
56
|
-
* `null` (para notificaciones o cuando el método no produce respuesta).
|
|
57
|
-
* Las notificaciones emitidas como efecto (publishDiagnostics) salen
|
|
58
|
-
* por el callback `emit` configurado en el constructor o por `listen()`.
|
|
59
|
-
*/
|
|
60
|
-
dispatch(message) {
|
|
61
|
-
if ((0, protocol_1.isRequest)(message)) {
|
|
62
|
-
return this.handleRequest(message);
|
|
63
|
-
}
|
|
64
|
-
if ((0, protocol_1.isNotification)(message)) {
|
|
65
|
-
this.handleNotification(message);
|
|
66
|
-
return null;
|
|
67
|
-
}
|
|
68
|
-
return null;
|
|
69
|
-
}
|
|
70
|
-
// ── Request handlers ─────────────────────────────────────
|
|
71
|
-
handleRequest(request) {
|
|
72
|
-
try {
|
|
73
|
-
switch (request.method) {
|
|
74
|
-
case 'initialize':
|
|
75
|
-
return this.respond(request.id, this.handleInitialize());
|
|
76
|
-
case 'initialized':
|
|
77
|
-
// Es una notificación en spec, pero algunos clientes la mandan como
|
|
78
|
-
// request; aceptamos ambos.
|
|
79
|
-
return this.respond(request.id, null);
|
|
80
|
-
case 'shutdown':
|
|
81
|
-
this.shutdownRequested = true;
|
|
82
|
-
return this.respond(request.id, null);
|
|
83
|
-
case 'exit':
|
|
84
|
-
return this.respond(request.id, null);
|
|
85
|
-
case 'textDocument/hover':
|
|
86
|
-
return this.respond(request.id, this.handleHover(request.params));
|
|
87
|
-
case 'textDocument/definition':
|
|
88
|
-
return this.respond(request.id, this.handleDefinition(request.params));
|
|
89
|
-
case 'textDocument/completion':
|
|
90
|
-
return this.respond(request.id, this.handleCompletion(request.params));
|
|
91
|
-
case 'textDocument/documentSymbol':
|
|
92
|
-
return this.respond(request.id, this.handleDocumentSymbol(request.params));
|
|
93
|
-
default:
|
|
94
|
-
return this.error(request.id, types_1.JSON_RPC_ERROR_CODES.MethodNotFound, `Método no soportado: ${request.method}`);
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
catch (err) {
|
|
98
|
-
const message = err instanceof Error ? err.message : String(err);
|
|
99
|
-
return this.error(request.id, types_1.JSON_RPC_ERROR_CODES.InternalError, message);
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
handleInitialize() {
|
|
103
|
-
this.initialized = true;
|
|
104
|
-
const capabilities = {
|
|
105
|
-
textDocumentSync: types_1.TextDocumentSyncKind.Full,
|
|
106
|
-
hoverProvider: true,
|
|
107
|
-
definitionProvider: true,
|
|
108
|
-
completionProvider: {
|
|
109
|
-
triggerCharacters: [' ', '.', '(', '{', ':'],
|
|
110
|
-
resolveProvider: false,
|
|
111
|
-
},
|
|
112
|
-
documentSymbolProvider: true,
|
|
113
|
-
};
|
|
114
|
-
return { capabilities, serverInfo: { name: SERVER_NAME, version: SERVER_VERSION } };
|
|
115
|
-
}
|
|
116
|
-
handleHover(params) {
|
|
117
|
-
const tp = parseTextDocumentPosition(params);
|
|
118
|
-
if (!tp)
|
|
119
|
-
return null;
|
|
120
|
-
const doc = this.documents.get(tp.uri);
|
|
121
|
-
if (!doc)
|
|
122
|
-
return null;
|
|
123
|
-
// Convertimos LSP (0-based) → ST (1-based).
|
|
124
|
-
const info = (0, api_1.hover)(doc.text, tp.position.line + 1, tp.position.character + 1, tp.uri);
|
|
125
|
-
if (!info)
|
|
126
|
-
return null;
|
|
127
|
-
const range = info.range
|
|
128
|
-
? toLspRange({
|
|
129
|
-
line: info.range.line,
|
|
130
|
-
column: info.range.column,
|
|
131
|
-
endLine: info.range.endLine,
|
|
132
|
-
endColumn: info.range.endColumn,
|
|
133
|
-
})
|
|
134
|
-
: undefined;
|
|
135
|
-
return {
|
|
136
|
-
contents: { kind: 'markdown', value: info.content },
|
|
137
|
-
range,
|
|
138
|
-
};
|
|
139
|
-
}
|
|
140
|
-
handleDefinition(params) {
|
|
141
|
-
const tp = parseTextDocumentPosition(params);
|
|
142
|
-
if (!tp)
|
|
143
|
-
return null;
|
|
144
|
-
const doc = this.documents.get(tp.uri);
|
|
145
|
-
if (!doc)
|
|
146
|
-
return null;
|
|
147
|
-
const word = getWordAtPosition(doc.text, tp.position);
|
|
148
|
-
if (!word)
|
|
149
|
-
return null;
|
|
150
|
-
const loc = (0, api_1.gotoDefinition)(doc.text, word, tp.uri);
|
|
151
|
-
if (!loc)
|
|
152
|
-
return null;
|
|
153
|
-
const range = toLspRange({
|
|
154
|
-
line: loc.line,
|
|
155
|
-
column: loc.column,
|
|
156
|
-
endLine: loc.endLine,
|
|
157
|
-
endColumn: loc.endColumn,
|
|
158
|
-
});
|
|
159
|
-
return { uri: tp.uri, range };
|
|
160
|
-
}
|
|
161
|
-
handleCompletion(params) {
|
|
162
|
-
// Por ahora no usamos la posición para filtrar — devolvemos todas las
|
|
163
|
-
// keywords/snippets de ST y dejamos que el cliente filtre por prefijo.
|
|
164
|
-
void params;
|
|
165
|
-
const items = (0, api_1.completion)().map(toLspCompletionItem);
|
|
166
|
-
// Añadimos los operadores Unicode comunes que el agente puede querer
|
|
167
|
-
// insertar y que no vienen en la lista del handler (handleCompletion del
|
|
168
|
-
// ProtocolHandler ya cubre keywords y snippets; sumamos operadores).
|
|
169
|
-
for (const op of UNICODE_OPERATORS) {
|
|
170
|
-
items.push({
|
|
171
|
-
label: op.label,
|
|
172
|
-
kind: types_1.CompletionItemKind.Operator,
|
|
173
|
-
detail: op.detail,
|
|
174
|
-
insertText: op.label,
|
|
175
|
-
insertTextFormat: types_1.InsertTextFormat.PlainText,
|
|
176
|
-
});
|
|
177
|
-
}
|
|
178
|
-
return { items, isIncomplete: false };
|
|
179
|
-
}
|
|
180
|
-
handleDocumentSymbol(params) {
|
|
181
|
-
if (!isObject(params))
|
|
182
|
-
return [];
|
|
183
|
-
const td = params.textDocument;
|
|
184
|
-
if (!isObject(td) || typeof td.uri !== 'string')
|
|
185
|
-
return [];
|
|
186
|
-
const uri = td.uri;
|
|
187
|
-
const doc = this.documents.get(uri);
|
|
188
|
-
if (!doc)
|
|
189
|
-
return [];
|
|
190
|
-
return (0, api_1.symbols)(doc.text, uri).map((s) => ({
|
|
191
|
-
name: s.name,
|
|
192
|
-
kind: mapSymbolKind(s.kind),
|
|
193
|
-
detail: s.detail,
|
|
194
|
-
location: {
|
|
195
|
-
uri,
|
|
196
|
-
range: toLspRange({
|
|
197
|
-
line: s.location.line,
|
|
198
|
-
column: s.location.column,
|
|
199
|
-
endLine: s.location.endLine,
|
|
200
|
-
endColumn: s.location.endColumn,
|
|
201
|
-
}),
|
|
202
|
-
},
|
|
203
|
-
}));
|
|
204
|
-
}
|
|
205
|
-
// ── Notification handlers ────────────────────────────────
|
|
206
|
-
handleNotification(notification) {
|
|
207
|
-
switch (notification.method) {
|
|
208
|
-
case 'initialized':
|
|
209
|
-
// No-op: confirmación del cliente tras initialize.
|
|
210
|
-
break;
|
|
211
|
-
case 'textDocument/didOpen':
|
|
212
|
-
this.onDidOpen(notification.params);
|
|
213
|
-
break;
|
|
214
|
-
case 'textDocument/didChange':
|
|
215
|
-
this.onDidChange(notification.params);
|
|
216
|
-
break;
|
|
217
|
-
case 'textDocument/didSave':
|
|
218
|
-
this.onDidSave(notification.params);
|
|
219
|
-
break;
|
|
220
|
-
case 'textDocument/didClose':
|
|
221
|
-
this.onDidClose(notification.params);
|
|
222
|
-
break;
|
|
223
|
-
case 'exit':
|
|
224
|
-
// Liberamos estado: en proceso real esto cierra el daemon.
|
|
225
|
-
this.documents.clear();
|
|
226
|
-
break;
|
|
227
|
-
default:
|
|
228
|
-
// Ignoramos otras notificaciones (workspace/didChangeConfiguration, etc).
|
|
229
|
-
break;
|
|
230
|
-
}
|
|
231
|
-
}
|
|
232
|
-
onDidOpen(params) {
|
|
233
|
-
if (!isObject(params))
|
|
234
|
-
return;
|
|
235
|
-
const td = params.textDocument;
|
|
236
|
-
if (!isTextDocumentItem(td))
|
|
237
|
-
return;
|
|
238
|
-
this.documents.set(td.uri, { uri: td.uri, version: td.version, text: td.text });
|
|
239
|
-
this.publishDiagnostics(td.uri, td.version, td.text);
|
|
240
|
-
}
|
|
241
|
-
onDidChange(params) {
|
|
242
|
-
if (!isObject(params))
|
|
243
|
-
return;
|
|
244
|
-
const td = params.textDocument;
|
|
245
|
-
const changes = params.contentChanges;
|
|
246
|
-
if (!isVersionedTextDocumentIdentifier(td))
|
|
247
|
-
return;
|
|
248
|
-
if (!Array.isArray(changes) || changes.length === 0)
|
|
249
|
-
return;
|
|
250
|
-
const existing = this.documents.get(td.uri);
|
|
251
|
-
if (!existing)
|
|
252
|
-
return;
|
|
253
|
-
// v1: solo Full sync. Tomamos el último cambio con `text` completo.
|
|
254
|
-
const last = changes[changes.length - 1];
|
|
255
|
-
if (typeof last.text !== 'string')
|
|
256
|
-
return;
|
|
257
|
-
existing.text = last.text;
|
|
258
|
-
existing.version = td.version;
|
|
259
|
-
this.publishDiagnostics(td.uri, td.version, last.text);
|
|
260
|
-
}
|
|
261
|
-
onDidSave(params) {
|
|
262
|
-
if (!isObject(params))
|
|
263
|
-
return;
|
|
264
|
-
const td = params.textDocument;
|
|
265
|
-
if (!isObject(td) || typeof td.uri !== 'string')
|
|
266
|
-
return;
|
|
267
|
-
const uri = td.uri;
|
|
268
|
-
const doc = this.documents.get(uri);
|
|
269
|
-
if (!doc)
|
|
270
|
-
return;
|
|
271
|
-
this.publishDiagnostics(uri, doc.version, doc.text);
|
|
272
|
-
}
|
|
273
|
-
onDidClose(params) {
|
|
274
|
-
if (!isObject(params))
|
|
275
|
-
return;
|
|
276
|
-
const td = params.textDocument;
|
|
277
|
-
if (!isObject(td) || typeof td.uri !== 'string')
|
|
278
|
-
return;
|
|
279
|
-
const uri = td.uri;
|
|
280
|
-
this.documents.delete(uri);
|
|
281
|
-
// Limpiamos diagnostics del cliente.
|
|
282
|
-
this.publish({
|
|
283
|
-
jsonrpc: '2.0',
|
|
284
|
-
method: 'textDocument/publishDiagnostics',
|
|
285
|
-
params: { uri, diagnostics: [] },
|
|
286
|
-
});
|
|
287
|
-
}
|
|
288
|
-
// ── Helpers ──────────────────────────────────────────────
|
|
289
|
-
publishDiagnostics(uri, version, text) {
|
|
290
|
-
const diagnostics = [];
|
|
291
|
-
// 1) Parse diagnostics (errores de sintaxis + warnings/info del parser).
|
|
292
|
-
const parsed = (0, api_1.parse)(text, uri);
|
|
293
|
-
for (const d of parsed.diagnostics) {
|
|
294
|
-
if (d.severity === 'error' || d.severity === 'warning') {
|
|
295
|
-
diagnostics.push(toLspDiagnostic(d));
|
|
296
|
-
}
|
|
297
|
-
}
|
|
298
|
-
// 2) Type-check diagnostics si el parse fue exitoso. Usamos el perfil
|
|
299
|
-
// declarado en el script (statement `logic X.Y`) o cadena vacía.
|
|
300
|
-
if (parsed.ok && parsed.program) {
|
|
301
|
-
const profile = inferProfile(parsed.program);
|
|
302
|
-
try {
|
|
303
|
-
const typeErrors = (0, typecheck_1.typeCheck)(parsed.program, profile, uri);
|
|
304
|
-
for (const te of typeErrors) {
|
|
305
|
-
diagnostics.push(typeErrorToLspDiagnostic(te));
|
|
306
|
-
}
|
|
307
|
-
}
|
|
308
|
-
catch {
|
|
309
|
-
// Si el typeCheck falla en algún statement exótico, no bloqueamos
|
|
310
|
-
// el flujo de diagnostics — sólo perdemos esa ronda.
|
|
311
|
-
}
|
|
312
|
-
}
|
|
313
|
-
this.publish({
|
|
314
|
-
jsonrpc: '2.0',
|
|
315
|
-
method: 'textDocument/publishDiagnostics',
|
|
316
|
-
params: { uri, version, diagnostics },
|
|
317
|
-
});
|
|
318
|
-
}
|
|
319
|
-
publish(notification) {
|
|
320
|
-
this.emit(notification);
|
|
321
|
-
}
|
|
322
|
-
respond(id, result) {
|
|
323
|
-
return { jsonrpc: '2.0', id, result };
|
|
324
|
-
}
|
|
325
|
-
error(id, code, message) {
|
|
326
|
-
return { jsonrpc: '2.0', id, error: { code, message } };
|
|
327
|
-
}
|
|
328
|
-
/** True si el cliente ya envió `initialize`. Útil para tests. */
|
|
329
|
-
isInitialized() {
|
|
330
|
-
return this.initialized;
|
|
331
|
-
}
|
|
332
|
-
/** True si el cliente pidió shutdown. */
|
|
333
|
-
isShutdownRequested() {
|
|
334
|
-
return this.shutdownRequested;
|
|
335
|
-
}
|
|
336
|
-
}
|
|
337
|
-
exports.STLanguageServer = STLanguageServer;
|
|
338
|
-
// ── Validadores de params ───────────────────────────────────
|
|
339
|
-
function isObject(value) {
|
|
340
|
-
return typeof value === 'object' && value !== null;
|
|
341
|
-
}
|
|
342
|
-
function isTextDocumentItem(value) {
|
|
343
|
-
if (!isObject(value))
|
|
344
|
-
return false;
|
|
345
|
-
return (typeof value.uri === 'string' &&
|
|
346
|
-
typeof value.languageId === 'string' &&
|
|
347
|
-
typeof value.version === 'number' &&
|
|
348
|
-
typeof value.text === 'string');
|
|
349
|
-
}
|
|
350
|
-
function isVersionedTextDocumentIdentifier(value) {
|
|
351
|
-
if (!isObject(value))
|
|
352
|
-
return false;
|
|
353
|
-
return typeof value.uri === 'string' && typeof value.version === 'number';
|
|
354
|
-
}
|
|
355
|
-
function parseTextDocumentPosition(params) {
|
|
356
|
-
if (!isObject(params))
|
|
357
|
-
return null;
|
|
358
|
-
const td = params.textDocument;
|
|
359
|
-
const pos = params.position;
|
|
360
|
-
if (!isObject(td) || typeof td.uri !== 'string')
|
|
361
|
-
return null;
|
|
362
|
-
if (!isObject(pos))
|
|
363
|
-
return null;
|
|
364
|
-
const line = pos.line;
|
|
365
|
-
const character = pos.character;
|
|
366
|
-
if (typeof line !== 'number' || typeof character !== 'number')
|
|
367
|
-
return null;
|
|
368
|
-
return { uri: td.uri, position: { line, character } };
|
|
369
|
-
}
|
|
370
|
-
function toLspRange(loc) {
|
|
371
|
-
const startLine = Math.max(0, loc.line - 1);
|
|
372
|
-
const startCol = Math.max(0, loc.column - 1);
|
|
373
|
-
const endLine = loc.endLine !== undefined ? Math.max(0, loc.endLine - 1) : startLine;
|
|
374
|
-
const endCol = loc.endColumn !== undefined ? Math.max(0, loc.endColumn - 1) : startCol + 1;
|
|
375
|
-
return {
|
|
376
|
-
start: { line: startLine, character: startCol },
|
|
377
|
-
end: { line: endLine, character: endCol },
|
|
378
|
-
};
|
|
379
|
-
}
|
|
380
|
-
function toLspDiagnostic(d) {
|
|
381
|
-
const start = {
|
|
382
|
-
line: Math.max(0, (d.line ?? 1) - 1),
|
|
383
|
-
character: Math.max(0, (d.column ?? 1) - 1),
|
|
384
|
-
};
|
|
385
|
-
const end = {
|
|
386
|
-
line: Math.max(0, (d.endLine ?? d.line ?? 1) - 1),
|
|
387
|
-
character: Math.max(start.character + 1, (d.endColumn ?? (d.column ?? 1) + 1) - 1),
|
|
388
|
-
};
|
|
389
|
-
const messageWithSuggestion = d.suggestion
|
|
390
|
-
? `${d.message}\n\nSugerencia: ${d.suggestion}`
|
|
391
|
-
: d.message;
|
|
392
|
-
return {
|
|
393
|
-
range: { start, end },
|
|
394
|
-
severity: mapDiagnosticSeverity(d.severity),
|
|
395
|
-
code: d.code,
|
|
396
|
-
source: DIAGNOSTICS_SOURCE,
|
|
397
|
-
message: messageWithSuggestion,
|
|
398
|
-
};
|
|
399
|
-
}
|
|
400
|
-
function mapDiagnosticSeverity(s) {
|
|
401
|
-
switch (s) {
|
|
402
|
-
case 'error':
|
|
403
|
-
return types_1.DiagnosticSeverity.Error;
|
|
404
|
-
case 'warning':
|
|
405
|
-
return types_1.DiagnosticSeverity.Warning;
|
|
406
|
-
case 'info':
|
|
407
|
-
return types_1.DiagnosticSeverity.Information;
|
|
408
|
-
case 'hint':
|
|
409
|
-
return types_1.DiagnosticSeverity.Hint;
|
|
410
|
-
default:
|
|
411
|
-
return types_1.DiagnosticSeverity.Information;
|
|
412
|
-
}
|
|
413
|
-
}
|
|
414
|
-
function toLspCompletionItem(item) {
|
|
415
|
-
const isSnippet = /\$\{[^}]+\}/.test(item.insertText);
|
|
416
|
-
return {
|
|
417
|
-
label: item.label,
|
|
418
|
-
kind: mapCompletionKind(item.kind),
|
|
419
|
-
detail: item.detail,
|
|
420
|
-
documentation: item.documentation ? { kind: 'markdown', value: item.documentation } : undefined,
|
|
421
|
-
insertText: item.insertText,
|
|
422
|
-
insertTextFormat: isSnippet ? types_1.InsertTextFormat.Snippet : types_1.InsertTextFormat.PlainText,
|
|
423
|
-
};
|
|
424
|
-
}
|
|
425
|
-
function mapCompletionKind(kind) {
|
|
426
|
-
switch (kind) {
|
|
427
|
-
case 'keyword':
|
|
428
|
-
return types_1.CompletionItemKind.Keyword;
|
|
429
|
-
case 'snippet':
|
|
430
|
-
return types_1.CompletionItemKind.Snippet;
|
|
431
|
-
case 'value':
|
|
432
|
-
return types_1.CompletionItemKind.Value;
|
|
433
|
-
case 'function':
|
|
434
|
-
return types_1.CompletionItemKind.Function;
|
|
435
|
-
case 'variable':
|
|
436
|
-
return types_1.CompletionItemKind.Variable;
|
|
437
|
-
case 'operator':
|
|
438
|
-
return types_1.CompletionItemKind.Operator;
|
|
439
|
-
default:
|
|
440
|
-
return types_1.CompletionItemKind.Text;
|
|
441
|
-
}
|
|
442
|
-
}
|
|
443
|
-
function mapSymbolKind(kind) {
|
|
444
|
-
// SymbolKind LSP: 1=File, 5=Class, 6=Method, 7=Property, 11=Interface,
|
|
445
|
-
// 12=Function, 13=Variable, 14=Constant, ...
|
|
446
|
-
switch (kind) {
|
|
447
|
-
case 'axiom':
|
|
448
|
-
return 14; // Constant
|
|
449
|
-
case 'theorem':
|
|
450
|
-
return 11; // Interface
|
|
451
|
-
case 'claim':
|
|
452
|
-
return 13; // Variable
|
|
453
|
-
case 'definition':
|
|
454
|
-
return 6; // Method
|
|
455
|
-
case 'function':
|
|
456
|
-
return 12; // Function
|
|
457
|
-
case 'passage':
|
|
458
|
-
return 7; // Property
|
|
459
|
-
case 'source':
|
|
460
|
-
return 1; // File
|
|
461
|
-
case 'interpretation':
|
|
462
|
-
return 13; // Variable
|
|
463
|
-
case 'formula':
|
|
464
|
-
return 13;
|
|
465
|
-
case 'variable':
|
|
466
|
-
return 13;
|
|
467
|
-
default:
|
|
468
|
-
return 13;
|
|
469
|
-
}
|
|
470
|
-
}
|
|
471
|
-
// ── Helpers de palabras ─────────────────────────────────────
|
|
472
|
-
const WORD_CHAR = /[a-zA-Z0-9_.]/;
|
|
473
|
-
function getWordAtPosition(text, position) {
|
|
474
|
-
const lines = text.split('\n');
|
|
475
|
-
if (position.line < 0 || position.line >= lines.length)
|
|
476
|
-
return null;
|
|
477
|
-
const line = lines[position.line];
|
|
478
|
-
const col = position.character;
|
|
479
|
-
if (col < 0 || col > line.length)
|
|
480
|
-
return null;
|
|
481
|
-
let start = col;
|
|
482
|
-
while (start > 0 && WORD_CHAR.test(line[start - 1]))
|
|
483
|
-
start--;
|
|
484
|
-
let end = col;
|
|
485
|
-
while (end < line.length && WORD_CHAR.test(line[end]))
|
|
486
|
-
end++;
|
|
487
|
-
const word = line.substring(start, end).replace(/^\.+|\.+$/g, '');
|
|
488
|
-
return word.length > 0 ? word : null;
|
|
489
|
-
}
|
|
490
|
-
// ── Inferencia de perfil y conversión de TypeError ────────
|
|
491
|
-
function inferProfile(program) {
|
|
492
|
-
for (const stmt of program.statements) {
|
|
493
|
-
if (stmt.kind === 'logic_decl') {
|
|
494
|
-
return stmt.profile;
|
|
495
|
-
}
|
|
496
|
-
}
|
|
497
|
-
return '';
|
|
498
|
-
}
|
|
499
|
-
function typeErrorToLspDiagnostic(te) {
|
|
500
|
-
const start = {
|
|
501
|
-
line: Math.max(0, te.location.line - 1),
|
|
502
|
-
character: Math.max(0, te.location.column - 1),
|
|
503
|
-
};
|
|
504
|
-
const endLine = te.location.endLine !== undefined ? Math.max(0, te.location.endLine - 1) : start.line;
|
|
505
|
-
const endCol = te.location.endColumn !== undefined
|
|
506
|
-
? Math.max(0, te.location.endColumn - 1)
|
|
507
|
-
: start.character + 1;
|
|
508
|
-
const msg = te.suggestion ? `${te.message}\n\nSugerencia: ${te.suggestion}` : te.message;
|
|
509
|
-
return {
|
|
510
|
-
range: { start, end: { line: endLine, character: endCol } },
|
|
511
|
-
severity: te.severity === 'error' ? types_1.DiagnosticSeverity.Error : types_1.DiagnosticSeverity.Warning,
|
|
512
|
-
code: te.code,
|
|
513
|
-
source: DIAGNOSTICS_SOURCE,
|
|
514
|
-
message: msg,
|
|
515
|
-
};
|
|
516
|
-
}
|
|
517
|
-
// ── Operadores Unicode adicionales para completion ─────────
|
|
518
|
-
const UNICODE_OPERATORS = [
|
|
519
|
-
{ label: '∧', detail: 'Conjunción (and)' },
|
|
520
|
-
{ label: '∨', detail: 'Disyunción (or)' },
|
|
521
|
-
{ label: '→', detail: 'Implicación' },
|
|
522
|
-
{ label: '¬', detail: 'Negación' },
|
|
523
|
-
{ label: '↔', detail: 'Bicondicional' },
|
|
524
|
-
{ label: '∀', detail: 'Cuantificador universal' },
|
|
525
|
-
{ label: '∃', detail: 'Cuantificador existencial' },
|
|
526
|
-
{ label: '□', detail: 'Necesidad modal' },
|
|
527
|
-
{ label: '◇', detail: 'Posibilidad modal' },
|
|
528
|
-
];
|
|
529
|
-
//# sourceMappingURL=server.js.map
|
package/dist/lsp/server.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"server.js","sourceRoot":"","sources":["../../src/lsp/server.ts"],"names":[],"mappings":"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"}
|