@stevenvo780/st-lang 4.5.2 → 4.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2433) hide show
  1. package/dist/api.d.ts +1 -1
  2. package/dist/api.d.ts.map +1 -1
  3. package/dist/api.js +2 -2
  4. package/dist/api.js.map +1 -1
  5. package/dist/cli/index.js +1 -1
  6. package/dist/cli/index.js.map +1 -1
  7. package/dist/index.d.ts +52 -45
  8. package/dist/index.d.ts.map +1 -1
  9. package/dist/index.js +75 -30
  10. package/dist/index.js.map +1 -1
  11. package/dist/logic/profile-bridge/index.d.ts +64 -0
  12. package/dist/logic/profile-bridge/index.d.ts.map +1 -0
  13. package/dist/logic/profile-bridge/index.js.map +1 -0
  14. package/dist/logic/profiles/aristotelian/syllogistic.d.ts +14 -0
  15. package/dist/logic/profiles/aristotelian/syllogistic.d.ts.map +1 -0
  16. package/dist/logic/profiles/aristotelian/syllogistic.js.map +1 -0
  17. package/dist/logic/profiles/arithmetic/index.d.ts +15 -0
  18. package/dist/logic/profiles/arithmetic/index.d.ts.map +1 -0
  19. package/dist/logic/profiles/arithmetic/index.js.map +1 -0
  20. package/dist/logic/profiles/classical/cdcl.d.ts +34 -0
  21. package/dist/logic/profiles/classical/cdcl.d.ts.map +1 -0
  22. package/dist/logic/profiles/classical/cdcl.js.map +1 -0
  23. package/dist/logic/profiles/classical/dpll.d.ts +20 -0
  24. package/dist/logic/profiles/classical/dpll.d.ts.map +1 -0
  25. package/dist/logic/profiles/classical/dpll.js.map +1 -0
  26. package/dist/logic/profiles/classical/first-order.d.ts +20 -0
  27. package/dist/logic/profiles/classical/first-order.d.ts.map +1 -0
  28. package/dist/logic/profiles/classical/first-order.js.map +1 -0
  29. package/dist/logic/profiles/classical/parallel-sat.d.ts.map +1 -0
  30. package/dist/logic/profiles/classical/parallel-sat.js.map +1 -0
  31. package/dist/logic/profiles/classical/propositional.d.ts +30 -0
  32. package/dist/logic/profiles/classical/propositional.d.ts.map +1 -0
  33. package/dist/logic/profiles/classical/propositional.js +2868 -0
  34. package/dist/logic/profiles/classical/propositional.js.map +1 -0
  35. package/dist/logic/profiles/classical/sat-preprocess.d.ts.map +1 -0
  36. package/dist/logic/profiles/classical/sat-preprocess.js.map +1 -0
  37. package/dist/logic/profiles/classical/undecidability-detector.d.ts +13 -0
  38. package/dist/logic/profiles/classical/undecidability-detector.d.ts.map +1 -0
  39. package/dist/logic/profiles/classical/undecidability-detector.js.map +1 -0
  40. package/dist/logic/profiles/ctl/check.d.ts.map +1 -0
  41. package/dist/logic/profiles/ctl/check.js.map +1 -0
  42. package/dist/logic/profiles/ctl/index.d.ts.map +1 -0
  43. package/dist/logic/profiles/ctl/index.js.map +1 -0
  44. package/dist/logic/profiles/ctl/types.d.ts.map +1 -0
  45. package/dist/logic/profiles/ctl/types.js.map +1 -0
  46. package/dist/logic/profiles/ctl/witness.d.ts.map +1 -0
  47. package/dist/logic/profiles/ctl/witness.js.map +1 -0
  48. package/dist/logic/profiles/default-logic/entailment.d.ts.map +1 -0
  49. package/dist/logic/profiles/default-logic/entailment.js.map +1 -0
  50. package/dist/logic/profiles/default-logic/extensions.d.ts.map +1 -0
  51. package/dist/logic/profiles/default-logic/extensions.js.map +1 -0
  52. package/dist/logic/profiles/default-logic/index.d.ts.map +1 -0
  53. package/dist/logic/profiles/default-logic/index.js.map +1 -0
  54. package/dist/logic/profiles/default-logic/types.d.ts.map +1 -0
  55. package/dist/logic/profiles/default-logic/types.js.map +1 -0
  56. package/dist/logic/profiles/deontic/standard.d.ts +10 -0
  57. package/dist/logic/profiles/deontic/standard.d.ts.map +1 -0
  58. package/dist/logic/profiles/deontic/standard.js.map +1 -0
  59. package/dist/logic/profiles/description-logic/index.d.ts.map +1 -0
  60. package/dist/logic/profiles/description-logic/index.js.map +1 -0
  61. package/dist/logic/profiles/description-logic/nnf.d.ts.map +1 -0
  62. package/dist/logic/profiles/description-logic/nnf.js.map +1 -0
  63. package/dist/logic/profiles/description-logic/tableau.d.ts.map +1 -0
  64. package/dist/logic/profiles/description-logic/tableau.js.map +1 -0
  65. package/dist/logic/profiles/description-logic/types.d.ts.map +1 -0
  66. package/dist/logic/profiles/description-logic/types.js.map +1 -0
  67. package/dist/logic/profiles/epistemic/s5.d.ts +10 -0
  68. package/dist/logic/profiles/epistemic/s5.d.ts.map +1 -0
  69. package/dist/logic/profiles/epistemic/s5.js.map +1 -0
  70. package/dist/logic/profiles/hybrid-logic/index.d.ts.map +1 -0
  71. package/dist/logic/profiles/hybrid-logic/index.js.map +1 -0
  72. package/dist/logic/profiles/hybrid-logic/sat.d.ts.map +1 -0
  73. package/dist/logic/profiles/hybrid-logic/sat.js.map +1 -0
  74. package/dist/logic/profiles/hybrid-logic/semantics.d.ts.map +1 -0
  75. package/dist/logic/profiles/hybrid-logic/semantics.js.map +1 -0
  76. package/dist/logic/profiles/hybrid-logic/types.d.ts.map +1 -0
  77. package/dist/logic/profiles/hybrid-logic/types.js.map +1 -0
  78. package/dist/logic/profiles/index.d.ts.map +1 -0
  79. package/dist/logic/profiles/index.js.map +1 -0
  80. package/dist/logic/profiles/interface.d.ts +11 -0
  81. package/dist/logic/profiles/interface.d.ts.map +1 -0
  82. package/dist/logic/profiles/interface.js.map +1 -0
  83. package/dist/logic/profiles/intuitionistic/propositional.d.ts +14 -0
  84. package/dist/logic/profiles/intuitionistic/propositional.d.ts.map +1 -0
  85. package/dist/logic/profiles/intuitionistic/propositional.js.map +1 -0
  86. package/dist/logic/profiles/intuitionistic-nj/formula.d.ts.map +1 -0
  87. package/dist/logic/profiles/intuitionistic-nj/formula.js.map +1 -0
  88. package/dist/logic/profiles/intuitionistic-nj/index.d.ts.map +1 -0
  89. package/dist/logic/profiles/intuitionistic-nj/index.js.map +1 -0
  90. package/dist/logic/profiles/intuitionistic-nj/kripke.d.ts.map +1 -0
  91. package/dist/logic/profiles/intuitionistic-nj/kripke.js.map +1 -0
  92. package/dist/logic/profiles/intuitionistic-nj/prover.d.ts.map +1 -0
  93. package/dist/logic/profiles/intuitionistic-nj/prover.js.map +1 -0
  94. package/dist/logic/profiles/intuitionistic-nj/types.d.ts.map +1 -0
  95. package/dist/logic/profiles/intuitionistic-nj/types.js.map +1 -0
  96. package/dist/logic/profiles/ltl-sat/index.d.ts.map +1 -0
  97. package/dist/logic/profiles/ltl-sat/index.js.map +1 -0
  98. package/dist/logic/profiles/ltl-sat/sat.d.ts.map +1 -0
  99. package/dist/logic/profiles/ltl-sat/sat.js.map +1 -0
  100. package/dist/logic/profiles/ltl-sat/tableau.d.ts.map +1 -0
  101. package/dist/logic/profiles/ltl-sat/tableau.js.map +1 -0
  102. package/dist/logic/profiles/ltl-sat/types.d.ts.map +1 -0
  103. package/dist/logic/profiles/ltl-sat/types.js.map +1 -0
  104. package/dist/logic/profiles/many-valued/index.d.ts.map +1 -0
  105. package/dist/logic/profiles/many-valued/index.js.map +1 -0
  106. package/dist/logic/profiles/modal/k.d.ts +10 -0
  107. package/dist/logic/profiles/modal/k.d.ts.map +1 -0
  108. package/dist/logic/profiles/modal/k.js.map +1 -0
  109. package/dist/logic/profiles/modal-frame-axioms/formula.d.ts.map +1 -0
  110. package/dist/logic/profiles/modal-frame-axioms/formula.js.map +1 -0
  111. package/dist/logic/profiles/modal-frame-axioms/index.d.ts.map +1 -0
  112. package/dist/logic/profiles/modal-frame-axioms/index.js.map +1 -0
  113. package/dist/logic/profiles/modal-frame-axioms/systems.d.ts.map +1 -0
  114. package/dist/logic/profiles/modal-frame-axioms/systems.js.map +1 -0
  115. package/dist/logic/profiles/modal-frame-axioms/tableau.d.ts.map +1 -0
  116. package/dist/logic/profiles/modal-frame-axioms/tableau.js.map +1 -0
  117. package/dist/logic/profiles/modal-frame-axioms/types.d.ts.map +1 -0
  118. package/dist/logic/profiles/modal-frame-axioms/types.js.map +1 -0
  119. package/dist/logic/profiles/mu-calculus/check.d.ts.map +1 -0
  120. package/dist/logic/profiles/mu-calculus/check.js.map +1 -0
  121. package/dist/logic/profiles/mu-calculus/ctl-translate.d.ts.map +1 -0
  122. package/dist/logic/profiles/mu-calculus/ctl-translate.js.map +1 -0
  123. package/dist/logic/profiles/mu-calculus/index.d.ts.map +1 -0
  124. package/dist/logic/profiles/mu-calculus/index.js.map +1 -0
  125. package/dist/logic/profiles/mu-calculus/types.d.ts.map +1 -0
  126. package/dist/logic/profiles/mu-calculus/types.js.map +1 -0
  127. package/dist/logic/profiles/mu-calculus/wellformed.d.ts.map +1 -0
  128. package/dist/logic/profiles/mu-calculus/wellformed.js.map +1 -0
  129. package/dist/logic/profiles/paraconsistent/belnap.d.ts +28 -0
  130. package/dist/logic/profiles/paraconsistent/belnap.d.ts.map +1 -0
  131. package/dist/logic/profiles/paraconsistent/belnap.js.map +1 -0
  132. package/dist/logic/profiles/probabilistic/basic.d.ts +18 -0
  133. package/dist/logic/profiles/probabilistic/basic.d.ts.map +1 -0
  134. package/dist/logic/profiles/probabilistic/basic.js.map +1 -0
  135. package/dist/logic/profiles/sequent-g3/index.d.ts.map +1 -0
  136. package/dist/logic/profiles/sequent-g3/index.js.map +1 -0
  137. package/dist/logic/profiles/sequent-g3/latex.d.ts.map +1 -0
  138. package/dist/logic/profiles/sequent-g3/latex.js.map +1 -0
  139. package/dist/logic/profiles/sequent-g3/normalize.d.ts +15 -0
  140. package/dist/logic/profiles/sequent-g3/normalize.d.ts.map +1 -0
  141. package/dist/logic/profiles/sequent-g3/normalize.js.map +1 -0
  142. package/dist/logic/profiles/sequent-g3/prover.d.ts +16 -0
  143. package/dist/logic/profiles/sequent-g3/prover.d.ts.map +1 -0
  144. package/dist/logic/profiles/sequent-g3/prover.js.map +1 -0
  145. package/dist/logic/profiles/sequent-g3/types.d.ts +30 -0
  146. package/dist/logic/profiles/sequent-g3/types.d.ts.map +1 -0
  147. package/dist/logic/profiles/sequent-g3/types.js.map +1 -0
  148. package/dist/logic/profiles/sequent-lk/cut-elimination.d.ts.map +1 -0
  149. package/dist/logic/profiles/sequent-lk/cut-elimination.js.map +1 -0
  150. package/dist/logic/profiles/sequent-lk/index.d.ts.map +1 -0
  151. package/dist/logic/profiles/sequent-lk/index.js.map +1 -0
  152. package/dist/logic/profiles/sequent-lk/prover.d.ts.map +1 -0
  153. package/dist/logic/profiles/sequent-lk/prover.js.map +1 -0
  154. package/dist/logic/profiles/sequent-lk/types.d.ts.map +1 -0
  155. package/dist/logic/profiles/sequent-lk/types.js.map +1 -0
  156. package/dist/logic/profiles/sequent-lk/util.d.ts.map +1 -0
  157. package/dist/logic/profiles/sequent-lk/util.js.map +1 -0
  158. package/dist/logic/profiles/shared/base-profile.d.ts +22 -0
  159. package/dist/logic/profiles/shared/base-profile.d.ts.map +1 -0
  160. package/dist/logic/profiles/shared/base-profile.js +219 -0
  161. package/dist/logic/profiles/shared/base-profile.js.map +1 -0
  162. package/dist/logic/profiles/shared/tableau-engine.d.ts +73 -0
  163. package/dist/logic/profiles/shared/tableau-engine.d.ts.map +1 -0
  164. package/dist/logic/profiles/shared/tableau-engine.js +684 -0
  165. package/dist/logic/profiles/shared/tableau-engine.js.map +1 -0
  166. package/dist/logic/profiles/substructural/index.d.ts.map +1 -0
  167. package/dist/logic/profiles/substructural/index.js.map +1 -0
  168. package/dist/logic/profiles/substructural/prover.d.ts.map +1 -0
  169. package/dist/logic/profiles/substructural/prover.js.map +1 -0
  170. package/dist/logic/profiles/substructural/types.d.ts.map +1 -0
  171. package/dist/logic/profiles/substructural/types.js.map +1 -0
  172. package/dist/logic/profiles/temporal/ltl.d.ts +12 -0
  173. package/dist/logic/profiles/temporal/ltl.d.ts.map +1 -0
  174. package/dist/logic/profiles/temporal/ltl.js.map +1 -0
  175. package/dist/namespaces/logic.d.ts +28 -28
  176. package/dist/namespaces/logic.d.ts.map +1 -1
  177. package/dist/namespaces/logic.js +27 -27
  178. package/dist/namespaces/logic.js.map +1 -1
  179. package/dist/namespaces/proof-systems.d.ts +6 -6
  180. package/dist/namespaces/proof-systems.d.ts.map +1 -1
  181. package/dist/namespaces/proof-systems.js +6 -6
  182. package/dist/namespaces/proof-systems.js.map +1 -1
  183. package/dist/namespaces/reasoning.d.ts +7 -7
  184. package/dist/namespaces/reasoning.d.ts.map +1 -1
  185. package/dist/namespaces/reasoning.js +7 -7
  186. package/dist/namespaces/reasoning.js.map +1 -1
  187. package/dist/namespaces/semantics.d.ts +5 -5
  188. package/dist/namespaces/semantics.d.ts.map +1 -1
  189. package/dist/namespaces/semantics.js +5 -5
  190. package/dist/namespaces/semantics.js.map +1 -1
  191. package/dist/namespaces/solvers.d.ts +3 -3
  192. package/dist/namespaces/solvers.d.ts.map +1 -1
  193. package/dist/namespaces/solvers.js +3 -3
  194. package/dist/namespaces/solvers.js.map +1 -1
  195. package/dist/namespaces/type-theory.d.ts +8 -8
  196. package/dist/namespaces/type-theory.d.ts.map +1 -1
  197. package/dist/namespaces/type-theory.js +8 -8
  198. package/dist/namespaces/type-theory.js.map +1 -1
  199. package/dist/proof-systems/fol-prover/cnf.d.ts +10 -0
  200. package/dist/proof-systems/fol-prover/cnf.d.ts.map +1 -0
  201. package/dist/proof-systems/fol-prover/cnf.js.map +1 -0
  202. package/dist/proof-systems/fol-prover/index.d.ts.map +1 -0
  203. package/dist/proof-systems/fol-prover/index.js.map +1 -0
  204. package/dist/proof-systems/fol-prover/prove.d.ts +4 -0
  205. package/dist/proof-systems/fol-prover/prove.d.ts.map +1 -0
  206. package/dist/proof-systems/fol-prover/prove.js.map +1 -0
  207. package/dist/proof-systems/fol-prover/resolve.d.ts.map +1 -0
  208. package/dist/proof-systems/fol-prover/resolve.js.map +1 -0
  209. package/dist/proof-systems/fol-prover/types.d.ts.map +1 -0
  210. package/dist/proof-systems/fol-prover/types.js.map +1 -0
  211. package/dist/proof-systems/fol-prover/unify.d.ts.map +1 -0
  212. package/dist/proof-systems/fol-prover/unify.js.map +1 -0
  213. package/dist/proof-systems/fol-prover-equality/demodulate.d.ts.map +1 -0
  214. package/dist/proof-systems/fol-prover-equality/demodulate.js.map +1 -0
  215. package/dist/proof-systems/fol-prover-equality/index.d.ts.map +1 -0
  216. package/dist/proof-systems/fol-prover-equality/index.js.map +1 -0
  217. package/dist/proof-systems/fol-prover-equality/paramodulate.d.ts.map +1 -0
  218. package/dist/proof-systems/fol-prover-equality/paramodulate.js.map +1 -0
  219. package/dist/proof-systems/fol-prover-equality/prove.d.ts +7 -0
  220. package/dist/proof-systems/fol-prover-equality/prove.d.ts.map +1 -0
  221. package/dist/proof-systems/fol-prover-equality/prove.js.map +1 -0
  222. package/dist/proof-systems/fol-prover-equality/term-utils.d.ts.map +1 -0
  223. package/dist/proof-systems/fol-prover-equality/term-utils.js.map +1 -0
  224. package/dist/proof-systems/fol-prover-equality/types.d.ts.map +1 -0
  225. package/dist/proof-systems/fol-prover-equality/types.js.map +1 -0
  226. package/dist/proof-systems/higher-order-unify/index.d.ts.map +1 -0
  227. package/dist/proof-systems/higher-order-unify/index.js.map +1 -0
  228. package/dist/proof-systems/higher-order-unify/normalize.d.ts.map +1 -0
  229. package/dist/proof-systems/higher-order-unify/normalize.js.map +1 -0
  230. package/dist/proof-systems/higher-order-unify/pattern.d.ts.map +1 -0
  231. package/dist/proof-systems/higher-order-unify/pattern.js.map +1 -0
  232. package/dist/proof-systems/higher-order-unify/types.d.ts.map +1 -0
  233. package/dist/proof-systems/higher-order-unify/types.js.map +1 -0
  234. package/dist/proof-systems/higher-order-unify/unify.d.ts.map +1 -0
  235. package/dist/proof-systems/higher-order-unify/unify.js.map +1 -0
  236. package/dist/proof-systems/proof-exchange/index.d.ts +24 -0
  237. package/dist/proof-systems/proof-exchange/index.d.ts.map +1 -0
  238. package/dist/proof-systems/proof-exchange/index.js.map +1 -0
  239. package/dist/proof-systems/proof-minify/index.d.ts.map +1 -0
  240. package/dist/proof-systems/proof-minify/index.js.map +1 -0
  241. package/dist/proof-systems/proof-minify/minify.d.ts.map +1 -0
  242. package/dist/proof-systems/proof-minify/minify.js.map +1 -0
  243. package/dist/proof-systems/proof-minify/types.d.ts.map +1 -0
  244. package/dist/proof-systems/proof-minify/types.js.map +1 -0
  245. package/dist/proof-systems/proof-nets/construct.d.ts.map +1 -0
  246. package/dist/proof-systems/proof-nets/construct.js.map +1 -0
  247. package/dist/proof-systems/proof-nets/correctness.d.ts.map +1 -0
  248. package/dist/proof-systems/proof-nets/correctness.js.map +1 -0
  249. package/dist/proof-systems/proof-nets/cut-elim.d.ts.map +1 -0
  250. package/dist/proof-systems/proof-nets/cut-elim.js.map +1 -0
  251. package/dist/proof-systems/proof-nets/index.d.ts.map +1 -0
  252. package/dist/proof-systems/proof-nets/index.js.map +1 -0
  253. package/dist/proof-systems/proof-nets/types.d.ts.map +1 -0
  254. package/dist/proof-systems/proof-nets/types.js.map +1 -0
  255. package/dist/proof-systems/tableau-framework/TableauProver.d.ts.map +1 -0
  256. package/dist/proof-systems/tableau-framework/TableauProver.js.map +1 -0
  257. package/dist/proof-systems/tableau-framework/index.d.ts.map +1 -0
  258. package/dist/proof-systems/tableau-framework/index.js.map +1 -0
  259. package/dist/proof-systems/tableau-framework/propositional.d.ts.map +1 -0
  260. package/dist/proof-systems/tableau-framework/propositional.js.map +1 -0
  261. package/dist/proof-systems/tableau-framework/types.d.ts.map +1 -0
  262. package/dist/proof-systems/tableau-framework/types.js.map +1 -0
  263. package/dist/protocol/handler.js +1 -1
  264. package/dist/protocol/handler.js.map +1 -1
  265. package/dist/reasoning/abduction/entails.d.ts.map +1 -0
  266. package/dist/reasoning/abduction/entails.js.map +1 -0
  267. package/dist/reasoning/abduction/find.d.ts.map +1 -0
  268. package/dist/reasoning/abduction/find.js.map +1 -0
  269. package/dist/reasoning/abduction/index.d.ts.map +1 -0
  270. package/dist/reasoning/abduction/index.js.map +1 -0
  271. package/dist/reasoning/abduction/types.d.ts.map +1 -0
  272. package/dist/reasoning/abduction/types.js.map +1 -0
  273. package/dist/reasoning/argumentation/dot.d.ts.map +1 -0
  274. package/dist/reasoning/argumentation/dot.js.map +1 -0
  275. package/dist/reasoning/argumentation/extensions.d.ts.map +1 -0
  276. package/dist/reasoning/argumentation/extensions.js.map +1 -0
  277. package/dist/reasoning/argumentation/framework.d.ts.map +1 -0
  278. package/dist/reasoning/argumentation/framework.js.map +1 -0
  279. package/dist/reasoning/argumentation/index.d.ts.map +1 -0
  280. package/dist/reasoning/argumentation/index.js.map +1 -0
  281. package/dist/reasoning/argumentation/types.d.ts.map +1 -0
  282. package/dist/reasoning/argumentation/types.js.map +1 -0
  283. package/dist/reasoning/bayesian/factor.d.ts.map +1 -0
  284. package/dist/reasoning/bayesian/factor.js.map +1 -0
  285. package/dist/reasoning/bayesian/index.d.ts.map +1 -0
  286. package/dist/reasoning/bayesian/index.js.map +1 -0
  287. package/dist/reasoning/bayesian/inference.d.ts.map +1 -0
  288. package/dist/reasoning/bayesian/inference.js.map +1 -0
  289. package/dist/reasoning/bayesian/types.d.ts.map +1 -0
  290. package/dist/reasoning/bayesian/types.js.map +1 -0
  291. package/dist/reasoning/belief-revision/agm.d.ts.map +1 -0
  292. package/dist/reasoning/belief-revision/agm.js.map +1 -0
  293. package/dist/reasoning/belief-revision/index.d.ts.map +1 -0
  294. package/dist/reasoning/belief-revision/index.js.map +1 -0
  295. package/dist/reasoning/belief-revision/parser.d.ts.map +1 -0
  296. package/dist/reasoning/belief-revision/parser.js.map +1 -0
  297. package/dist/reasoning/belief-revision/sat.d.ts.map +1 -0
  298. package/dist/reasoning/belief-revision/sat.js.map +1 -0
  299. package/dist/reasoning/belief-revision/types.d.ts.map +1 -0
  300. package/dist/reasoning/belief-revision/types.js.map +1 -0
  301. package/dist/reasoning/citation-reasoning/derive.d.ts.map +1 -0
  302. package/dist/reasoning/citation-reasoning/derive.js.map +1 -0
  303. package/dist/reasoning/citation-reasoning/index.d.ts.map +1 -0
  304. package/dist/reasoning/citation-reasoning/index.js.map +1 -0
  305. package/dist/reasoning/citation-reasoning/types.d.ts.map +1 -0
  306. package/dist/reasoning/citation-reasoning/types.js.map +1 -0
  307. package/dist/reasoning/constructive-reals/index.d.ts.map +1 -0
  308. package/dist/reasoning/constructive-reals/index.js.map +1 -0
  309. package/dist/reasoning/fca/context.d.ts.map +1 -0
  310. package/dist/reasoning/fca/context.js.map +1 -0
  311. package/dist/reasoning/fca/implications.d.ts.map +1 -0
  312. package/dist/reasoning/fca/implications.js.map +1 -0
  313. package/dist/reasoning/fca/index.d.ts.map +1 -0
  314. package/dist/reasoning/fca/index.js.map +1 -0
  315. package/dist/reasoning/fca/lattice.d.ts.map +1 -0
  316. package/dist/reasoning/fca/lattice.js.map +1 -0
  317. package/dist/reasoning/fca/next-closure.d.ts.map +1 -0
  318. package/dist/reasoning/fca/next-closure.js.map +1 -0
  319. package/dist/reasoning/fca/types.d.ts.map +1 -0
  320. package/dist/reasoning/fca/types.js.map +1 -0
  321. package/dist/reasoning/game-theory/common-games.d.ts.map +1 -0
  322. package/dist/reasoning/game-theory/common-games.js.map +1 -0
  323. package/dist/reasoning/game-theory/dominance.d.ts.map +1 -0
  324. package/dist/reasoning/game-theory/dominance.js.map +1 -0
  325. package/dist/reasoning/game-theory/index.d.ts.map +1 -0
  326. package/dist/reasoning/game-theory/index.js.map +1 -0
  327. package/dist/reasoning/game-theory/lemke-howson.d.ts.map +1 -0
  328. package/dist/reasoning/game-theory/lemke-howson.js.map +1 -0
  329. package/dist/reasoning/game-theory/linalg.d.ts.map +1 -0
  330. package/dist/reasoning/game-theory/linalg.js.map +1 -0
  331. package/dist/reasoning/game-theory/pure-nash.d.ts.map +1 -0
  332. package/dist/reasoning/game-theory/pure-nash.js.map +1 -0
  333. package/dist/reasoning/game-theory/support-enumeration.d.ts.map +1 -0
  334. package/dist/reasoning/game-theory/support-enumeration.js.map +1 -0
  335. package/dist/reasoning/game-theory/types.d.ts.map +1 -0
  336. package/dist/reasoning/game-theory/types.js.map +1 -0
  337. package/dist/reasoning/hyperreal/index.d.ts.map +1 -0
  338. package/dist/reasoning/hyperreal/index.js.map +1 -0
  339. package/dist/reasoning/information-theory/index.d.ts.map +1 -0
  340. package/dist/reasoning/information-theory/index.js.map +1 -0
  341. package/dist/reasoning/lemma-synthesis/index.d.ts +124 -0
  342. package/dist/reasoning/lemma-synthesis/index.d.ts.map +1 -0
  343. package/dist/reasoning/lemma-synthesis/index.js +640 -0
  344. package/dist/reasoning/lemma-synthesis/index.js.map +1 -0
  345. package/dist/reasoning/markov-logic/grounding.d.ts.map +1 -0
  346. package/dist/reasoning/markov-logic/grounding.js.map +1 -0
  347. package/dist/reasoning/markov-logic/index.d.ts.map +1 -0
  348. package/dist/reasoning/markov-logic/index.js.map +1 -0
  349. package/dist/reasoning/markov-logic/inference.d.ts.map +1 -0
  350. package/dist/reasoning/markov-logic/inference.js.map +1 -0
  351. package/dist/reasoning/markov-logic/parser.d.ts.map +1 -0
  352. package/dist/reasoning/markov-logic/parser.js.map +1 -0
  353. package/dist/reasoning/markov-logic/types.d.ts.map +1 -0
  354. package/dist/reasoning/markov-logic/types.js.map +1 -0
  355. package/dist/reasoning/optimization/branch-and-bound.d.ts.map +1 -0
  356. package/dist/reasoning/optimization/branch-and-bound.js.map +1 -0
  357. package/dist/reasoning/optimization/index.d.ts.map +1 -0
  358. package/dist/reasoning/optimization/index.js.map +1 -0
  359. package/dist/reasoning/optimization/simplex.d.ts.map +1 -0
  360. package/dist/reasoning/optimization/simplex.js.map +1 -0
  361. package/dist/reasoning/optimization/standard-form.d.ts.map +1 -0
  362. package/dist/reasoning/optimization/standard-form.js.map +1 -0
  363. package/dist/reasoning/optimization/types.d.ts.map +1 -0
  364. package/dist/reasoning/optimization/types.js.map +1 -0
  365. package/dist/reasoning/planning/astar.d.ts.map +1 -0
  366. package/dist/reasoning/planning/astar.js.map +1 -0
  367. package/dist/reasoning/planning/bfs.d.ts.map +1 -0
  368. package/dist/reasoning/planning/bfs.js.map +1 -0
  369. package/dist/reasoning/planning/ground.d.ts.map +1 -0
  370. package/dist/reasoning/planning/ground.js.map +1 -0
  371. package/dist/reasoning/planning/heuristic.d.ts.map +1 -0
  372. package/dist/reasoning/planning/heuristic.js.map +1 -0
  373. package/dist/reasoning/planning/index.d.ts.map +1 -0
  374. package/dist/reasoning/planning/index.js.map +1 -0
  375. package/dist/reasoning/planning/types.d.ts.map +1 -0
  376. package/dist/reasoning/planning/types.js.map +1 -0
  377. package/dist/reasoning/tactic-dsl/combinators.d.ts +6 -0
  378. package/dist/reasoning/tactic-dsl/combinators.d.ts.map +1 -0
  379. package/dist/reasoning/tactic-dsl/combinators.js +98 -0
  380. package/dist/reasoning/tactic-dsl/combinators.js.map +1 -0
  381. package/dist/reasoning/tactic-dsl/index.d.ts +39 -0
  382. package/dist/reasoning/tactic-dsl/index.d.ts.map +1 -0
  383. package/dist/reasoning/tactic-dsl/index.js +162 -0
  384. package/dist/reasoning/tactic-dsl/index.js.map +1 -0
  385. package/dist/reasoning/tactic-dsl/tactics.d.ts +21 -0
  386. package/dist/reasoning/tactic-dsl/tactics.d.ts.map +1 -0
  387. package/dist/reasoning/tactic-dsl/tactics.js +536 -0
  388. package/dist/reasoning/tactic-dsl/tactics.js.map +1 -0
  389. package/dist/reasoning/tactic-dsl/types.d.ts +54 -0
  390. package/dist/reasoning/tactic-dsl/types.d.ts.map +1 -0
  391. package/dist/reasoning/tactic-dsl/types.js +226 -0
  392. package/dist/reasoning/tactic-dsl/types.js.map +1 -0
  393. package/dist/repl/repl.js +2 -2
  394. package/dist/repl/repl.js.map +1 -1
  395. package/dist/runtime/bdd/index.d.ts.map +1 -0
  396. package/dist/runtime/bdd/index.js.map +1 -0
  397. package/dist/runtime/bdd/manager.d.ts.map +1 -0
  398. package/dist/runtime/bdd/manager.js.map +1 -0
  399. package/dist/runtime/bdd/types.d.ts.map +1 -0
  400. package/dist/runtime/bdd/types.js.map +1 -0
  401. package/dist/runtime/cross-system-compare.d.ts +1 -1
  402. package/dist/runtime/cross-system-compare.d.ts.map +1 -1
  403. package/dist/runtime/csp-hoare/analysis.d.ts +51 -0
  404. package/dist/runtime/csp-hoare/analysis.d.ts.map +1 -0
  405. package/dist/runtime/csp-hoare/analysis.js +317 -0
  406. package/dist/runtime/csp-hoare/analysis.js.map +1 -0
  407. package/dist/runtime/csp-hoare/examples.d.ts +33 -0
  408. package/dist/runtime/csp-hoare/examples.d.ts.map +1 -0
  409. package/dist/runtime/csp-hoare/examples.js +108 -0
  410. package/dist/runtime/csp-hoare/examples.js.map +1 -0
  411. package/dist/runtime/csp-hoare/index.d.ts +6 -0
  412. package/dist/runtime/csp-hoare/index.d.ts.map +1 -0
  413. package/dist/runtime/csp-hoare/index.js +50 -0
  414. package/dist/runtime/csp-hoare/index.js.map +1 -0
  415. package/dist/runtime/csp-hoare/semantics.d.ts +49 -0
  416. package/dist/runtime/csp-hoare/semantics.d.ts.map +1 -0
  417. package/dist/runtime/csp-hoare/semantics.js +494 -0
  418. package/dist/runtime/csp-hoare/semantics.js.map +1 -0
  419. package/dist/runtime/csp-hoare/types.d.ts +60 -0
  420. package/dist/runtime/csp-hoare/types.d.ts.map +1 -0
  421. package/dist/runtime/csp-hoare/types.js +31 -0
  422. package/dist/runtime/csp-hoare/types.js.map +1 -0
  423. package/dist/runtime/fallacies.d.ts +1 -1
  424. package/dist/runtime/fallacies.d.ts.map +1 -1
  425. package/dist/runtime/interpreter.d.ts +1 -1
  426. package/dist/runtime/interpreter.d.ts.map +1 -1
  427. package/dist/runtime/interpreter.js +5 -5
  428. package/dist/runtime/interpreter.js.map +1 -1
  429. package/dist/runtime/parallel/index.d.ts +1 -1
  430. package/dist/runtime/parallel/index.d.ts.map +1 -1
  431. package/dist/runtime/parallel/index.js +2 -2
  432. package/dist/runtime/parallel/index.js.map +1 -1
  433. package/dist/runtime/parallel/worker.d.ts +1 -1
  434. package/dist/runtime/parallel/worker.d.ts.map +1 -1
  435. package/dist/runtime/parallel/worker.js +2 -2
  436. package/dist/runtime/parallel/worker.js.map +1 -1
  437. package/dist/runtime/streaming/stream-eval.d.ts +1 -1
  438. package/dist/runtime/streaming/stream-eval.d.ts.map +1 -1
  439. package/dist/runtime/streaming/stream-eval.js +3 -3
  440. package/dist/runtime/streaming/stream-eval.js.map +1 -1
  441. package/dist/semantics/categorical/fin-set.d.ts +39 -0
  442. package/dist/semantics/categorical/fin-set.d.ts.map +1 -0
  443. package/dist/semantics/categorical/fin-set.js +217 -0
  444. package/dist/semantics/categorical/fin-set.js.map +1 -0
  445. package/dist/semantics/categorical/free.d.ts +23 -0
  446. package/dist/semantics/categorical/free.d.ts.map +1 -0
  447. package/dist/semantics/categorical/free.js +168 -0
  448. package/dist/semantics/categorical/free.js.map +1 -0
  449. package/dist/semantics/categorical/functor.d.ts +40 -0
  450. package/dist/semantics/categorical/functor.d.ts.map +1 -0
  451. package/dist/semantics/categorical/functor.js +139 -0
  452. package/dist/semantics/categorical/functor.js.map +1 -0
  453. package/dist/semantics/categorical/index.d.ts +11 -0
  454. package/dist/semantics/categorical/index.d.ts.map +1 -0
  455. package/dist/semantics/categorical/index.js +33 -0
  456. package/dist/semantics/categorical/index.js.map +1 -0
  457. package/dist/semantics/categorical/limits.d.ts +64 -0
  458. package/dist/semantics/categorical/limits.d.ts.map +1 -0
  459. package/dist/semantics/categorical/limits.js +248 -0
  460. package/dist/semantics/categorical/limits.js.map +1 -0
  461. package/dist/semantics/categorical/monoidal.d.ts +14 -0
  462. package/dist/semantics/categorical/monoidal.d.ts.map +1 -0
  463. package/dist/semantics/categorical/monoidal.js +148 -0
  464. package/dist/semantics/categorical/monoidal.js.map +1 -0
  465. package/dist/semantics/categorical/poset.d.ts +14 -0
  466. package/dist/semantics/categorical/poset.d.ts.map +1 -0
  467. package/dist/semantics/categorical/poset.js +115 -0
  468. package/dist/semantics/categorical/poset.js.map +1 -0
  469. package/dist/semantics/categorical/types.d.ts +111 -0
  470. package/dist/semantics/categorical/types.d.ts.map +1 -0
  471. package/dist/semantics/categorical/types.js +15 -0
  472. package/dist/semantics/categorical/types.js.map +1 -0
  473. package/dist/semantics/coinduction/index.d.ts.map +1 -0
  474. package/dist/semantics/coinduction/index.js.map +1 -0
  475. package/dist/semantics/game-semantics/convert.d.ts +4 -0
  476. package/dist/semantics/game-semantics/convert.d.ts.map +1 -0
  477. package/dist/semantics/game-semantics/convert.js +28 -0
  478. package/dist/semantics/game-semantics/convert.js.map +1 -0
  479. package/dist/semantics/game-semantics/index.d.ts.map +1 -0
  480. package/dist/semantics/game-semantics/index.js.map +1 -0
  481. package/dist/semantics/game-semantics/strategy.d.ts.map +1 -0
  482. package/dist/semantics/game-semantics/strategy.js +336 -0
  483. package/dist/semantics/game-semantics/strategy.js.map +1 -0
  484. package/dist/semantics/game-semantics/types.d.ts.map +1 -0
  485. package/dist/semantics/game-semantics/types.js.map +1 -0
  486. package/dist/semantics/text-layer/compiler.d.ts +18 -0
  487. package/dist/semantics/text-layer/compiler.d.ts.map +1 -0
  488. package/dist/semantics/text-layer/compiler.js.map +1 -0
  489. package/dist/semantics/text-layer/v2/claim-graph.d.ts.map +1 -0
  490. package/dist/semantics/text-layer/v2/claim-graph.js.map +1 -0
  491. package/dist/semantics/text-layer/v2/index.d.ts.map +1 -0
  492. package/dist/semantics/text-layer/v2/index.js.map +1 -0
  493. package/dist/semantics/text-layer/v2/mdx-bridge/diff.d.ts.map +1 -0
  494. package/dist/semantics/text-layer/v2/mdx-bridge/diff.js.map +1 -0
  495. package/dist/semantics/text-layer/v2/mdx-bridge/index.d.ts.map +1 -0
  496. package/dist/semantics/text-layer/v2/mdx-bridge/index.js.map +1 -0
  497. package/dist/semantics/text-layer/v2/mdx-bridge/parser.d.ts.map +1 -0
  498. package/dist/semantics/text-layer/v2/mdx-bridge/parser.js.map +1 -0
  499. package/dist/semantics/text-layer/v2/mdx-bridge/serializer.d.ts.map +1 -0
  500. package/dist/semantics/text-layer/v2/mdx-bridge/serializer.js.map +1 -0
  501. package/dist/semantics/text-layer/v2/mdx-bridge/types.d.ts.map +1 -0
  502. package/dist/semantics/text-layer/v2/mdx-bridge/types.js.map +1 -0
  503. package/dist/semantics/text-layer/v2/types.d.ts.map +1 -0
  504. package/dist/semantics/text-layer/v2/types.js.map +1 -0
  505. package/dist/solver/csp/ac3.d.ts.map +1 -0
  506. package/dist/solver/csp/ac3.js.map +1 -0
  507. package/dist/solver/csp/backtrack.d.ts.map +1 -0
  508. package/dist/solver/csp/backtrack.js.map +1 -0
  509. package/dist/solver/csp/builtins.d.ts.map +1 -0
  510. package/dist/solver/csp/builtins.js.map +1 -0
  511. package/dist/solver/csp/index.d.ts.map +1 -0
  512. package/dist/solver/csp/index.js.map +1 -0
  513. package/dist/solver/csp/types.d.ts.map +1 -0
  514. package/dist/solver/csp/types.js.map +1 -0
  515. package/dist/solver/mus/extract.d.ts.map +1 -0
  516. package/dist/solver/mus/extract.js.map +1 -0
  517. package/dist/solver/mus/index.d.ts.map +1 -0
  518. package/dist/solver/mus/index.js.map +1 -0
  519. package/dist/solver/mus/quickxplain.d.ts.map +1 -0
  520. package/dist/solver/mus/quickxplain.js.map +1 -0
  521. package/dist/solver/mus/types.d.ts.map +1 -0
  522. package/dist/solver/mus/types.js.map +1 -0
  523. package/dist/solver/smt/index.d.ts.map +1 -0
  524. package/dist/solver/smt/index.js.map +1 -0
  525. package/dist/solver/smt/mock-backend.d.ts.map +1 -0
  526. package/dist/solver/smt/mock-backend.js.map +1 -0
  527. package/dist/solver/smt/serializer.d.ts.map +1 -0
  528. package/dist/solver/smt/serializer.js.map +1 -0
  529. package/dist/solver/smt/subprocess-backend.d.ts.map +1 -0
  530. package/dist/solver/smt/subprocess-backend.js.map +1 -0
  531. package/dist/solver/smt/types.d.ts.map +1 -0
  532. package/dist/solver/smt/types.js.map +1 -0
  533. package/dist/solver/smt-lib/ast.d.ts.map +1 -0
  534. package/dist/solver/smt-lib/ast.js.map +1 -0
  535. package/dist/solver/smt-lib/emitter.d.ts.map +1 -0
  536. package/dist/solver/smt-lib/emitter.js.map +1 -0
  537. package/dist/solver/smt-lib/index.d.ts.map +1 -0
  538. package/dist/solver/smt-lib/index.js.map +1 -0
  539. package/dist/solver/smt-lib/parser.d.ts.map +1 -0
  540. package/dist/solver/smt-lib/parser.js.map +1 -0
  541. package/dist/solver/smt-lib/tokenizer.d.ts.map +1 -0
  542. package/dist/solver/smt-lib/tokenizer.js.map +1 -0
  543. package/dist/tests/api/namespaces.test.js +1 -1
  544. package/dist/tests/api/namespaces.test.js.map +1 -1
  545. package/dist/tests/arithmetic.test.js +2 -2
  546. package/dist/tests/arithmetic.test.js.map +1 -1
  547. package/dist/tests/benchmark-cdcl.test.js +2 -2
  548. package/dist/tests/benchmark-cdcl.test.js.map +1 -1
  549. package/dist/tests/cli.test.js +1 -1
  550. package/dist/tests/cli.test.js.map +1 -1
  551. package/dist/tests/core.test.js +1 -1
  552. package/dist/tests/core.test.js.map +1 -1
  553. package/dist/tests/coverage-95/api-and-interpreter-e2e.test.js +1 -1
  554. package/dist/tests/coverage-95/api-and-interpreter-e2e.test.js.map +1 -1
  555. package/dist/tests/coverage-95/argumentation.test.js +1 -1
  556. package/dist/tests/coverage-95/argumentation.test.js.map +1 -1
  557. package/dist/tests/coverage-95/arithmetic.test.js +1 -1
  558. package/dist/tests/coverage-95/arithmetic.test.js.map +1 -1
  559. package/dist/tests/coverage-95/belnap.test.js +1 -1
  560. package/dist/tests/coverage-95/belnap.test.js.map +1 -1
  561. package/dist/tests/coverage-95/classical-propositional-direct.test.js +1 -1
  562. package/dist/tests/coverage-95/classical-propositional-direct.test.js.map +1 -1
  563. package/dist/tests/coverage-95/first-order.test.js +1 -1
  564. package/dist/tests/coverage-95/first-order.test.js.map +1 -1
  565. package/dist/tests/coverage-95/fol-prover.test.js +3 -3
  566. package/dist/tests/coverage-95/fol-prover.test.js.map +1 -1
  567. package/dist/tests/coverage-95/lsp-server.test.js +1 -1
  568. package/dist/tests/coverage-95/lsp-server.test.js.map +1 -1
  569. package/dist/tests/coverage-95/modal-tableau-profiles.test.js +5 -5
  570. package/dist/tests/coverage-95/modal-tableau-profiles.test.js.map +1 -1
  571. package/dist/tests/coverage-95/parallel-sat.test.js +1 -1
  572. package/dist/tests/coverage-95/parallel-sat.test.js.map +1 -1
  573. package/dist/tests/coverage-95/propositional-utilities.test.js +1 -1
  574. package/dist/tests/coverage-95/propositional-utilities.test.js.map +1 -1
  575. package/dist/tests/coverage-95/smt-mock-backend.test.js +1 -1
  576. package/dist/tests/coverage-95/smt-mock-backend.test.js.map +1 -1
  577. package/dist/tests/coverage-95/smt-serializer.test.js +1 -1
  578. package/dist/tests/coverage-95/smt-serializer.test.js.map +1 -1
  579. package/dist/tests/coverage-95/smt-subprocess.test.js +1 -1
  580. package/dist/tests/coverage-95/smt-subprocess.test.js.map +1 -1
  581. package/dist/tests/coverage-95/tableau-engine.test.js +1 -1
  582. package/dist/tests/coverage-95/tableau-engine.test.js.map +1 -1
  583. package/dist/tests/coverage-95/temporal-ltl.test.js +1 -1
  584. package/dist/tests/coverage-95/temporal-ltl.test.js.map +1 -1
  585. package/dist/tests/coverage-95/undecidability-detector.test.js +1 -1
  586. package/dist/tests/coverage-95/undecidability-detector.test.js.map +1 -1
  587. package/dist/tests/coverage-fill-aristotelian.test.js +1 -1
  588. package/dist/tests/coverage-fill-aristotelian.test.js.map +1 -1
  589. package/dist/tests/coverage-fill-belnap.test.js +1 -1
  590. package/dist/tests/coverage-fill-belnap.test.js.map +1 -1
  591. package/dist/tests/coverage-fill-cross-system.test.js +1 -1
  592. package/dist/tests/coverage-fill-cross-system.test.js.map +1 -1
  593. package/dist/tests/coverage-fill-intuitionistic.test.js +1 -1
  594. package/dist/tests/coverage-fill-intuitionistic.test.js.map +1 -1
  595. package/dist/tests/coverage-fill-probabilistic.test.js +1 -1
  596. package/dist/tests/coverage-fill-probabilistic.test.js.map +1 -1
  597. package/dist/tests/integration/cross-modules.test.js +13 -13
  598. package/dist/tests/integration/cross-modules.test.js.map +1 -1
  599. package/dist/tests/logic/ctl/check.test.d.ts.map +1 -0
  600. package/dist/tests/logic/ctl/check.test.js +337 -0
  601. package/dist/tests/logic/ctl/check.test.js.map +1 -0
  602. package/dist/tests/logic/default-logic/extensions.test.d.ts.map +1 -0
  603. package/dist/tests/logic/default-logic/extensions.test.js +323 -0
  604. package/dist/tests/logic/default-logic/extensions.test.js.map +1 -0
  605. package/dist/tests/logic/description-logic/alc.test.d.ts.map +1 -0
  606. package/dist/tests/logic/description-logic/alc.test.js +253 -0
  607. package/dist/tests/logic/description-logic/alc.test.js.map +1 -0
  608. package/dist/tests/logic/hybrid-logic/semantics.test.d.ts.map +1 -0
  609. package/dist/tests/logic/hybrid-logic/semantics.test.js +169 -0
  610. package/dist/tests/logic/hybrid-logic/semantics.test.js.map +1 -0
  611. package/dist/tests/logic/intuitionistic-nj/nj.test.d.ts.map +1 -0
  612. package/dist/tests/logic/intuitionistic-nj/nj.test.js +216 -0
  613. package/dist/tests/logic/intuitionistic-nj/nj.test.js.map +1 -0
  614. package/dist/tests/logic/ltl-sat/sat.test.d.ts.map +1 -0
  615. package/dist/tests/logic/ltl-sat/sat.test.js +160 -0
  616. package/dist/tests/logic/ltl-sat/sat.test.js.map +1 -0
  617. package/dist/tests/logic/many-valued/many-valued.test.d.ts.map +1 -0
  618. package/dist/tests/logic/many-valued/many-valued.test.js +150 -0
  619. package/dist/tests/logic/many-valued/many-valued.test.js.map +1 -0
  620. package/dist/tests/logic/modal-frame-axioms/frame-axioms.test.d.ts.map +1 -0
  621. package/dist/tests/logic/modal-frame-axioms/frame-axioms.test.js +236 -0
  622. package/dist/tests/logic/modal-frame-axioms/frame-axioms.test.js.map +1 -0
  623. package/dist/tests/logic/mu-calculus/check.test.d.ts.map +1 -0
  624. package/dist/tests/logic/mu-calculus/check.test.js +234 -0
  625. package/dist/tests/logic/mu-calculus/check.test.js.map +1 -0
  626. package/dist/tests/logic/profile-bridge/translations.test.d.ts.map +1 -0
  627. package/dist/tests/logic/profile-bridge/translations.test.js +266 -0
  628. package/dist/tests/logic/profile-bridge/translations.test.js.map +1 -0
  629. package/dist/tests/logic/profiles.test.d.ts.map +1 -0
  630. package/dist/tests/logic/profiles.test.js +393 -0
  631. package/dist/tests/logic/profiles.test.js.map +1 -0
  632. package/dist/tests/logic/sequent-g3/prover.test.d.ts.map +1 -0
  633. package/dist/tests/logic/sequent-g3/prover.test.js +205 -0
  634. package/dist/tests/logic/sequent-g3/prover.test.js.map +1 -0
  635. package/dist/tests/logic/sequent-lk/prover.test.d.ts.map +1 -0
  636. package/dist/tests/logic/sequent-lk/prover.test.js +317 -0
  637. package/dist/tests/logic/sequent-lk/prover.test.js.map +1 -0
  638. package/dist/tests/logic/substructural/prover.test.d.ts.map +1 -0
  639. package/dist/tests/logic/substructural/prover.test.js +271 -0
  640. package/dist/tests/logic/substructural/prover.test.js.map +1 -0
  641. package/dist/tests/natural-deduction-workshop.test.js +1 -1
  642. package/dist/tests/natural-deduction-workshop.test.js.map +1 -1
  643. package/dist/tests/parallel/parallel-pool.test.d.ts +1 -1
  644. package/dist/tests/parallel/parallel-pool.test.d.ts.map +1 -1
  645. package/dist/tests/parallel/parallel-pool.test.js +2 -2
  646. package/dist/tests/parallel/parallel-pool.test.js.map +1 -1
  647. package/dist/tests/parallel-sat.test.js +3 -3
  648. package/dist/tests/parallel-sat.test.js.map +1 -1
  649. package/dist/tests/proof-systems/fol-prover/cnf.test.d.ts.map +1 -0
  650. package/dist/tests/proof-systems/fol-prover/cnf.test.js +74 -0
  651. package/dist/tests/proof-systems/fol-prover/cnf.test.js.map +1 -0
  652. package/dist/tests/proof-systems/fol-prover/prove.test.d.ts.map +1 -0
  653. package/dist/tests/proof-systems/fol-prover/prove.test.js +106 -0
  654. package/dist/tests/proof-systems/fol-prover/prove.test.js.map +1 -0
  655. package/dist/tests/proof-systems/fol-prover/unify.test.d.ts.map +1 -0
  656. package/dist/tests/proof-systems/fol-prover/unify.test.js +66 -0
  657. package/dist/tests/proof-systems/fol-prover/unify.test.js.map +1 -0
  658. package/dist/tests/proof-systems/fol-prover-equality/prove.test.d.ts.map +1 -0
  659. package/dist/tests/proof-systems/fol-prover-equality/prove.test.js +179 -0
  660. package/dist/tests/proof-systems/fol-prover-equality/prove.test.js.map +1 -0
  661. package/dist/tests/proof-systems/higher-order-unify/ho-unify.test.d.ts.map +1 -0
  662. package/dist/tests/proof-systems/higher-order-unify/ho-unify.test.js +264 -0
  663. package/dist/tests/proof-systems/higher-order-unify/ho-unify.test.js.map +1 -0
  664. package/dist/tests/proof-systems/proof-exchange/proof-exchange.test.d.ts.map +1 -0
  665. package/dist/tests/proof-systems/proof-exchange/proof-exchange.test.js +161 -0
  666. package/dist/tests/proof-systems/proof-exchange/proof-exchange.test.js.map +1 -0
  667. package/dist/tests/proof-systems/proof-minify/minify.test.d.ts.map +1 -0
  668. package/dist/tests/proof-systems/proof-minify/minify.test.js +281 -0
  669. package/dist/tests/proof-systems/proof-minify/minify.test.js.map +1 -0
  670. package/dist/tests/proof-systems/proof-nets/proof-nets.test.d.ts.map +1 -0
  671. package/dist/tests/proof-systems/proof-nets/proof-nets.test.js +263 -0
  672. package/dist/tests/proof-systems/proof-nets/proof-nets.test.js.map +1 -0
  673. package/dist/tests/proof-systems/tableau-framework/tableau.test.d.ts.map +1 -0
  674. package/dist/tests/proof-systems/tableau-framework/tableau.test.js +196 -0
  675. package/dist/tests/proof-systems/tableau-framework/tableau.test.js.map +1 -0
  676. package/dist/tests/properties/agm.property.test.js +3 -3
  677. package/dist/tests/properties/agm.property.test.js.map +1 -1
  678. package/dist/tests/properties/argumentation.property.test.js +1 -1
  679. package/dist/tests/properties/argumentation.property.test.js.map +1 -1
  680. package/dist/tests/properties/bayesian.property.test.js +1 -1
  681. package/dist/tests/properties/bayesian.property.test.js.map +1 -1
  682. package/dist/tests/properties/coinduction.property.test.js +1 -1
  683. package/dist/tests/properties/coinduction.property.test.js.map +1 -1
  684. package/dist/tests/properties/constructive-reals.property.test.js +1 -1
  685. package/dist/tests/properties/constructive-reals.property.test.js.map +1 -1
  686. package/dist/tests/properties/csp.property.test.js +1 -1
  687. package/dist/tests/properties/csp.property.test.js.map +1 -1
  688. package/dist/tests/properties/generators.d.ts +5 -5
  689. package/dist/tests/properties/generators.d.ts.map +1 -1
  690. package/dist/tests/properties/ho-unify.property.test.js +1 -1
  691. package/dist/tests/properties/ho-unify.property.test.js.map +1 -1
  692. package/dist/tests/properties/hyperreal.property.test.js +1 -1
  693. package/dist/tests/properties/hyperreal.property.test.js.map +1 -1
  694. package/dist/tests/properties/intuit-nj.property.test.js +2 -2
  695. package/dist/tests/properties/intuit-nj.property.test.js.map +1 -1
  696. package/dist/tests/properties/lambda-calc.property.test.js +1 -1
  697. package/dist/tests/properties/lambda-calc.property.test.js.map +1 -1
  698. package/dist/tests/properties/mln.property.test.js +1 -1
  699. package/dist/tests/properties/mln.property.test.js.map +1 -1
  700. package/dist/tests/properties/mltt.property.test.js +3 -3
  701. package/dist/tests/properties/mltt.property.test.js.map +1 -1
  702. package/dist/tests/properties/nbe.property.test.js +1 -1
  703. package/dist/tests/properties/nbe.property.test.js.map +1 -1
  704. package/dist/tests/properties/planning.property.test.js +1 -1
  705. package/dist/tests/properties/planning.property.test.js.map +1 -1
  706. package/dist/tests/properties/profile-bridge.property.test.js +3 -3
  707. package/dist/tests/properties/profile-bridge.property.test.js.map +1 -1
  708. package/dist/tests/properties/refinement-types.property.test.js +1 -1
  709. package/dist/tests/properties/refinement-types.property.test.js.map +1 -1
  710. package/dist/tests/properties/sequent-g3.property.test.js +1 -1
  711. package/dist/tests/properties/sequent-g3.property.test.js.map +1 -1
  712. package/dist/tests/properties/system-f.property.test.js +1 -1
  713. package/dist/tests/properties/system-f.property.test.js.map +1 -1
  714. package/dist/tests/propositional-nd-audit.test.js +1 -1
  715. package/dist/tests/propositional-nd-audit.test.js.map +1 -1
  716. package/dist/tests/protocol-text-layer.test.js +1 -1
  717. package/dist/tests/protocol-text-layer.test.js.map +1 -1
  718. package/dist/tests/reasoning/abduction/abduction.test.d.ts.map +1 -0
  719. package/dist/tests/reasoning/abduction/abduction.test.js +380 -0
  720. package/dist/tests/reasoning/abduction/abduction.test.js.map +1 -0
  721. package/dist/tests/reasoning/argumentation/dung.test.d.ts.map +1 -0
  722. package/dist/tests/reasoning/argumentation/dung.test.js +219 -0
  723. package/dist/tests/reasoning/argumentation/dung.test.js.map +1 -0
  724. package/dist/tests/reasoning/bayesian/bayesian.test.d.ts.map +1 -0
  725. package/dist/tests/reasoning/bayesian/bayesian.test.js +328 -0
  726. package/dist/tests/reasoning/bayesian/bayesian.test.js.map +1 -0
  727. package/dist/tests/reasoning/belief-revision/agm.test.d.ts.map +1 -0
  728. package/dist/tests/reasoning/belief-revision/agm.test.js +173 -0
  729. package/dist/tests/reasoning/belief-revision/agm.test.js.map +1 -0
  730. package/dist/tests/reasoning/citation-reasoning/citation-reasoning.test.d.ts.map +1 -0
  731. package/dist/tests/reasoning/citation-reasoning/citation-reasoning.test.js +240 -0
  732. package/dist/tests/reasoning/citation-reasoning/citation-reasoning.test.js.map +1 -0
  733. package/dist/tests/reasoning/constructive-reals/constructive-reals.test.d.ts.map +1 -0
  734. package/dist/tests/reasoning/constructive-reals/constructive-reals.test.js +357 -0
  735. package/dist/tests/reasoning/constructive-reals/constructive-reals.test.js.map +1 -0
  736. package/dist/tests/reasoning/fca/fca.test.d.ts.map +1 -0
  737. package/dist/tests/reasoning/fca/fca.test.js +317 -0
  738. package/dist/tests/reasoning/fca/fca.test.js.map +1 -0
  739. package/dist/tests/reasoning/game-theory/game-theory.test.d.ts.map +1 -0
  740. package/dist/tests/reasoning/game-theory/game-theory.test.js +252 -0
  741. package/dist/tests/reasoning/game-theory/game-theory.test.js.map +1 -0
  742. package/dist/tests/reasoning/hyperreal/hyperreal.test.d.ts.map +1 -0
  743. package/dist/tests/reasoning/hyperreal/hyperreal.test.js +219 -0
  744. package/dist/tests/reasoning/hyperreal/hyperreal.test.js.map +1 -0
  745. package/dist/tests/reasoning/information-theory/information-theory.test.d.ts.map +1 -0
  746. package/dist/tests/reasoning/information-theory/information-theory.test.js +291 -0
  747. package/dist/tests/reasoning/information-theory/information-theory.test.js.map +1 -0
  748. package/dist/tests/reasoning/lemma-synthesis/lemma-synthesis.test.d.ts +2 -0
  749. package/dist/tests/reasoning/lemma-synthesis/lemma-synthesis.test.d.ts.map +1 -0
  750. package/dist/tests/reasoning/lemma-synthesis/lemma-synthesis.test.js +460 -0
  751. package/dist/tests/reasoning/lemma-synthesis/lemma-synthesis.test.js.map +1 -0
  752. package/dist/tests/reasoning/markov-logic/markov-logic.test.d.ts.map +1 -0
  753. package/dist/tests/reasoning/markov-logic/markov-logic.test.js +349 -0
  754. package/dist/tests/reasoning/markov-logic/markov-logic.test.js.map +1 -0
  755. package/dist/tests/reasoning/optimization/ilp.test.d.ts.map +1 -0
  756. package/dist/tests/reasoning/optimization/ilp.test.js +204 -0
  757. package/dist/tests/reasoning/optimization/ilp.test.js.map +1 -0
  758. package/dist/tests/reasoning/optimization/lp.test.d.ts.map +1 -0
  759. package/dist/tests/reasoning/optimization/lp.test.js +224 -0
  760. package/dist/tests/reasoning/optimization/lp.test.js.map +1 -0
  761. package/dist/tests/reasoning/planning/planning.test.d.ts.map +1 -0
  762. package/dist/tests/reasoning/planning/planning.test.js +397 -0
  763. package/dist/tests/reasoning/planning/planning.test.js.map +1 -0
  764. package/dist/tests/reasoning/tactic-dsl/tactic-dsl.test.d.ts +2 -0
  765. package/dist/tests/reasoning/tactic-dsl/tactic-dsl.test.d.ts.map +1 -0
  766. package/dist/tests/reasoning/tactic-dsl/tactic-dsl.test.js +259 -0
  767. package/dist/tests/reasoning/tactic-dsl/tactic-dsl.test.js.map +1 -0
  768. package/dist/tests/result-bindings.test.js +1 -1
  769. package/dist/tests/result-bindings.test.js.map +1 -1
  770. package/dist/tests/runtime/bdd/manager.test.d.ts.map +1 -0
  771. package/dist/tests/runtime/bdd/manager.test.js +472 -0
  772. package/dist/tests/runtime/bdd/manager.test.js.map +1 -0
  773. package/dist/tests/runtime/csp-hoare/csp-hoare.test.d.ts +2 -0
  774. package/dist/tests/runtime/csp-hoare/csp-hoare.test.d.ts.map +1 -0
  775. package/dist/tests/runtime/csp-hoare/csp-hoare.test.js +313 -0
  776. package/dist/tests/runtime/csp-hoare/csp-hoare.test.js.map +1 -0
  777. package/dist/tests/semantics/categorical/categorical.test.d.ts +2 -0
  778. package/dist/tests/semantics/categorical/categorical.test.d.ts.map +1 -0
  779. package/dist/tests/semantics/categorical/categorical.test.js +300 -0
  780. package/dist/tests/semantics/categorical/categorical.test.js.map +1 -0
  781. package/dist/tests/semantics/coinduction/coinduction.test.d.ts.map +1 -0
  782. package/dist/tests/semantics/coinduction/coinduction.test.js +217 -0
  783. package/dist/tests/semantics/coinduction/coinduction.test.js.map +1 -0
  784. package/dist/tests/semantics/game-semantics/game-semantics.test.d.ts.map +1 -0
  785. package/dist/tests/semantics/game-semantics/game-semantics.test.js +143 -0
  786. package/dist/tests/semantics/game-semantics/game-semantics.test.js.map +1 -0
  787. package/dist/tests/semantics/text-layer-v2/claim-graph.test.d.ts.map +1 -0
  788. package/dist/tests/semantics/text-layer-v2/claim-graph.test.js +255 -0
  789. package/dist/tests/semantics/text-layer-v2/claim-graph.test.js.map +1 -0
  790. package/dist/tests/semantics/text-layer-v2/mdx-bridge/mdx-bridge.test.d.ts.map +1 -0
  791. package/dist/tests/semantics/text-layer-v2/mdx-bridge/mdx-bridge.test.js +200 -0
  792. package/dist/tests/semantics/text-layer-v2/mdx-bridge/mdx-bridge.test.js.map +1 -0
  793. package/dist/tests/solver/csp/csp.test.d.ts.map +1 -0
  794. package/dist/tests/solver/csp/csp.test.js +292 -0
  795. package/dist/tests/solver/csp/csp.test.js.map +1 -0
  796. package/dist/tests/solver/mus/extract.test.d.ts.map +1 -0
  797. package/dist/tests/solver/mus/extract.test.js +352 -0
  798. package/dist/tests/solver/mus/extract.test.js.map +1 -0
  799. package/dist/tests/solver/sat-v2/clause-learning.test.d.ts.map +1 -0
  800. package/dist/tests/solver/sat-v2/clause-learning.test.js +73 -0
  801. package/dist/tests/solver/sat-v2/clause-learning.test.js.map +1 -0
  802. package/dist/tests/solver/sat-v2/lbd.test.d.ts.map +1 -0
  803. package/dist/tests/solver/sat-v2/lbd.test.js +82 -0
  804. package/dist/tests/solver/sat-v2/lbd.test.js.map +1 -0
  805. package/dist/tests/solver/sat-v2/luby.test.d.ts.map +1 -0
  806. package/dist/tests/solver/sat-v2/luby.test.js +58 -0
  807. package/dist/tests/solver/sat-v2/luby.test.js.map +1 -0
  808. package/dist/tests/solver/sat-v2/phase-saving.test.d.ts.map +1 -0
  809. package/dist/tests/solver/sat-v2/phase-saving.test.js +38 -0
  810. package/dist/tests/solver/sat-v2/phase-saving.test.js.map +1 -0
  811. package/dist/tests/solver/sat-v2/solver-end-to-end.test.d.ts.map +1 -0
  812. package/dist/tests/solver/sat-v2/solver-end-to-end.test.js +199 -0
  813. package/dist/tests/solver/sat-v2/solver-end-to-end.test.js.map +1 -0
  814. package/dist/tests/solver/sat-v2/vsids.test.d.ts.map +1 -0
  815. package/dist/tests/solver/sat-v2/vsids.test.js +69 -0
  816. package/dist/tests/solver/sat-v2/vsids.test.js.map +1 -0
  817. package/dist/tests/solver/sat-v2-incremental/basic.test.d.ts.map +1 -0
  818. package/dist/tests/solver/sat-v2-incremental/basic.test.js +352 -0
  819. package/dist/tests/solver/sat-v2-incremental/basic.test.js.map +1 -0
  820. package/dist/tests/solver/smt/mock-backend.test.d.ts.map +1 -0
  821. package/dist/tests/solver/smt/mock-backend.test.js +129 -0
  822. package/dist/tests/solver/smt/mock-backend.test.js.map +1 -0
  823. package/dist/tests/solver/smt/serializer.test.d.ts.map +1 -0
  824. package/dist/tests/solver/smt/serializer.test.js +94 -0
  825. package/dist/tests/solver/smt/serializer.test.js.map +1 -0
  826. package/dist/tests/solver/smt/subprocess-backend.test.d.ts.map +1 -0
  827. package/dist/tests/solver/smt/subprocess-backend.test.js +89 -0
  828. package/dist/tests/solver/smt/subprocess-backend.test.js.map +1 -0
  829. package/dist/tests/solver/smt-lib/emitter.test.d.ts.map +1 -0
  830. package/dist/tests/solver/smt-lib/emitter.test.js +155 -0
  831. package/dist/tests/solver/smt-lib/emitter.test.js.map +1 -0
  832. package/dist/tests/solver/smt-lib/parser.test.d.ts.map +1 -0
  833. package/dist/tests/solver/smt-lib/parser.test.js +164 -0
  834. package/dist/tests/solver/smt-lib/parser.test.js.map +1 -0
  835. package/dist/tests/solver/smt-lib/tokenizer.test.d.ts.map +1 -0
  836. package/dist/tests/solver/smt-lib/tokenizer.test.js +59 -0
  837. package/dist/tests/solver/smt-lib/tokenizer.test.js.map +1 -0
  838. package/dist/tests/stress-cdcl.test.js +2 -2
  839. package/dist/tests/stress-cdcl.test.js.map +1 -1
  840. package/dist/tests/stress-extreme.test.js +1 -1
  841. package/dist/tests/stress-extreme.test.js.map +1 -1
  842. package/dist/tests/tooling/educational/checker.test.d.ts.map +1 -0
  843. package/dist/tests/tooling/educational/checker.test.js +212 -0
  844. package/dist/tests/tooling/educational/checker.test.js.map +1 -0
  845. package/dist/tests/tooling/educational/generator.test.d.ts.map +1 -0
  846. package/dist/tests/tooling/educational/generator.test.js +137 -0
  847. package/dist/tests/tooling/educational/generator.test.js.map +1 -0
  848. package/dist/tests/tooling/exporters/coq/coq-exporter.test.d.ts.map +1 -0
  849. package/dist/tests/tooling/exporters/coq/coq-exporter.test.js +353 -0
  850. package/dist/tests/tooling/exporters/coq/coq-exporter.test.js.map +1 -0
  851. package/dist/tests/tooling/lsp/server.test.d.ts.map +1 -0
  852. package/dist/tests/tooling/lsp/server.test.js +406 -0
  853. package/dist/tests/tooling/lsp/server.test.js.map +1 -0
  854. package/dist/tests/tooling/plugin-system/demo-min-logic.test.d.ts.map +1 -0
  855. package/dist/tests/tooling/plugin-system/demo-min-logic.test.js +85 -0
  856. package/dist/tests/tooling/plugin-system/demo-min-logic.test.js.map +1 -0
  857. package/dist/tests/tooling/plugin-system/registry.test.d.ts.map +1 -0
  858. package/dist/tests/tooling/plugin-system/registry.test.js +88 -0
  859. package/dist/tests/tooling/plugin-system/registry.test.js.map +1 -0
  860. package/dist/tests/tooling/plugin-system/validate.test.d.ts.map +1 -0
  861. package/dist/tests/tooling/plugin-system/validate.test.js +101 -0
  862. package/dist/tests/tooling/plugin-system/validate.test.js.map +1 -0
  863. package/dist/tests/tooling/time-travel/snapshot.test.d.ts.map +1 -0
  864. package/dist/tests/tooling/time-travel/snapshot.test.js +75 -0
  865. package/dist/tests/tooling/time-travel/snapshot.test.js.map +1 -0
  866. package/dist/tests/tooling/time-travel/store.test.d.ts.map +1 -0
  867. package/dist/tests/tooling/time-travel/store.test.js +242 -0
  868. package/dist/tests/tooling/time-travel/store.test.js.map +1 -0
  869. package/dist/tests/tooling/tptp/bridge.test.d.ts +2 -0
  870. package/dist/tests/tooling/tptp/bridge.test.d.ts.map +1 -0
  871. package/dist/tests/tooling/tptp/bridge.test.js +154 -0
  872. package/dist/tests/tooling/tptp/bridge.test.js.map +1 -0
  873. package/dist/tests/tooling/tptp/emitter.test.d.ts +2 -0
  874. package/dist/tests/tooling/tptp/emitter.test.d.ts.map +1 -0
  875. package/dist/tests/tooling/tptp/emitter.test.js +128 -0
  876. package/dist/tests/tooling/tptp/emitter.test.js.map +1 -0
  877. package/dist/tests/tooling/tptp/parser.test.d.ts +2 -0
  878. package/dist/tests/tooling/tptp/parser.test.d.ts.map +1 -0
  879. package/dist/tests/tooling/tptp/parser.test.js +192 -0
  880. package/dist/tests/tooling/tptp/parser.test.js.map +1 -0
  881. package/dist/tests/tooling/tptp/tokenizer.test.d.ts +2 -0
  882. package/dist/tests/tooling/tptp/tokenizer.test.d.ts.map +1 -0
  883. package/dist/tests/tooling/tptp/tokenizer.test.js +60 -0
  884. package/dist/tests/tooling/tptp/tokenizer.test.js.map +1 -0
  885. package/dist/tests/type-theory/combinators-ski/combinators-ski.test.d.ts.map +1 -0
  886. package/dist/tests/type-theory/combinators-ski/combinators-ski.test.js +211 -0
  887. package/dist/tests/type-theory/combinators-ski/combinators-ski.test.js.map +1 -0
  888. package/dist/tests/type-theory/curry-howard/infer.test.d.ts.map +1 -0
  889. package/dist/tests/type-theory/curry-howard/infer.test.js +93 -0
  890. package/dist/tests/type-theory/curry-howard/infer.test.js.map +1 -0
  891. package/dist/tests/type-theory/curry-howard/proof.test.d.ts.map +1 -0
  892. package/dist/tests/type-theory/curry-howard/proof.test.js +105 -0
  893. package/dist/tests/type-theory/curry-howard/proof.test.js.map +1 -0
  894. package/dist/tests/type-theory/curry-howard/reduce.test.d.ts.map +1 -0
  895. package/dist/tests/type-theory/curry-howard/reduce.test.js +109 -0
  896. package/dist/tests/type-theory/curry-howard/reduce.test.js.map +1 -0
  897. package/dist/tests/type-theory/hindley-milner/hindley-milner.test.d.ts +2 -0
  898. package/dist/tests/type-theory/hindley-milner/hindley-milner.test.d.ts.map +1 -0
  899. package/dist/tests/type-theory/hindley-milner/hindley-milner.test.js +327 -0
  900. package/dist/tests/type-theory/hindley-milner/hindley-milner.test.js.map +1 -0
  901. package/dist/tests/type-theory/hol/hol.test.d.ts.map +1 -0
  902. package/dist/tests/type-theory/hol/hol.test.js +340 -0
  903. package/dist/tests/type-theory/hol/hol.test.js.map +1 -0
  904. package/dist/tests/type-theory/hott/hott.test.d.ts +2 -0
  905. package/dist/tests/type-theory/hott/hott.test.d.ts.map +1 -0
  906. package/dist/tests/type-theory/hott/hott.test.js +271 -0
  907. package/dist/tests/type-theory/hott/hott.test.js.map +1 -0
  908. package/dist/tests/type-theory/lambda-calc/lambda-calc.test.d.ts.map +1 -0
  909. package/dist/tests/type-theory/lambda-calc/lambda-calc.test.js +164 -0
  910. package/dist/tests/type-theory/lambda-calc/lambda-calc.test.js.map +1 -0
  911. package/dist/tests/type-theory/mltt/mltt.test.d.ts.map +1 -0
  912. package/dist/tests/type-theory/mltt/mltt.test.js +181 -0
  913. package/dist/tests/type-theory/mltt/mltt.test.js.map +1 -0
  914. package/dist/tests/type-theory/nbe/nbe.test.d.ts.map +1 -0
  915. package/dist/tests/type-theory/nbe/nbe.test.js +121 -0
  916. package/dist/tests/type-theory/nbe/nbe.test.js.map +1 -0
  917. package/dist/tests/type-theory/refinement-types/refinement-types.test.d.ts.map +1 -0
  918. package/dist/tests/type-theory/refinement-types/refinement-types.test.js +174 -0
  919. package/dist/tests/type-theory/refinement-types/refinement-types.test.js.map +1 -0
  920. package/dist/tests/type-theory/system-f/system-f.test.d.ts.map +1 -0
  921. package/dist/tests/type-theory/system-f/system-f.test.js +217 -0
  922. package/dist/tests/type-theory/system-f/system-f.test.js.map +1 -0
  923. package/dist/tests/v1-features.test.js +2 -2
  924. package/dist/tests/v1-features.test.js.map +1 -1
  925. package/dist/tooling/educational/checker.d.ts.map +1 -0
  926. package/dist/tooling/educational/checker.js +244 -0
  927. package/dist/tooling/educational/checker.js.map +1 -0
  928. package/dist/tooling/educational/generator.d.ts.map +1 -0
  929. package/dist/tooling/educational/generator.js.map +1 -0
  930. package/dist/tooling/educational/index.d.ts.map +1 -0
  931. package/dist/tooling/educational/index.js.map +1 -0
  932. package/dist/tooling/educational/normalize.d.ts.map +1 -0
  933. package/dist/tooling/educational/normalize.js.map +1 -0
  934. package/dist/tooling/educational/rng.d.ts.map +1 -0
  935. package/dist/tooling/educational/rng.js.map +1 -0
  936. package/dist/tooling/educational/templates.d.ts.map +1 -0
  937. package/dist/tooling/educational/templates.js.map +1 -0
  938. package/dist/tooling/educational/types.d.ts.map +1 -0
  939. package/dist/tooling/educational/types.js.map +1 -0
  940. package/dist/tooling/exporters/coq/index.d.ts +35 -0
  941. package/dist/tooling/exporters/coq/index.d.ts.map +1 -0
  942. package/dist/tooling/exporters/coq/index.js.map +1 -0
  943. package/dist/tooling/lsp/index.d.ts.map +1 -0
  944. package/dist/tooling/lsp/index.js.map +1 -0
  945. package/dist/tooling/lsp/protocol.d.ts.map +1 -0
  946. package/dist/tooling/lsp/protocol.js.map +1 -0
  947. package/dist/tooling/lsp/server.d.ts.map +1 -0
  948. package/dist/tooling/lsp/server.js +529 -0
  949. package/dist/tooling/lsp/server.js.map +1 -0
  950. package/dist/tooling/lsp/types.d.ts.map +1 -0
  951. package/dist/tooling/lsp/types.js.map +1 -0
  952. package/dist/tooling/plugin-system/demo-min-logic.d.ts.map +1 -0
  953. package/dist/tooling/plugin-system/demo-min-logic.js.map +1 -0
  954. package/dist/tooling/plugin-system/errors.d.ts.map +1 -0
  955. package/dist/tooling/plugin-system/errors.js.map +1 -0
  956. package/dist/tooling/plugin-system/index.d.ts.map +1 -0
  957. package/dist/tooling/plugin-system/index.js.map +1 -0
  958. package/dist/tooling/plugin-system/registry.d.ts.map +1 -0
  959. package/dist/tooling/plugin-system/registry.js.map +1 -0
  960. package/dist/tooling/plugin-system/types.d.ts +23 -0
  961. package/dist/tooling/plugin-system/types.d.ts.map +1 -0
  962. package/dist/tooling/plugin-system/types.js.map +1 -0
  963. package/dist/tooling/plugin-system/validate.d.ts.map +1 -0
  964. package/dist/tooling/plugin-system/validate.js.map +1 -0
  965. package/dist/tooling/time-travel/index.d.ts.map +1 -0
  966. package/dist/tooling/time-travel/index.js.map +1 -0
  967. package/dist/tooling/time-travel/snapshot.d.ts.map +1 -0
  968. package/dist/tooling/time-travel/snapshot.js.map +1 -0
  969. package/dist/tooling/time-travel/store.d.ts.map +1 -0
  970. package/dist/tooling/time-travel/store.js.map +1 -0
  971. package/dist/tooling/time-travel/types.d.ts.map +1 -0
  972. package/dist/tooling/time-travel/types.js.map +1 -0
  973. package/dist/tooling/tptp/ast.d.ts +73 -0
  974. package/dist/tooling/tptp/ast.d.ts.map +1 -0
  975. package/dist/tooling/tptp/ast.js +35 -0
  976. package/dist/tooling/tptp/ast.js.map +1 -0
  977. package/dist/tooling/tptp/bridge.d.ts +14 -0
  978. package/dist/tooling/tptp/bridge.d.ts.map +1 -0
  979. package/dist/tooling/tptp/bridge.js +146 -0
  980. package/dist/tooling/tptp/bridge.js.map +1 -0
  981. package/dist/tooling/tptp/emitter.d.ts +5 -0
  982. package/dist/tooling/tptp/emitter.d.ts.map +1 -0
  983. package/dist/tooling/tptp/emitter.js +103 -0
  984. package/dist/tooling/tptp/emitter.js.map +1 -0
  985. package/dist/tooling/tptp/index.d.ts +7 -0
  986. package/dist/tooling/tptp/index.d.ts.map +1 -0
  987. package/dist/tooling/tptp/index.js +31 -0
  988. package/dist/tooling/tptp/index.js.map +1 -0
  989. package/dist/tooling/tptp/parser.d.ts +23 -0
  990. package/dist/tooling/tptp/parser.d.ts.map +1 -0
  991. package/dist/tooling/tptp/parser.js +440 -0
  992. package/dist/tooling/tptp/parser.js.map +1 -0
  993. package/dist/tooling/tptp/tokenizer.d.ts +14 -0
  994. package/dist/tooling/tptp/tokenizer.d.ts.map +1 -0
  995. package/dist/tooling/tptp/tokenizer.js +264 -0
  996. package/dist/tooling/tptp/tokenizer.js.map +1 -0
  997. package/dist/type-theory/combinators-ski/abstract.d.ts.map +1 -0
  998. package/dist/type-theory/combinators-ski/abstract.js.map +1 -0
  999. package/dist/type-theory/combinators-ski/index.d.ts.map +1 -0
  1000. package/dist/type-theory/combinators-ski/index.js.map +1 -0
  1001. package/dist/type-theory/combinators-ski/reduce.d.ts.map +1 -0
  1002. package/dist/type-theory/combinators-ski/reduce.js.map +1 -0
  1003. package/dist/type-theory/combinators-ski/types.d.ts.map +1 -0
  1004. package/dist/type-theory/combinators-ski/types.js.map +1 -0
  1005. package/dist/type-theory/curry-howard/index.d.ts.map +1 -0
  1006. package/dist/type-theory/curry-howard/index.js.map +1 -0
  1007. package/dist/type-theory/curry-howard/infer.d.ts.map +1 -0
  1008. package/dist/type-theory/curry-howard/infer.js.map +1 -0
  1009. package/dist/type-theory/curry-howard/proof.d.ts.map +1 -0
  1010. package/dist/type-theory/curry-howard/proof.js.map +1 -0
  1011. package/dist/type-theory/curry-howard/reduce.d.ts.map +1 -0
  1012. package/dist/type-theory/curry-howard/reduce.js.map +1 -0
  1013. package/dist/type-theory/curry-howard/types.d.ts.map +1 -0
  1014. package/dist/type-theory/curry-howard/types.js.map +1 -0
  1015. package/dist/type-theory/hindley-milner/index.d.ts +7 -0
  1016. package/dist/type-theory/hindley-milner/index.d.ts.map +1 -0
  1017. package/dist/type-theory/hindley-milner/index.js +60 -0
  1018. package/dist/type-theory/hindley-milner/index.js.map +1 -0
  1019. package/dist/type-theory/hindley-milner/infer.d.ts +26 -0
  1020. package/dist/type-theory/hindley-milner/infer.d.ts.map +1 -0
  1021. package/dist/type-theory/hindley-milner/infer.js +278 -0
  1022. package/dist/type-theory/hindley-milner/infer.js.map +1 -0
  1023. package/dist/type-theory/hindley-milner/substitution.d.ts +21 -0
  1024. package/dist/type-theory/hindley-milner/substitution.d.ts.map +1 -0
  1025. package/dist/type-theory/hindley-milner/substitution.js +215 -0
  1026. package/dist/type-theory/hindley-milner/substitution.js.map +1 -0
  1027. package/dist/type-theory/hindley-milner/types.d.ts +84 -0
  1028. package/dist/type-theory/hindley-milner/types.d.ts.map +1 -0
  1029. package/dist/type-theory/hindley-milner/types.js +166 -0
  1030. package/dist/type-theory/hindley-milner/types.js.map +1 -0
  1031. package/dist/type-theory/hol/connectives.d.ts.map +1 -0
  1032. package/dist/type-theory/hol/connectives.js.map +1 -0
  1033. package/dist/type-theory/hol/index.d.ts.map +1 -0
  1034. package/dist/type-theory/hol/index.js.map +1 -0
  1035. package/dist/type-theory/hol/rules.d.ts.map +1 -0
  1036. package/dist/type-theory/hol/rules.js.map +1 -0
  1037. package/dist/type-theory/hol/term.d.ts.map +1 -0
  1038. package/dist/type-theory/hol/term.js.map +1 -0
  1039. package/dist/type-theory/hol/type-system.d.ts.map +1 -0
  1040. package/dist/type-theory/hol/type-system.js.map +1 -0
  1041. package/dist/type-theory/hol/types.d.ts.map +1 -0
  1042. package/dist/type-theory/hol/types.js.map +1 -0
  1043. package/dist/type-theory/hott/equality.d.ts +4 -0
  1044. package/dist/type-theory/hott/equality.d.ts.map +1 -0
  1045. package/dist/type-theory/hott/equality.js +108 -0
  1046. package/dist/type-theory/hott/equality.js.map +1 -0
  1047. package/dist/type-theory/hott/index.d.ts +13 -0
  1048. package/dist/type-theory/hott/index.d.ts.map +1 -0
  1049. package/dist/type-theory/hott/index.js +77 -0
  1050. package/dist/type-theory/hott/index.js.map +1 -0
  1051. package/dist/type-theory/hott/infer.d.ts +11 -0
  1052. package/dist/type-theory/hott/infer.d.ts.map +1 -0
  1053. package/dist/type-theory/hott/infer.js +465 -0
  1054. package/dist/type-theory/hott/infer.js.map +1 -0
  1055. package/dist/type-theory/hott/normalize.d.ts +5 -0
  1056. package/dist/type-theory/hott/normalize.d.ts.map +1 -0
  1057. package/dist/type-theory/hott/normalize.js +240 -0
  1058. package/dist/type-theory/hott/normalize.js.map +1 -0
  1059. package/dist/type-theory/hott/path-algebra.d.ts +25 -0
  1060. package/dist/type-theory/hott/path-algebra.d.ts.map +1 -0
  1061. package/dist/type-theory/hott/path-algebra.js +67 -0
  1062. package/dist/type-theory/hott/path-algebra.js.map +1 -0
  1063. package/dist/type-theory/hott/substitute.d.ts +3 -0
  1064. package/dist/type-theory/hott/substitute.d.ts.map +1 -0
  1065. package/dist/type-theory/hott/substitute.js +131 -0
  1066. package/dist/type-theory/hott/substitute.js.map +1 -0
  1067. package/dist/type-theory/hott/types.d.ts +126 -0
  1068. package/dist/type-theory/hott/types.d.ts.map +1 -0
  1069. package/dist/type-theory/hott/types.js +346 -0
  1070. package/dist/type-theory/hott/types.js.map +1 -0
  1071. package/dist/type-theory/lambda-calc/church.d.ts.map +1 -0
  1072. package/dist/type-theory/lambda-calc/church.js.map +1 -0
  1073. package/dist/type-theory/lambda-calc/combinators.d.ts.map +1 -0
  1074. package/dist/type-theory/lambda-calc/combinators.js.map +1 -0
  1075. package/dist/type-theory/lambda-calc/index.d.ts.map +1 -0
  1076. package/dist/type-theory/lambda-calc/index.js.map +1 -0
  1077. package/dist/type-theory/lambda-calc/reduce.d.ts.map +1 -0
  1078. package/dist/type-theory/lambda-calc/reduce.js.map +1 -0
  1079. package/dist/type-theory/lambda-calc/substitution.d.ts.map +1 -0
  1080. package/dist/type-theory/lambda-calc/substitution.js.map +1 -0
  1081. package/dist/type-theory/lambda-calc/types.d.ts.map +1 -0
  1082. package/dist/type-theory/lambda-calc/types.js.map +1 -0
  1083. package/dist/type-theory/mltt/equality.d.ts.map +1 -0
  1084. package/dist/type-theory/mltt/equality.js.map +1 -0
  1085. package/dist/type-theory/mltt/index.d.ts.map +1 -0
  1086. package/dist/type-theory/mltt/index.js.map +1 -0
  1087. package/dist/type-theory/mltt/infer.d.ts.map +1 -0
  1088. package/dist/type-theory/mltt/infer.js.map +1 -0
  1089. package/dist/type-theory/mltt/normalize.d.ts.map +1 -0
  1090. package/dist/type-theory/mltt/normalize.js.map +1 -0
  1091. package/dist/type-theory/mltt/substitute.d.ts.map +1 -0
  1092. package/dist/type-theory/mltt/substitute.js.map +1 -0
  1093. package/dist/type-theory/mltt/types.d.ts.map +1 -0
  1094. package/dist/type-theory/mltt/types.js.map +1 -0
  1095. package/dist/type-theory/nbe/index.d.ts.map +1 -0
  1096. package/dist/type-theory/nbe/index.js.map +1 -0
  1097. package/dist/type-theory/nbe/nbe.d.ts.map +1 -0
  1098. package/dist/type-theory/nbe/nbe.js.map +1 -0
  1099. package/dist/type-theory/nbe/types.d.ts.map +1 -0
  1100. package/dist/type-theory/nbe/types.js.map +1 -0
  1101. package/dist/type-theory/refinement-types/checker.d.ts.map +1 -0
  1102. package/dist/type-theory/refinement-types/checker.js.map +1 -0
  1103. package/dist/type-theory/refinement-types/index.d.ts.map +1 -0
  1104. package/dist/type-theory/refinement-types/index.js.map +1 -0
  1105. package/dist/type-theory/refinement-types/predicate.d.ts.map +1 -0
  1106. package/dist/type-theory/refinement-types/predicate.js.map +1 -0
  1107. package/dist/type-theory/refinement-types/solver.d.ts.map +1 -0
  1108. package/dist/type-theory/refinement-types/solver.js.map +1 -0
  1109. package/dist/type-theory/refinement-types/subtype.d.ts.map +1 -0
  1110. package/dist/type-theory/refinement-types/subtype.js.map +1 -0
  1111. package/dist/type-theory/refinement-types/types.d.ts.map +1 -0
  1112. package/dist/type-theory/refinement-types/types.js.map +1 -0
  1113. package/dist/type-theory/system-f/index.d.ts.map +1 -0
  1114. package/dist/type-theory/system-f/index.js.map +1 -0
  1115. package/dist/type-theory/system-f/infer.d.ts.map +1 -0
  1116. package/dist/type-theory/system-f/infer.js.map +1 -0
  1117. package/dist/type-theory/system-f/reduce.d.ts.map +1 -0
  1118. package/dist/type-theory/system-f/reduce.js.map +1 -0
  1119. package/dist/type-theory/system-f/types.d.ts.map +1 -0
  1120. package/dist/type-theory/system-f/types.js.map +1 -0
  1121. package/package.json +7 -3
  1122. package/dist/argumentation/dot.d.ts.map +0 -1
  1123. package/dist/argumentation/dot.js.map +0 -1
  1124. package/dist/argumentation/extensions.d.ts.map +0 -1
  1125. package/dist/argumentation/extensions.js.map +0 -1
  1126. package/dist/argumentation/framework.d.ts.map +0 -1
  1127. package/dist/argumentation/framework.js.map +0 -1
  1128. package/dist/argumentation/index.d.ts.map +0 -1
  1129. package/dist/argumentation/index.js.map +0 -1
  1130. package/dist/argumentation/types.d.ts.map +0 -1
  1131. package/dist/argumentation/types.js.map +0 -1
  1132. package/dist/bdd/index.d.ts.map +0 -1
  1133. package/dist/bdd/index.js.map +0 -1
  1134. package/dist/bdd/manager.d.ts.map +0 -1
  1135. package/dist/bdd/manager.js.map +0 -1
  1136. package/dist/bdd/types.d.ts.map +0 -1
  1137. package/dist/bdd/types.js.map +0 -1
  1138. package/dist/belief-revision/agm.d.ts.map +0 -1
  1139. package/dist/belief-revision/agm.js.map +0 -1
  1140. package/dist/belief-revision/index.d.ts.map +0 -1
  1141. package/dist/belief-revision/index.js.map +0 -1
  1142. package/dist/belief-revision/parser.d.ts.map +0 -1
  1143. package/dist/belief-revision/parser.js.map +0 -1
  1144. package/dist/belief-revision/sat.d.ts.map +0 -1
  1145. package/dist/belief-revision/sat.js.map +0 -1
  1146. package/dist/belief-revision/types.d.ts.map +0 -1
  1147. package/dist/belief-revision/types.js.map +0 -1
  1148. package/dist/citation-reasoning/derive.d.ts.map +0 -1
  1149. package/dist/citation-reasoning/derive.js.map +0 -1
  1150. package/dist/citation-reasoning/index.d.ts.map +0 -1
  1151. package/dist/citation-reasoning/index.js.map +0 -1
  1152. package/dist/citation-reasoning/types.d.ts.map +0 -1
  1153. package/dist/citation-reasoning/types.js.map +0 -1
  1154. package/dist/coinduction/index.d.ts.map +0 -1
  1155. package/dist/coinduction/index.js.map +0 -1
  1156. package/dist/combinators-ski/abstract.d.ts.map +0 -1
  1157. package/dist/combinators-ski/abstract.js.map +0 -1
  1158. package/dist/combinators-ski/index.d.ts.map +0 -1
  1159. package/dist/combinators-ski/index.js.map +0 -1
  1160. package/dist/combinators-ski/reduce.d.ts.map +0 -1
  1161. package/dist/combinators-ski/reduce.js.map +0 -1
  1162. package/dist/combinators-ski/types.d.ts.map +0 -1
  1163. package/dist/combinators-ski/types.js.map +0 -1
  1164. package/dist/constructive-reals/index.d.ts.map +0 -1
  1165. package/dist/constructive-reals/index.js.map +0 -1
  1166. package/dist/curry-howard/index.d.ts.map +0 -1
  1167. package/dist/curry-howard/index.js.map +0 -1
  1168. package/dist/curry-howard/infer.d.ts.map +0 -1
  1169. package/dist/curry-howard/infer.js.map +0 -1
  1170. package/dist/curry-howard/proof.d.ts.map +0 -1
  1171. package/dist/curry-howard/proof.js.map +0 -1
  1172. package/dist/curry-howard/reduce.d.ts.map +0 -1
  1173. package/dist/curry-howard/reduce.js.map +0 -1
  1174. package/dist/curry-howard/types.d.ts.map +0 -1
  1175. package/dist/curry-howard/types.js.map +0 -1
  1176. package/dist/educational/checker.d.ts.map +0 -1
  1177. package/dist/educational/checker.js +0 -244
  1178. package/dist/educational/checker.js.map +0 -1
  1179. package/dist/educational/generator.d.ts.map +0 -1
  1180. package/dist/educational/generator.js.map +0 -1
  1181. package/dist/educational/index.d.ts.map +0 -1
  1182. package/dist/educational/index.js.map +0 -1
  1183. package/dist/educational/normalize.d.ts.map +0 -1
  1184. package/dist/educational/normalize.js.map +0 -1
  1185. package/dist/educational/rng.d.ts.map +0 -1
  1186. package/dist/educational/rng.js.map +0 -1
  1187. package/dist/educational/templates.d.ts.map +0 -1
  1188. package/dist/educational/templates.js.map +0 -1
  1189. package/dist/educational/types.d.ts.map +0 -1
  1190. package/dist/educational/types.js.map +0 -1
  1191. package/dist/exporters/coq/index.d.ts +0 -35
  1192. package/dist/exporters/coq/index.d.ts.map +0 -1
  1193. package/dist/exporters/coq/index.js.map +0 -1
  1194. package/dist/fol-prover/cnf.d.ts +0 -10
  1195. package/dist/fol-prover/cnf.d.ts.map +0 -1
  1196. package/dist/fol-prover/cnf.js.map +0 -1
  1197. package/dist/fol-prover/index.d.ts.map +0 -1
  1198. package/dist/fol-prover/index.js.map +0 -1
  1199. package/dist/fol-prover/prove.d.ts +0 -4
  1200. package/dist/fol-prover/prove.d.ts.map +0 -1
  1201. package/dist/fol-prover/prove.js.map +0 -1
  1202. package/dist/fol-prover/resolve.d.ts.map +0 -1
  1203. package/dist/fol-prover/resolve.js.map +0 -1
  1204. package/dist/fol-prover/types.d.ts.map +0 -1
  1205. package/dist/fol-prover/types.js.map +0 -1
  1206. package/dist/fol-prover/unify.d.ts.map +0 -1
  1207. package/dist/fol-prover/unify.js.map +0 -1
  1208. package/dist/fol-prover-equality/demodulate.d.ts.map +0 -1
  1209. package/dist/fol-prover-equality/demodulate.js.map +0 -1
  1210. package/dist/fol-prover-equality/index.d.ts.map +0 -1
  1211. package/dist/fol-prover-equality/index.js.map +0 -1
  1212. package/dist/fol-prover-equality/paramodulate.d.ts.map +0 -1
  1213. package/dist/fol-prover-equality/paramodulate.js.map +0 -1
  1214. package/dist/fol-prover-equality/prove.d.ts +0 -7
  1215. package/dist/fol-prover-equality/prove.d.ts.map +0 -1
  1216. package/dist/fol-prover-equality/prove.js.map +0 -1
  1217. package/dist/fol-prover-equality/term-utils.d.ts.map +0 -1
  1218. package/dist/fol-prover-equality/term-utils.js.map +0 -1
  1219. package/dist/fol-prover-equality/types.d.ts.map +0 -1
  1220. package/dist/fol-prover-equality/types.js.map +0 -1
  1221. package/dist/game-semantics/convert.d.ts +0 -4
  1222. package/dist/game-semantics/convert.d.ts.map +0 -1
  1223. package/dist/game-semantics/convert.js +0 -28
  1224. package/dist/game-semantics/convert.js.map +0 -1
  1225. package/dist/game-semantics/index.d.ts.map +0 -1
  1226. package/dist/game-semantics/index.js.map +0 -1
  1227. package/dist/game-semantics/strategy.d.ts.map +0 -1
  1228. package/dist/game-semantics/strategy.js +0 -336
  1229. package/dist/game-semantics/strategy.js.map +0 -1
  1230. package/dist/game-semantics/types.d.ts.map +0 -1
  1231. package/dist/game-semantics/types.js.map +0 -1
  1232. package/dist/game-theory/common-games.d.ts.map +0 -1
  1233. package/dist/game-theory/common-games.js.map +0 -1
  1234. package/dist/game-theory/dominance.d.ts.map +0 -1
  1235. package/dist/game-theory/dominance.js.map +0 -1
  1236. package/dist/game-theory/index.d.ts.map +0 -1
  1237. package/dist/game-theory/index.js.map +0 -1
  1238. package/dist/game-theory/lemke-howson.d.ts.map +0 -1
  1239. package/dist/game-theory/lemke-howson.js.map +0 -1
  1240. package/dist/game-theory/linalg.d.ts.map +0 -1
  1241. package/dist/game-theory/linalg.js.map +0 -1
  1242. package/dist/game-theory/pure-nash.d.ts.map +0 -1
  1243. package/dist/game-theory/pure-nash.js.map +0 -1
  1244. package/dist/game-theory/support-enumeration.d.ts.map +0 -1
  1245. package/dist/game-theory/support-enumeration.js.map +0 -1
  1246. package/dist/game-theory/types.d.ts.map +0 -1
  1247. package/dist/game-theory/types.js.map +0 -1
  1248. package/dist/higher-order-unify/index.d.ts.map +0 -1
  1249. package/dist/higher-order-unify/index.js.map +0 -1
  1250. package/dist/higher-order-unify/normalize.d.ts.map +0 -1
  1251. package/dist/higher-order-unify/normalize.js.map +0 -1
  1252. package/dist/higher-order-unify/pattern.d.ts.map +0 -1
  1253. package/dist/higher-order-unify/pattern.js.map +0 -1
  1254. package/dist/higher-order-unify/types.d.ts.map +0 -1
  1255. package/dist/higher-order-unify/types.js.map +0 -1
  1256. package/dist/higher-order-unify/unify.d.ts.map +0 -1
  1257. package/dist/higher-order-unify/unify.js.map +0 -1
  1258. package/dist/hyperreal/index.d.ts.map +0 -1
  1259. package/dist/hyperreal/index.js.map +0 -1
  1260. package/dist/information-theory/index.d.ts.map +0 -1
  1261. package/dist/information-theory/index.js.map +0 -1
  1262. package/dist/lambda-calc/church.d.ts.map +0 -1
  1263. package/dist/lambda-calc/church.js.map +0 -1
  1264. package/dist/lambda-calc/combinators.d.ts.map +0 -1
  1265. package/dist/lambda-calc/combinators.js.map +0 -1
  1266. package/dist/lambda-calc/index.d.ts.map +0 -1
  1267. package/dist/lambda-calc/index.js.map +0 -1
  1268. package/dist/lambda-calc/reduce.d.ts.map +0 -1
  1269. package/dist/lambda-calc/reduce.js.map +0 -1
  1270. package/dist/lambda-calc/substitution.d.ts.map +0 -1
  1271. package/dist/lambda-calc/substitution.js.map +0 -1
  1272. package/dist/lambda-calc/types.d.ts.map +0 -1
  1273. package/dist/lambda-calc/types.js.map +0 -1
  1274. package/dist/lsp/index.d.ts.map +0 -1
  1275. package/dist/lsp/index.js.map +0 -1
  1276. package/dist/lsp/protocol.d.ts.map +0 -1
  1277. package/dist/lsp/protocol.js.map +0 -1
  1278. package/dist/lsp/server.d.ts.map +0 -1
  1279. package/dist/lsp/server.js +0 -529
  1280. package/dist/lsp/server.js.map +0 -1
  1281. package/dist/lsp/types.d.ts.map +0 -1
  1282. package/dist/lsp/types.js.map +0 -1
  1283. package/dist/mltt/equality.d.ts.map +0 -1
  1284. package/dist/mltt/equality.js.map +0 -1
  1285. package/dist/mltt/index.d.ts.map +0 -1
  1286. package/dist/mltt/index.js.map +0 -1
  1287. package/dist/mltt/infer.d.ts.map +0 -1
  1288. package/dist/mltt/infer.js.map +0 -1
  1289. package/dist/mltt/normalize.d.ts.map +0 -1
  1290. package/dist/mltt/normalize.js.map +0 -1
  1291. package/dist/mltt/substitute.d.ts.map +0 -1
  1292. package/dist/mltt/substitute.js.map +0 -1
  1293. package/dist/mltt/types.d.ts.map +0 -1
  1294. package/dist/mltt/types.js.map +0 -1
  1295. package/dist/nbe/index.d.ts.map +0 -1
  1296. package/dist/nbe/index.js.map +0 -1
  1297. package/dist/nbe/nbe.d.ts.map +0 -1
  1298. package/dist/nbe/nbe.js.map +0 -1
  1299. package/dist/nbe/types.d.ts.map +0 -1
  1300. package/dist/nbe/types.js.map +0 -1
  1301. package/dist/optimization/branch-and-bound.d.ts.map +0 -1
  1302. package/dist/optimization/branch-and-bound.js.map +0 -1
  1303. package/dist/optimization/index.d.ts.map +0 -1
  1304. package/dist/optimization/index.js.map +0 -1
  1305. package/dist/optimization/simplex.d.ts.map +0 -1
  1306. package/dist/optimization/simplex.js.map +0 -1
  1307. package/dist/optimization/standard-form.d.ts.map +0 -1
  1308. package/dist/optimization/standard-form.js.map +0 -1
  1309. package/dist/optimization/types.d.ts.map +0 -1
  1310. package/dist/optimization/types.js.map +0 -1
  1311. package/dist/plugin-system/demo-min-logic.d.ts.map +0 -1
  1312. package/dist/plugin-system/demo-min-logic.js.map +0 -1
  1313. package/dist/plugin-system/errors.d.ts.map +0 -1
  1314. package/dist/plugin-system/errors.js.map +0 -1
  1315. package/dist/plugin-system/index.d.ts.map +0 -1
  1316. package/dist/plugin-system/index.js.map +0 -1
  1317. package/dist/plugin-system/registry.d.ts.map +0 -1
  1318. package/dist/plugin-system/registry.js.map +0 -1
  1319. package/dist/plugin-system/types.d.ts +0 -23
  1320. package/dist/plugin-system/types.d.ts.map +0 -1
  1321. package/dist/plugin-system/types.js.map +0 -1
  1322. package/dist/plugin-system/validate.d.ts.map +0 -1
  1323. package/dist/plugin-system/validate.js.map +0 -1
  1324. package/dist/profile-bridge/index.d.ts +0 -64
  1325. package/dist/profile-bridge/index.d.ts.map +0 -1
  1326. package/dist/profile-bridge/index.js.map +0 -1
  1327. package/dist/profiles/aristotelian/syllogistic.d.ts +0 -14
  1328. package/dist/profiles/aristotelian/syllogistic.d.ts.map +0 -1
  1329. package/dist/profiles/aristotelian/syllogistic.js.map +0 -1
  1330. package/dist/profiles/arithmetic/index.d.ts +0 -15
  1331. package/dist/profiles/arithmetic/index.d.ts.map +0 -1
  1332. package/dist/profiles/arithmetic/index.js.map +0 -1
  1333. package/dist/profiles/classical/cdcl.d.ts +0 -34
  1334. package/dist/profiles/classical/cdcl.d.ts.map +0 -1
  1335. package/dist/profiles/classical/cdcl.js.map +0 -1
  1336. package/dist/profiles/classical/dpll.d.ts +0 -20
  1337. package/dist/profiles/classical/dpll.d.ts.map +0 -1
  1338. package/dist/profiles/classical/dpll.js.map +0 -1
  1339. package/dist/profiles/classical/first-order.d.ts +0 -20
  1340. package/dist/profiles/classical/first-order.d.ts.map +0 -1
  1341. package/dist/profiles/classical/first-order.js.map +0 -1
  1342. package/dist/profiles/classical/parallel-sat.d.ts.map +0 -1
  1343. package/dist/profiles/classical/parallel-sat.js.map +0 -1
  1344. package/dist/profiles/classical/propositional.d.ts +0 -30
  1345. package/dist/profiles/classical/propositional.d.ts.map +0 -1
  1346. package/dist/profiles/classical/propositional.js +0 -2868
  1347. package/dist/profiles/classical/propositional.js.map +0 -1
  1348. package/dist/profiles/classical/sat-preprocess.d.ts.map +0 -1
  1349. package/dist/profiles/classical/sat-preprocess.js.map +0 -1
  1350. package/dist/profiles/classical/undecidability-detector.d.ts +0 -13
  1351. package/dist/profiles/classical/undecidability-detector.d.ts.map +0 -1
  1352. package/dist/profiles/classical/undecidability-detector.js.map +0 -1
  1353. package/dist/profiles/ctl/check.d.ts.map +0 -1
  1354. package/dist/profiles/ctl/check.js.map +0 -1
  1355. package/dist/profiles/ctl/index.d.ts.map +0 -1
  1356. package/dist/profiles/ctl/index.js.map +0 -1
  1357. package/dist/profiles/ctl/types.d.ts.map +0 -1
  1358. package/dist/profiles/ctl/types.js.map +0 -1
  1359. package/dist/profiles/ctl/witness.d.ts.map +0 -1
  1360. package/dist/profiles/ctl/witness.js.map +0 -1
  1361. package/dist/profiles/default-logic/entailment.d.ts.map +0 -1
  1362. package/dist/profiles/default-logic/entailment.js.map +0 -1
  1363. package/dist/profiles/default-logic/extensions.d.ts.map +0 -1
  1364. package/dist/profiles/default-logic/extensions.js.map +0 -1
  1365. package/dist/profiles/default-logic/index.d.ts.map +0 -1
  1366. package/dist/profiles/default-logic/index.js.map +0 -1
  1367. package/dist/profiles/default-logic/types.d.ts.map +0 -1
  1368. package/dist/profiles/default-logic/types.js.map +0 -1
  1369. package/dist/profiles/deontic/standard.d.ts +0 -10
  1370. package/dist/profiles/deontic/standard.d.ts.map +0 -1
  1371. package/dist/profiles/deontic/standard.js.map +0 -1
  1372. package/dist/profiles/description-logic/index.d.ts.map +0 -1
  1373. package/dist/profiles/description-logic/index.js.map +0 -1
  1374. package/dist/profiles/description-logic/nnf.d.ts.map +0 -1
  1375. package/dist/profiles/description-logic/nnf.js.map +0 -1
  1376. package/dist/profiles/description-logic/tableau.d.ts.map +0 -1
  1377. package/dist/profiles/description-logic/tableau.js.map +0 -1
  1378. package/dist/profiles/description-logic/types.d.ts.map +0 -1
  1379. package/dist/profiles/description-logic/types.js.map +0 -1
  1380. package/dist/profiles/epistemic/s5.d.ts +0 -10
  1381. package/dist/profiles/epistemic/s5.d.ts.map +0 -1
  1382. package/dist/profiles/epistemic/s5.js.map +0 -1
  1383. package/dist/profiles/hol/connectives.d.ts.map +0 -1
  1384. package/dist/profiles/hol/connectives.js.map +0 -1
  1385. package/dist/profiles/hol/index.d.ts.map +0 -1
  1386. package/dist/profiles/hol/index.js.map +0 -1
  1387. package/dist/profiles/hol/rules.d.ts.map +0 -1
  1388. package/dist/profiles/hol/rules.js.map +0 -1
  1389. package/dist/profiles/hol/term.d.ts.map +0 -1
  1390. package/dist/profiles/hol/term.js.map +0 -1
  1391. package/dist/profiles/hol/type-system.d.ts.map +0 -1
  1392. package/dist/profiles/hol/type-system.js.map +0 -1
  1393. package/dist/profiles/hol/types.d.ts.map +0 -1
  1394. package/dist/profiles/hol/types.js.map +0 -1
  1395. package/dist/profiles/hybrid-logic/index.d.ts.map +0 -1
  1396. package/dist/profiles/hybrid-logic/index.js.map +0 -1
  1397. package/dist/profiles/hybrid-logic/sat.d.ts.map +0 -1
  1398. package/dist/profiles/hybrid-logic/sat.js.map +0 -1
  1399. package/dist/profiles/hybrid-logic/semantics.d.ts.map +0 -1
  1400. package/dist/profiles/hybrid-logic/semantics.js.map +0 -1
  1401. package/dist/profiles/hybrid-logic/types.d.ts.map +0 -1
  1402. package/dist/profiles/hybrid-logic/types.js.map +0 -1
  1403. package/dist/profiles/index.d.ts.map +0 -1
  1404. package/dist/profiles/index.js.map +0 -1
  1405. package/dist/profiles/interface.d.ts +0 -11
  1406. package/dist/profiles/interface.d.ts.map +0 -1
  1407. package/dist/profiles/interface.js.map +0 -1
  1408. package/dist/profiles/intuitionistic/propositional.d.ts +0 -14
  1409. package/dist/profiles/intuitionistic/propositional.d.ts.map +0 -1
  1410. package/dist/profiles/intuitionistic/propositional.js.map +0 -1
  1411. package/dist/profiles/intuitionistic-nj/formula.d.ts.map +0 -1
  1412. package/dist/profiles/intuitionistic-nj/formula.js.map +0 -1
  1413. package/dist/profiles/intuitionistic-nj/index.d.ts.map +0 -1
  1414. package/dist/profiles/intuitionistic-nj/index.js.map +0 -1
  1415. package/dist/profiles/intuitionistic-nj/kripke.d.ts.map +0 -1
  1416. package/dist/profiles/intuitionistic-nj/kripke.js.map +0 -1
  1417. package/dist/profiles/intuitionistic-nj/prover.d.ts.map +0 -1
  1418. package/dist/profiles/intuitionistic-nj/prover.js.map +0 -1
  1419. package/dist/profiles/intuitionistic-nj/types.d.ts.map +0 -1
  1420. package/dist/profiles/intuitionistic-nj/types.js.map +0 -1
  1421. package/dist/profiles/ltl-sat/index.d.ts.map +0 -1
  1422. package/dist/profiles/ltl-sat/index.js.map +0 -1
  1423. package/dist/profiles/ltl-sat/sat.d.ts.map +0 -1
  1424. package/dist/profiles/ltl-sat/sat.js.map +0 -1
  1425. package/dist/profiles/ltl-sat/tableau.d.ts.map +0 -1
  1426. package/dist/profiles/ltl-sat/tableau.js.map +0 -1
  1427. package/dist/profiles/ltl-sat/types.d.ts.map +0 -1
  1428. package/dist/profiles/ltl-sat/types.js.map +0 -1
  1429. package/dist/profiles/many-valued/index.d.ts.map +0 -1
  1430. package/dist/profiles/many-valued/index.js.map +0 -1
  1431. package/dist/profiles/modal/k.d.ts +0 -10
  1432. package/dist/profiles/modal/k.d.ts.map +0 -1
  1433. package/dist/profiles/modal/k.js.map +0 -1
  1434. package/dist/profiles/modal-frame-axioms/formula.d.ts.map +0 -1
  1435. package/dist/profiles/modal-frame-axioms/formula.js.map +0 -1
  1436. package/dist/profiles/modal-frame-axioms/index.d.ts.map +0 -1
  1437. package/dist/profiles/modal-frame-axioms/index.js.map +0 -1
  1438. package/dist/profiles/modal-frame-axioms/systems.d.ts.map +0 -1
  1439. package/dist/profiles/modal-frame-axioms/systems.js.map +0 -1
  1440. package/dist/profiles/modal-frame-axioms/tableau.d.ts.map +0 -1
  1441. package/dist/profiles/modal-frame-axioms/tableau.js.map +0 -1
  1442. package/dist/profiles/modal-frame-axioms/types.d.ts.map +0 -1
  1443. package/dist/profiles/modal-frame-axioms/types.js.map +0 -1
  1444. package/dist/profiles/mu-calculus/check.d.ts.map +0 -1
  1445. package/dist/profiles/mu-calculus/check.js.map +0 -1
  1446. package/dist/profiles/mu-calculus/ctl-translate.d.ts.map +0 -1
  1447. package/dist/profiles/mu-calculus/ctl-translate.js.map +0 -1
  1448. package/dist/profiles/mu-calculus/index.d.ts.map +0 -1
  1449. package/dist/profiles/mu-calculus/index.js.map +0 -1
  1450. package/dist/profiles/mu-calculus/types.d.ts.map +0 -1
  1451. package/dist/profiles/mu-calculus/types.js.map +0 -1
  1452. package/dist/profiles/mu-calculus/wellformed.d.ts.map +0 -1
  1453. package/dist/profiles/mu-calculus/wellformed.js.map +0 -1
  1454. package/dist/profiles/paraconsistent/belnap.d.ts +0 -28
  1455. package/dist/profiles/paraconsistent/belnap.d.ts.map +0 -1
  1456. package/dist/profiles/paraconsistent/belnap.js.map +0 -1
  1457. package/dist/profiles/probabilistic/basic.d.ts +0 -18
  1458. package/dist/profiles/probabilistic/basic.d.ts.map +0 -1
  1459. package/dist/profiles/probabilistic/basic.js.map +0 -1
  1460. package/dist/profiles/sequent-g3/index.d.ts.map +0 -1
  1461. package/dist/profiles/sequent-g3/index.js.map +0 -1
  1462. package/dist/profiles/sequent-g3/latex.d.ts.map +0 -1
  1463. package/dist/profiles/sequent-g3/latex.js.map +0 -1
  1464. package/dist/profiles/sequent-g3/normalize.d.ts +0 -15
  1465. package/dist/profiles/sequent-g3/normalize.d.ts.map +0 -1
  1466. package/dist/profiles/sequent-g3/normalize.js.map +0 -1
  1467. package/dist/profiles/sequent-g3/prover.d.ts +0 -16
  1468. package/dist/profiles/sequent-g3/prover.d.ts.map +0 -1
  1469. package/dist/profiles/sequent-g3/prover.js.map +0 -1
  1470. package/dist/profiles/sequent-g3/types.d.ts +0 -30
  1471. package/dist/profiles/sequent-g3/types.d.ts.map +0 -1
  1472. package/dist/profiles/sequent-g3/types.js.map +0 -1
  1473. package/dist/profiles/sequent-lk/cut-elimination.d.ts.map +0 -1
  1474. package/dist/profiles/sequent-lk/cut-elimination.js.map +0 -1
  1475. package/dist/profiles/sequent-lk/index.d.ts.map +0 -1
  1476. package/dist/profiles/sequent-lk/index.js.map +0 -1
  1477. package/dist/profiles/sequent-lk/prover.d.ts.map +0 -1
  1478. package/dist/profiles/sequent-lk/prover.js.map +0 -1
  1479. package/dist/profiles/sequent-lk/types.d.ts.map +0 -1
  1480. package/dist/profiles/sequent-lk/types.js.map +0 -1
  1481. package/dist/profiles/sequent-lk/util.d.ts.map +0 -1
  1482. package/dist/profiles/sequent-lk/util.js.map +0 -1
  1483. package/dist/profiles/shared/base-profile.d.ts +0 -22
  1484. package/dist/profiles/shared/base-profile.d.ts.map +0 -1
  1485. package/dist/profiles/shared/base-profile.js +0 -219
  1486. package/dist/profiles/shared/base-profile.js.map +0 -1
  1487. package/dist/profiles/shared/tableau-engine.d.ts +0 -73
  1488. package/dist/profiles/shared/tableau-engine.d.ts.map +0 -1
  1489. package/dist/profiles/shared/tableau-engine.js +0 -684
  1490. package/dist/profiles/shared/tableau-engine.js.map +0 -1
  1491. package/dist/profiles/substructural/index.d.ts.map +0 -1
  1492. package/dist/profiles/substructural/index.js.map +0 -1
  1493. package/dist/profiles/substructural/prover.d.ts.map +0 -1
  1494. package/dist/profiles/substructural/prover.js.map +0 -1
  1495. package/dist/profiles/substructural/types.d.ts.map +0 -1
  1496. package/dist/profiles/substructural/types.js.map +0 -1
  1497. package/dist/profiles/temporal/ltl.d.ts +0 -12
  1498. package/dist/profiles/temporal/ltl.d.ts.map +0 -1
  1499. package/dist/profiles/temporal/ltl.js.map +0 -1
  1500. package/dist/proof-exchange/index.d.ts +0 -24
  1501. package/dist/proof-exchange/index.d.ts.map +0 -1
  1502. package/dist/proof-exchange/index.js.map +0 -1
  1503. package/dist/proof-nets/construct.d.ts.map +0 -1
  1504. package/dist/proof-nets/construct.js.map +0 -1
  1505. package/dist/proof-nets/correctness.d.ts.map +0 -1
  1506. package/dist/proof-nets/correctness.js.map +0 -1
  1507. package/dist/proof-nets/cut-elim.d.ts.map +0 -1
  1508. package/dist/proof-nets/cut-elim.js.map +0 -1
  1509. package/dist/proof-nets/index.d.ts.map +0 -1
  1510. package/dist/proof-nets/index.js.map +0 -1
  1511. package/dist/proof-nets/types.d.ts.map +0 -1
  1512. package/dist/proof-nets/types.js.map +0 -1
  1513. package/dist/refinement-types/checker.d.ts.map +0 -1
  1514. package/dist/refinement-types/checker.js.map +0 -1
  1515. package/dist/refinement-types/index.d.ts.map +0 -1
  1516. package/dist/refinement-types/index.js.map +0 -1
  1517. package/dist/refinement-types/predicate.d.ts.map +0 -1
  1518. package/dist/refinement-types/predicate.js.map +0 -1
  1519. package/dist/refinement-types/solver.d.ts.map +0 -1
  1520. package/dist/refinement-types/solver.js.map +0 -1
  1521. package/dist/refinement-types/subtype.d.ts.map +0 -1
  1522. package/dist/refinement-types/subtype.js.map +0 -1
  1523. package/dist/refinement-types/types.d.ts.map +0 -1
  1524. package/dist/refinement-types/types.js.map +0 -1
  1525. package/dist/runtime/abduction/entails.d.ts.map +0 -1
  1526. package/dist/runtime/abduction/entails.js.map +0 -1
  1527. package/dist/runtime/abduction/find.d.ts.map +0 -1
  1528. package/dist/runtime/abduction/find.js.map +0 -1
  1529. package/dist/runtime/abduction/index.d.ts.map +0 -1
  1530. package/dist/runtime/abduction/index.js.map +0 -1
  1531. package/dist/runtime/abduction/types.d.ts.map +0 -1
  1532. package/dist/runtime/abduction/types.js.map +0 -1
  1533. package/dist/runtime/bayesian/factor.d.ts.map +0 -1
  1534. package/dist/runtime/bayesian/factor.js.map +0 -1
  1535. package/dist/runtime/bayesian/index.d.ts.map +0 -1
  1536. package/dist/runtime/bayesian/index.js.map +0 -1
  1537. package/dist/runtime/bayesian/inference.d.ts.map +0 -1
  1538. package/dist/runtime/bayesian/inference.js.map +0 -1
  1539. package/dist/runtime/bayesian/types.d.ts.map +0 -1
  1540. package/dist/runtime/bayesian/types.js.map +0 -1
  1541. package/dist/runtime/csp/ac3.d.ts.map +0 -1
  1542. package/dist/runtime/csp/ac3.js.map +0 -1
  1543. package/dist/runtime/csp/backtrack.d.ts.map +0 -1
  1544. package/dist/runtime/csp/backtrack.js.map +0 -1
  1545. package/dist/runtime/csp/builtins.d.ts.map +0 -1
  1546. package/dist/runtime/csp/builtins.js.map +0 -1
  1547. package/dist/runtime/csp/index.d.ts.map +0 -1
  1548. package/dist/runtime/csp/index.js.map +0 -1
  1549. package/dist/runtime/csp/types.d.ts.map +0 -1
  1550. package/dist/runtime/csp/types.js.map +0 -1
  1551. package/dist/runtime/fca/context.d.ts.map +0 -1
  1552. package/dist/runtime/fca/context.js.map +0 -1
  1553. package/dist/runtime/fca/implications.d.ts.map +0 -1
  1554. package/dist/runtime/fca/implications.js.map +0 -1
  1555. package/dist/runtime/fca/index.d.ts.map +0 -1
  1556. package/dist/runtime/fca/index.js.map +0 -1
  1557. package/dist/runtime/fca/lattice.d.ts.map +0 -1
  1558. package/dist/runtime/fca/lattice.js.map +0 -1
  1559. package/dist/runtime/fca/next-closure.d.ts.map +0 -1
  1560. package/dist/runtime/fca/next-closure.js.map +0 -1
  1561. package/dist/runtime/fca/types.d.ts.map +0 -1
  1562. package/dist/runtime/fca/types.js.map +0 -1
  1563. package/dist/runtime/markov-logic/grounding.d.ts.map +0 -1
  1564. package/dist/runtime/markov-logic/grounding.js.map +0 -1
  1565. package/dist/runtime/markov-logic/index.d.ts.map +0 -1
  1566. package/dist/runtime/markov-logic/index.js.map +0 -1
  1567. package/dist/runtime/markov-logic/inference.d.ts.map +0 -1
  1568. package/dist/runtime/markov-logic/inference.js.map +0 -1
  1569. package/dist/runtime/markov-logic/parser.d.ts.map +0 -1
  1570. package/dist/runtime/markov-logic/parser.js.map +0 -1
  1571. package/dist/runtime/markov-logic/types.d.ts.map +0 -1
  1572. package/dist/runtime/markov-logic/types.js.map +0 -1
  1573. package/dist/runtime/mus/extract.d.ts.map +0 -1
  1574. package/dist/runtime/mus/extract.js.map +0 -1
  1575. package/dist/runtime/mus/index.d.ts.map +0 -1
  1576. package/dist/runtime/mus/index.js.map +0 -1
  1577. package/dist/runtime/mus/quickxplain.d.ts.map +0 -1
  1578. package/dist/runtime/mus/quickxplain.js.map +0 -1
  1579. package/dist/runtime/mus/types.d.ts.map +0 -1
  1580. package/dist/runtime/mus/types.js.map +0 -1
  1581. package/dist/runtime/planning/astar.d.ts.map +0 -1
  1582. package/dist/runtime/planning/astar.js.map +0 -1
  1583. package/dist/runtime/planning/bfs.d.ts.map +0 -1
  1584. package/dist/runtime/planning/bfs.js.map +0 -1
  1585. package/dist/runtime/planning/ground.d.ts.map +0 -1
  1586. package/dist/runtime/planning/ground.js.map +0 -1
  1587. package/dist/runtime/planning/heuristic.d.ts.map +0 -1
  1588. package/dist/runtime/planning/heuristic.js.map +0 -1
  1589. package/dist/runtime/planning/index.d.ts.map +0 -1
  1590. package/dist/runtime/planning/index.js.map +0 -1
  1591. package/dist/runtime/planning/types.d.ts.map +0 -1
  1592. package/dist/runtime/planning/types.js.map +0 -1
  1593. package/dist/runtime/proof-minify/index.d.ts.map +0 -1
  1594. package/dist/runtime/proof-minify/index.js.map +0 -1
  1595. package/dist/runtime/proof-minify/minify.d.ts.map +0 -1
  1596. package/dist/runtime/proof-minify/minify.js.map +0 -1
  1597. package/dist/runtime/proof-minify/types.d.ts.map +0 -1
  1598. package/dist/runtime/proof-minify/types.js.map +0 -1
  1599. package/dist/runtime/smt/index.d.ts.map +0 -1
  1600. package/dist/runtime/smt/index.js.map +0 -1
  1601. package/dist/runtime/smt/mock-backend.d.ts.map +0 -1
  1602. package/dist/runtime/smt/mock-backend.js.map +0 -1
  1603. package/dist/runtime/smt/serializer.d.ts.map +0 -1
  1604. package/dist/runtime/smt/serializer.js.map +0 -1
  1605. package/dist/runtime/smt/subprocess-backend.d.ts.map +0 -1
  1606. package/dist/runtime/smt/subprocess-backend.js.map +0 -1
  1607. package/dist/runtime/smt/types.d.ts.map +0 -1
  1608. package/dist/runtime/smt/types.js.map +0 -1
  1609. package/dist/smt-lib/ast.d.ts.map +0 -1
  1610. package/dist/smt-lib/ast.js.map +0 -1
  1611. package/dist/smt-lib/emitter.d.ts.map +0 -1
  1612. package/dist/smt-lib/emitter.js.map +0 -1
  1613. package/dist/smt-lib/index.d.ts.map +0 -1
  1614. package/dist/smt-lib/index.js.map +0 -1
  1615. package/dist/smt-lib/parser.d.ts.map +0 -1
  1616. package/dist/smt-lib/parser.js.map +0 -1
  1617. package/dist/smt-lib/tokenizer.d.ts.map +0 -1
  1618. package/dist/smt-lib/tokenizer.js.map +0 -1
  1619. package/dist/system-f/index.d.ts.map +0 -1
  1620. package/dist/system-f/index.js.map +0 -1
  1621. package/dist/system-f/infer.d.ts.map +0 -1
  1622. package/dist/system-f/infer.js.map +0 -1
  1623. package/dist/system-f/reduce.d.ts.map +0 -1
  1624. package/dist/system-f/reduce.js.map +0 -1
  1625. package/dist/system-f/types.d.ts.map +0 -1
  1626. package/dist/system-f/types.js.map +0 -1
  1627. package/dist/tableau-framework/TableauProver.d.ts.map +0 -1
  1628. package/dist/tableau-framework/TableauProver.js.map +0 -1
  1629. package/dist/tableau-framework/index.d.ts.map +0 -1
  1630. package/dist/tableau-framework/index.js.map +0 -1
  1631. package/dist/tableau-framework/propositional.d.ts.map +0 -1
  1632. package/dist/tableau-framework/propositional.js.map +0 -1
  1633. package/dist/tableau-framework/types.d.ts.map +0 -1
  1634. package/dist/tableau-framework/types.js.map +0 -1
  1635. package/dist/tests/abduction/abduction.test.d.ts.map +0 -1
  1636. package/dist/tests/abduction/abduction.test.js +0 -380
  1637. package/dist/tests/abduction/abduction.test.js.map +0 -1
  1638. package/dist/tests/argumentation/dung.test.d.ts.map +0 -1
  1639. package/dist/tests/argumentation/dung.test.js +0 -219
  1640. package/dist/tests/argumentation/dung.test.js.map +0 -1
  1641. package/dist/tests/bayesian/bayesian.test.d.ts.map +0 -1
  1642. package/dist/tests/bayesian/bayesian.test.js +0 -328
  1643. package/dist/tests/bayesian/bayesian.test.js.map +0 -1
  1644. package/dist/tests/bdd/manager.test.d.ts.map +0 -1
  1645. package/dist/tests/bdd/manager.test.js +0 -472
  1646. package/dist/tests/bdd/manager.test.js.map +0 -1
  1647. package/dist/tests/belief-revision/agm.test.d.ts.map +0 -1
  1648. package/dist/tests/belief-revision/agm.test.js +0 -173
  1649. package/dist/tests/belief-revision/agm.test.js.map +0 -1
  1650. package/dist/tests/citation-reasoning/citation-reasoning.test.d.ts.map +0 -1
  1651. package/dist/tests/citation-reasoning/citation-reasoning.test.js +0 -240
  1652. package/dist/tests/citation-reasoning/citation-reasoning.test.js.map +0 -1
  1653. package/dist/tests/coinduction/coinduction.test.d.ts.map +0 -1
  1654. package/dist/tests/coinduction/coinduction.test.js +0 -217
  1655. package/dist/tests/coinduction/coinduction.test.js.map +0 -1
  1656. package/dist/tests/combinators-ski/combinators-ski.test.d.ts.map +0 -1
  1657. package/dist/tests/combinators-ski/combinators-ski.test.js +0 -211
  1658. package/dist/tests/combinators-ski/combinators-ski.test.js.map +0 -1
  1659. package/dist/tests/constructive-reals/constructive-reals.test.d.ts.map +0 -1
  1660. package/dist/tests/constructive-reals/constructive-reals.test.js +0 -357
  1661. package/dist/tests/constructive-reals/constructive-reals.test.js.map +0 -1
  1662. package/dist/tests/csp/csp.test.d.ts.map +0 -1
  1663. package/dist/tests/csp/csp.test.js +0 -292
  1664. package/dist/tests/csp/csp.test.js.map +0 -1
  1665. package/dist/tests/ctl/check.test.d.ts.map +0 -1
  1666. package/dist/tests/ctl/check.test.js +0 -337
  1667. package/dist/tests/ctl/check.test.js.map +0 -1
  1668. package/dist/tests/curry-howard/infer.test.d.ts.map +0 -1
  1669. package/dist/tests/curry-howard/infer.test.js +0 -93
  1670. package/dist/tests/curry-howard/infer.test.js.map +0 -1
  1671. package/dist/tests/curry-howard/proof.test.d.ts.map +0 -1
  1672. package/dist/tests/curry-howard/proof.test.js +0 -105
  1673. package/dist/tests/curry-howard/proof.test.js.map +0 -1
  1674. package/dist/tests/curry-howard/reduce.test.d.ts.map +0 -1
  1675. package/dist/tests/curry-howard/reduce.test.js +0 -109
  1676. package/dist/tests/curry-howard/reduce.test.js.map +0 -1
  1677. package/dist/tests/default-logic/extensions.test.d.ts.map +0 -1
  1678. package/dist/tests/default-logic/extensions.test.js +0 -323
  1679. package/dist/tests/default-logic/extensions.test.js.map +0 -1
  1680. package/dist/tests/description-logic/alc.test.d.ts.map +0 -1
  1681. package/dist/tests/description-logic/alc.test.js +0 -253
  1682. package/dist/tests/description-logic/alc.test.js.map +0 -1
  1683. package/dist/tests/educational/checker.test.d.ts.map +0 -1
  1684. package/dist/tests/educational/checker.test.js +0 -212
  1685. package/dist/tests/educational/checker.test.js.map +0 -1
  1686. package/dist/tests/educational/generator.test.d.ts.map +0 -1
  1687. package/dist/tests/educational/generator.test.js +0 -137
  1688. package/dist/tests/educational/generator.test.js.map +0 -1
  1689. package/dist/tests/exporters/coq/coq-exporter.test.d.ts.map +0 -1
  1690. package/dist/tests/exporters/coq/coq-exporter.test.js +0 -353
  1691. package/dist/tests/exporters/coq/coq-exporter.test.js.map +0 -1
  1692. package/dist/tests/fca/fca.test.d.ts.map +0 -1
  1693. package/dist/tests/fca/fca.test.js +0 -317
  1694. package/dist/tests/fca/fca.test.js.map +0 -1
  1695. package/dist/tests/fol-prover/cnf.test.d.ts.map +0 -1
  1696. package/dist/tests/fol-prover/cnf.test.js +0 -74
  1697. package/dist/tests/fol-prover/cnf.test.js.map +0 -1
  1698. package/dist/tests/fol-prover/prove.test.d.ts.map +0 -1
  1699. package/dist/tests/fol-prover/prove.test.js +0 -106
  1700. package/dist/tests/fol-prover/prove.test.js.map +0 -1
  1701. package/dist/tests/fol-prover/unify.test.d.ts.map +0 -1
  1702. package/dist/tests/fol-prover/unify.test.js +0 -66
  1703. package/dist/tests/fol-prover/unify.test.js.map +0 -1
  1704. package/dist/tests/fol-prover-equality/prove.test.d.ts.map +0 -1
  1705. package/dist/tests/fol-prover-equality/prove.test.js +0 -179
  1706. package/dist/tests/fol-prover-equality/prove.test.js.map +0 -1
  1707. package/dist/tests/game-semantics/game-semantics.test.d.ts.map +0 -1
  1708. package/dist/tests/game-semantics/game-semantics.test.js +0 -143
  1709. package/dist/tests/game-semantics/game-semantics.test.js.map +0 -1
  1710. package/dist/tests/game-theory/game-theory.test.d.ts.map +0 -1
  1711. package/dist/tests/game-theory/game-theory.test.js +0 -252
  1712. package/dist/tests/game-theory/game-theory.test.js.map +0 -1
  1713. package/dist/tests/higher-order-unify/ho-unify.test.d.ts.map +0 -1
  1714. package/dist/tests/higher-order-unify/ho-unify.test.js +0 -264
  1715. package/dist/tests/higher-order-unify/ho-unify.test.js.map +0 -1
  1716. package/dist/tests/hol/hol.test.d.ts.map +0 -1
  1717. package/dist/tests/hol/hol.test.js +0 -340
  1718. package/dist/tests/hol/hol.test.js.map +0 -1
  1719. package/dist/tests/hybrid-logic/semantics.test.d.ts.map +0 -1
  1720. package/dist/tests/hybrid-logic/semantics.test.js +0 -169
  1721. package/dist/tests/hybrid-logic/semantics.test.js.map +0 -1
  1722. package/dist/tests/hyperreal/hyperreal.test.d.ts.map +0 -1
  1723. package/dist/tests/hyperreal/hyperreal.test.js +0 -219
  1724. package/dist/tests/hyperreal/hyperreal.test.js.map +0 -1
  1725. package/dist/tests/information-theory/information-theory.test.d.ts.map +0 -1
  1726. package/dist/tests/information-theory/information-theory.test.js +0 -291
  1727. package/dist/tests/information-theory/information-theory.test.js.map +0 -1
  1728. package/dist/tests/intuitionistic-nj/nj.test.d.ts.map +0 -1
  1729. package/dist/tests/intuitionistic-nj/nj.test.js +0 -216
  1730. package/dist/tests/intuitionistic-nj/nj.test.js.map +0 -1
  1731. package/dist/tests/lambda-calc/lambda-calc.test.d.ts.map +0 -1
  1732. package/dist/tests/lambda-calc/lambda-calc.test.js +0 -164
  1733. package/dist/tests/lambda-calc/lambda-calc.test.js.map +0 -1
  1734. package/dist/tests/lsp/server.test.d.ts.map +0 -1
  1735. package/dist/tests/lsp/server.test.js +0 -406
  1736. package/dist/tests/lsp/server.test.js.map +0 -1
  1737. package/dist/tests/ltl-sat/sat.test.d.ts.map +0 -1
  1738. package/dist/tests/ltl-sat/sat.test.js +0 -160
  1739. package/dist/tests/ltl-sat/sat.test.js.map +0 -1
  1740. package/dist/tests/many-valued/many-valued.test.d.ts.map +0 -1
  1741. package/dist/tests/many-valued/many-valued.test.js +0 -150
  1742. package/dist/tests/many-valued/many-valued.test.js.map +0 -1
  1743. package/dist/tests/markov-logic/markov-logic.test.d.ts.map +0 -1
  1744. package/dist/tests/markov-logic/markov-logic.test.js +0 -349
  1745. package/dist/tests/markov-logic/markov-logic.test.js.map +0 -1
  1746. package/dist/tests/mltt/mltt.test.d.ts.map +0 -1
  1747. package/dist/tests/mltt/mltt.test.js +0 -181
  1748. package/dist/tests/mltt/mltt.test.js.map +0 -1
  1749. package/dist/tests/modal-frame-axioms/frame-axioms.test.d.ts.map +0 -1
  1750. package/dist/tests/modal-frame-axioms/frame-axioms.test.js +0 -236
  1751. package/dist/tests/modal-frame-axioms/frame-axioms.test.js.map +0 -1
  1752. package/dist/tests/mu-calculus/check.test.d.ts.map +0 -1
  1753. package/dist/tests/mu-calculus/check.test.js +0 -234
  1754. package/dist/tests/mu-calculus/check.test.js.map +0 -1
  1755. package/dist/tests/mus/extract.test.d.ts.map +0 -1
  1756. package/dist/tests/mus/extract.test.js +0 -352
  1757. package/dist/tests/mus/extract.test.js.map +0 -1
  1758. package/dist/tests/nbe/nbe.test.d.ts.map +0 -1
  1759. package/dist/tests/nbe/nbe.test.js +0 -121
  1760. package/dist/tests/nbe/nbe.test.js.map +0 -1
  1761. package/dist/tests/optimization/ilp.test.d.ts.map +0 -1
  1762. package/dist/tests/optimization/ilp.test.js +0 -204
  1763. package/dist/tests/optimization/ilp.test.js.map +0 -1
  1764. package/dist/tests/optimization/lp.test.d.ts.map +0 -1
  1765. package/dist/tests/optimization/lp.test.js +0 -224
  1766. package/dist/tests/optimization/lp.test.js.map +0 -1
  1767. package/dist/tests/planning/planning.test.d.ts.map +0 -1
  1768. package/dist/tests/planning/planning.test.js +0 -397
  1769. package/dist/tests/planning/planning.test.js.map +0 -1
  1770. package/dist/tests/plugin-system/demo-min-logic.test.d.ts.map +0 -1
  1771. package/dist/tests/plugin-system/demo-min-logic.test.js +0 -85
  1772. package/dist/tests/plugin-system/demo-min-logic.test.js.map +0 -1
  1773. package/dist/tests/plugin-system/registry.test.d.ts.map +0 -1
  1774. package/dist/tests/plugin-system/registry.test.js +0 -88
  1775. package/dist/tests/plugin-system/registry.test.js.map +0 -1
  1776. package/dist/tests/plugin-system/validate.test.d.ts.map +0 -1
  1777. package/dist/tests/plugin-system/validate.test.js +0 -101
  1778. package/dist/tests/plugin-system/validate.test.js.map +0 -1
  1779. package/dist/tests/profile-bridge/translations.test.d.ts.map +0 -1
  1780. package/dist/tests/profile-bridge/translations.test.js +0 -266
  1781. package/dist/tests/profile-bridge/translations.test.js.map +0 -1
  1782. package/dist/tests/profiles.test.d.ts.map +0 -1
  1783. package/dist/tests/profiles.test.js +0 -393
  1784. package/dist/tests/profiles.test.js.map +0 -1
  1785. package/dist/tests/proof-exchange/proof-exchange.test.d.ts.map +0 -1
  1786. package/dist/tests/proof-exchange/proof-exchange.test.js +0 -161
  1787. package/dist/tests/proof-exchange/proof-exchange.test.js.map +0 -1
  1788. package/dist/tests/proof-minify/minify.test.d.ts.map +0 -1
  1789. package/dist/tests/proof-minify/minify.test.js +0 -281
  1790. package/dist/tests/proof-minify/minify.test.js.map +0 -1
  1791. package/dist/tests/proof-nets/proof-nets.test.d.ts.map +0 -1
  1792. package/dist/tests/proof-nets/proof-nets.test.js +0 -263
  1793. package/dist/tests/proof-nets/proof-nets.test.js.map +0 -1
  1794. package/dist/tests/refinement-types/refinement-types.test.d.ts.map +0 -1
  1795. package/dist/tests/refinement-types/refinement-types.test.js +0 -174
  1796. package/dist/tests/refinement-types/refinement-types.test.js.map +0 -1
  1797. package/dist/tests/sat-v2/clause-learning.test.d.ts.map +0 -1
  1798. package/dist/tests/sat-v2/clause-learning.test.js +0 -73
  1799. package/dist/tests/sat-v2/clause-learning.test.js.map +0 -1
  1800. package/dist/tests/sat-v2/lbd.test.d.ts.map +0 -1
  1801. package/dist/tests/sat-v2/lbd.test.js +0 -82
  1802. package/dist/tests/sat-v2/lbd.test.js.map +0 -1
  1803. package/dist/tests/sat-v2/luby.test.d.ts.map +0 -1
  1804. package/dist/tests/sat-v2/luby.test.js +0 -58
  1805. package/dist/tests/sat-v2/luby.test.js.map +0 -1
  1806. package/dist/tests/sat-v2/phase-saving.test.d.ts.map +0 -1
  1807. package/dist/tests/sat-v2/phase-saving.test.js +0 -38
  1808. package/dist/tests/sat-v2/phase-saving.test.js.map +0 -1
  1809. package/dist/tests/sat-v2/solver-end-to-end.test.d.ts.map +0 -1
  1810. package/dist/tests/sat-v2/solver-end-to-end.test.js +0 -199
  1811. package/dist/tests/sat-v2/solver-end-to-end.test.js.map +0 -1
  1812. package/dist/tests/sat-v2/vsids.test.d.ts.map +0 -1
  1813. package/dist/tests/sat-v2/vsids.test.js +0 -69
  1814. package/dist/tests/sat-v2/vsids.test.js.map +0 -1
  1815. package/dist/tests/sat-v2-incremental/basic.test.d.ts.map +0 -1
  1816. package/dist/tests/sat-v2-incremental/basic.test.js +0 -352
  1817. package/dist/tests/sat-v2-incremental/basic.test.js.map +0 -1
  1818. package/dist/tests/sequent-g3/prover.test.d.ts.map +0 -1
  1819. package/dist/tests/sequent-g3/prover.test.js +0 -205
  1820. package/dist/tests/sequent-g3/prover.test.js.map +0 -1
  1821. package/dist/tests/sequent-lk/prover.test.d.ts.map +0 -1
  1822. package/dist/tests/sequent-lk/prover.test.js +0 -317
  1823. package/dist/tests/sequent-lk/prover.test.js.map +0 -1
  1824. package/dist/tests/smt/mock-backend.test.d.ts.map +0 -1
  1825. package/dist/tests/smt/mock-backend.test.js +0 -129
  1826. package/dist/tests/smt/mock-backend.test.js.map +0 -1
  1827. package/dist/tests/smt/serializer.test.d.ts.map +0 -1
  1828. package/dist/tests/smt/serializer.test.js +0 -94
  1829. package/dist/tests/smt/serializer.test.js.map +0 -1
  1830. package/dist/tests/smt/subprocess-backend.test.d.ts.map +0 -1
  1831. package/dist/tests/smt/subprocess-backend.test.js +0 -89
  1832. package/dist/tests/smt/subprocess-backend.test.js.map +0 -1
  1833. package/dist/tests/smt-lib/emitter.test.d.ts.map +0 -1
  1834. package/dist/tests/smt-lib/emitter.test.js +0 -155
  1835. package/dist/tests/smt-lib/emitter.test.js.map +0 -1
  1836. package/dist/tests/smt-lib/parser.test.d.ts.map +0 -1
  1837. package/dist/tests/smt-lib/parser.test.js +0 -164
  1838. package/dist/tests/smt-lib/parser.test.js.map +0 -1
  1839. package/dist/tests/smt-lib/tokenizer.test.d.ts.map +0 -1
  1840. package/dist/tests/smt-lib/tokenizer.test.js +0 -59
  1841. package/dist/tests/smt-lib/tokenizer.test.js.map +0 -1
  1842. package/dist/tests/substructural/prover.test.d.ts.map +0 -1
  1843. package/dist/tests/substructural/prover.test.js +0 -271
  1844. package/dist/tests/substructural/prover.test.js.map +0 -1
  1845. package/dist/tests/system-f/system-f.test.d.ts.map +0 -1
  1846. package/dist/tests/system-f/system-f.test.js +0 -217
  1847. package/dist/tests/system-f/system-f.test.js.map +0 -1
  1848. package/dist/tests/tableau-framework/tableau.test.d.ts.map +0 -1
  1849. package/dist/tests/tableau-framework/tableau.test.js +0 -196
  1850. package/dist/tests/tableau-framework/tableau.test.js.map +0 -1
  1851. package/dist/tests/text-layer-v2/claim-graph.test.d.ts.map +0 -1
  1852. package/dist/tests/text-layer-v2/claim-graph.test.js +0 -255
  1853. package/dist/tests/text-layer-v2/claim-graph.test.js.map +0 -1
  1854. package/dist/tests/text-layer-v2/mdx-bridge/mdx-bridge.test.d.ts.map +0 -1
  1855. package/dist/tests/text-layer-v2/mdx-bridge/mdx-bridge.test.js +0 -200
  1856. package/dist/tests/text-layer-v2/mdx-bridge/mdx-bridge.test.js.map +0 -1
  1857. package/dist/tests/time-travel/snapshot.test.d.ts.map +0 -1
  1858. package/dist/tests/time-travel/snapshot.test.js +0 -75
  1859. package/dist/tests/time-travel/snapshot.test.js.map +0 -1
  1860. package/dist/tests/time-travel/store.test.d.ts.map +0 -1
  1861. package/dist/tests/time-travel/store.test.js +0 -242
  1862. package/dist/tests/time-travel/store.test.js.map +0 -1
  1863. package/dist/text-layer/compiler.d.ts +0 -18
  1864. package/dist/text-layer/compiler.d.ts.map +0 -1
  1865. package/dist/text-layer/compiler.js.map +0 -1
  1866. package/dist/text-layer/v2/claim-graph.d.ts.map +0 -1
  1867. package/dist/text-layer/v2/claim-graph.js.map +0 -1
  1868. package/dist/text-layer/v2/index.d.ts.map +0 -1
  1869. package/dist/text-layer/v2/index.js.map +0 -1
  1870. package/dist/text-layer/v2/mdx-bridge/diff.d.ts.map +0 -1
  1871. package/dist/text-layer/v2/mdx-bridge/diff.js.map +0 -1
  1872. package/dist/text-layer/v2/mdx-bridge/index.d.ts.map +0 -1
  1873. package/dist/text-layer/v2/mdx-bridge/index.js.map +0 -1
  1874. package/dist/text-layer/v2/mdx-bridge/parser.d.ts.map +0 -1
  1875. package/dist/text-layer/v2/mdx-bridge/parser.js.map +0 -1
  1876. package/dist/text-layer/v2/mdx-bridge/serializer.d.ts.map +0 -1
  1877. package/dist/text-layer/v2/mdx-bridge/serializer.js.map +0 -1
  1878. package/dist/text-layer/v2/mdx-bridge/types.d.ts.map +0 -1
  1879. package/dist/text-layer/v2/mdx-bridge/types.js.map +0 -1
  1880. package/dist/text-layer/v2/types.d.ts.map +0 -1
  1881. package/dist/text-layer/v2/types.js.map +0 -1
  1882. package/dist/time-travel/index.d.ts.map +0 -1
  1883. package/dist/time-travel/index.js.map +0 -1
  1884. package/dist/time-travel/snapshot.d.ts.map +0 -1
  1885. package/dist/time-travel/snapshot.js.map +0 -1
  1886. package/dist/time-travel/store.d.ts.map +0 -1
  1887. package/dist/time-travel/store.js.map +0 -1
  1888. package/dist/time-travel/types.d.ts.map +0 -1
  1889. package/dist/time-travel/types.js.map +0 -1
  1890. /package/dist/{profile-bridge → logic/profile-bridge}/index.js +0 -0
  1891. /package/dist/{profiles → logic/profiles}/aristotelian/syllogistic.js +0 -0
  1892. /package/dist/{profiles → logic/profiles}/arithmetic/index.js +0 -0
  1893. /package/dist/{profiles → logic/profiles}/classical/cdcl.js +0 -0
  1894. /package/dist/{profiles → logic/profiles}/classical/dpll.js +0 -0
  1895. /package/dist/{profiles → logic/profiles}/classical/first-order.js +0 -0
  1896. /package/dist/{profiles → logic/profiles}/classical/parallel-sat.d.ts +0 -0
  1897. /package/dist/{profiles → logic/profiles}/classical/parallel-sat.js +0 -0
  1898. /package/dist/{profiles → logic/profiles}/classical/sat-preprocess.d.ts +0 -0
  1899. /package/dist/{profiles → logic/profiles}/classical/sat-preprocess.js +0 -0
  1900. /package/dist/{profiles → logic/profiles}/classical/undecidability-detector.js +0 -0
  1901. /package/dist/{profiles → logic/profiles}/ctl/check.d.ts +0 -0
  1902. /package/dist/{profiles → logic/profiles}/ctl/check.js +0 -0
  1903. /package/dist/{profiles → logic/profiles}/ctl/index.d.ts +0 -0
  1904. /package/dist/{profiles → logic/profiles}/ctl/index.js +0 -0
  1905. /package/dist/{profiles → logic/profiles}/ctl/types.d.ts +0 -0
  1906. /package/dist/{profiles → logic/profiles}/ctl/types.js +0 -0
  1907. /package/dist/{profiles → logic/profiles}/ctl/witness.d.ts +0 -0
  1908. /package/dist/{profiles → logic/profiles}/ctl/witness.js +0 -0
  1909. /package/dist/{profiles → logic/profiles}/default-logic/entailment.d.ts +0 -0
  1910. /package/dist/{profiles → logic/profiles}/default-logic/entailment.js +0 -0
  1911. /package/dist/{profiles → logic/profiles}/default-logic/extensions.d.ts +0 -0
  1912. /package/dist/{profiles → logic/profiles}/default-logic/extensions.js +0 -0
  1913. /package/dist/{profiles → logic/profiles}/default-logic/index.d.ts +0 -0
  1914. /package/dist/{profiles → logic/profiles}/default-logic/index.js +0 -0
  1915. /package/dist/{profiles → logic/profiles}/default-logic/types.d.ts +0 -0
  1916. /package/dist/{profiles → logic/profiles}/default-logic/types.js +0 -0
  1917. /package/dist/{profiles → logic/profiles}/deontic/standard.js +0 -0
  1918. /package/dist/{profiles → logic/profiles}/description-logic/index.d.ts +0 -0
  1919. /package/dist/{profiles → logic/profiles}/description-logic/index.js +0 -0
  1920. /package/dist/{profiles → logic/profiles}/description-logic/nnf.d.ts +0 -0
  1921. /package/dist/{profiles → logic/profiles}/description-logic/nnf.js +0 -0
  1922. /package/dist/{profiles → logic/profiles}/description-logic/tableau.d.ts +0 -0
  1923. /package/dist/{profiles → logic/profiles}/description-logic/tableau.js +0 -0
  1924. /package/dist/{profiles → logic/profiles}/description-logic/types.d.ts +0 -0
  1925. /package/dist/{profiles → logic/profiles}/description-logic/types.js +0 -0
  1926. /package/dist/{profiles → logic/profiles}/epistemic/s5.js +0 -0
  1927. /package/dist/{profiles → logic/profiles}/hybrid-logic/index.d.ts +0 -0
  1928. /package/dist/{profiles → logic/profiles}/hybrid-logic/index.js +0 -0
  1929. /package/dist/{profiles → logic/profiles}/hybrid-logic/sat.d.ts +0 -0
  1930. /package/dist/{profiles → logic/profiles}/hybrid-logic/sat.js +0 -0
  1931. /package/dist/{profiles → logic/profiles}/hybrid-logic/semantics.d.ts +0 -0
  1932. /package/dist/{profiles → logic/profiles}/hybrid-logic/semantics.js +0 -0
  1933. /package/dist/{profiles → logic/profiles}/hybrid-logic/types.d.ts +0 -0
  1934. /package/dist/{profiles → logic/profiles}/hybrid-logic/types.js +0 -0
  1935. /package/dist/{profiles → logic/profiles}/index.d.ts +0 -0
  1936. /package/dist/{profiles → logic/profiles}/index.js +0 -0
  1937. /package/dist/{profiles → logic/profiles}/interface.js +0 -0
  1938. /package/dist/{profiles → logic/profiles}/intuitionistic/propositional.js +0 -0
  1939. /package/dist/{profiles → logic/profiles}/intuitionistic-nj/formula.d.ts +0 -0
  1940. /package/dist/{profiles → logic/profiles}/intuitionistic-nj/formula.js +0 -0
  1941. /package/dist/{profiles → logic/profiles}/intuitionistic-nj/index.d.ts +0 -0
  1942. /package/dist/{profiles → logic/profiles}/intuitionistic-nj/index.js +0 -0
  1943. /package/dist/{profiles → logic/profiles}/intuitionistic-nj/kripke.d.ts +0 -0
  1944. /package/dist/{profiles → logic/profiles}/intuitionistic-nj/kripke.js +0 -0
  1945. /package/dist/{profiles → logic/profiles}/intuitionistic-nj/prover.d.ts +0 -0
  1946. /package/dist/{profiles → logic/profiles}/intuitionistic-nj/prover.js +0 -0
  1947. /package/dist/{profiles → logic/profiles}/intuitionistic-nj/types.d.ts +0 -0
  1948. /package/dist/{profiles → logic/profiles}/intuitionistic-nj/types.js +0 -0
  1949. /package/dist/{profiles → logic/profiles}/ltl-sat/index.d.ts +0 -0
  1950. /package/dist/{profiles → logic/profiles}/ltl-sat/index.js +0 -0
  1951. /package/dist/{profiles → logic/profiles}/ltl-sat/sat.d.ts +0 -0
  1952. /package/dist/{profiles → logic/profiles}/ltl-sat/sat.js +0 -0
  1953. /package/dist/{profiles → logic/profiles}/ltl-sat/tableau.d.ts +0 -0
  1954. /package/dist/{profiles → logic/profiles}/ltl-sat/tableau.js +0 -0
  1955. /package/dist/{profiles → logic/profiles}/ltl-sat/types.d.ts +0 -0
  1956. /package/dist/{profiles → logic/profiles}/ltl-sat/types.js +0 -0
  1957. /package/dist/{profiles → logic/profiles}/many-valued/index.d.ts +0 -0
  1958. /package/dist/{profiles → logic/profiles}/many-valued/index.js +0 -0
  1959. /package/dist/{profiles → logic/profiles}/modal/k.js +0 -0
  1960. /package/dist/{profiles → logic/profiles}/modal-frame-axioms/formula.d.ts +0 -0
  1961. /package/dist/{profiles → logic/profiles}/modal-frame-axioms/formula.js +0 -0
  1962. /package/dist/{profiles → logic/profiles}/modal-frame-axioms/index.d.ts +0 -0
  1963. /package/dist/{profiles → logic/profiles}/modal-frame-axioms/index.js +0 -0
  1964. /package/dist/{profiles → logic/profiles}/modal-frame-axioms/systems.d.ts +0 -0
  1965. /package/dist/{profiles → logic/profiles}/modal-frame-axioms/systems.js +0 -0
  1966. /package/dist/{profiles → logic/profiles}/modal-frame-axioms/tableau.d.ts +0 -0
  1967. /package/dist/{profiles → logic/profiles}/modal-frame-axioms/tableau.js +0 -0
  1968. /package/dist/{profiles → logic/profiles}/modal-frame-axioms/types.d.ts +0 -0
  1969. /package/dist/{profiles → logic/profiles}/modal-frame-axioms/types.js +0 -0
  1970. /package/dist/{profiles → logic/profiles}/mu-calculus/check.d.ts +0 -0
  1971. /package/dist/{profiles → logic/profiles}/mu-calculus/check.js +0 -0
  1972. /package/dist/{profiles → logic/profiles}/mu-calculus/ctl-translate.d.ts +0 -0
  1973. /package/dist/{profiles → logic/profiles}/mu-calculus/ctl-translate.js +0 -0
  1974. /package/dist/{profiles → logic/profiles}/mu-calculus/index.d.ts +0 -0
  1975. /package/dist/{profiles → logic/profiles}/mu-calculus/index.js +0 -0
  1976. /package/dist/{profiles → logic/profiles}/mu-calculus/types.d.ts +0 -0
  1977. /package/dist/{profiles → logic/profiles}/mu-calculus/types.js +0 -0
  1978. /package/dist/{profiles → logic/profiles}/mu-calculus/wellformed.d.ts +0 -0
  1979. /package/dist/{profiles → logic/profiles}/mu-calculus/wellformed.js +0 -0
  1980. /package/dist/{profiles → logic/profiles}/paraconsistent/belnap.js +0 -0
  1981. /package/dist/{profiles → logic/profiles}/probabilistic/basic.js +0 -0
  1982. /package/dist/{profiles → logic/profiles}/sequent-g3/index.d.ts +0 -0
  1983. /package/dist/{profiles → logic/profiles}/sequent-g3/index.js +0 -0
  1984. /package/dist/{profiles → logic/profiles}/sequent-g3/latex.d.ts +0 -0
  1985. /package/dist/{profiles → logic/profiles}/sequent-g3/latex.js +0 -0
  1986. /package/dist/{profiles → logic/profiles}/sequent-g3/normalize.js +0 -0
  1987. /package/dist/{profiles → logic/profiles}/sequent-g3/prover.js +0 -0
  1988. /package/dist/{profiles → logic/profiles}/sequent-g3/types.js +0 -0
  1989. /package/dist/{profiles → logic/profiles}/sequent-lk/cut-elimination.d.ts +0 -0
  1990. /package/dist/{profiles → logic/profiles}/sequent-lk/cut-elimination.js +0 -0
  1991. /package/dist/{profiles → logic/profiles}/sequent-lk/index.d.ts +0 -0
  1992. /package/dist/{profiles → logic/profiles}/sequent-lk/index.js +0 -0
  1993. /package/dist/{profiles → logic/profiles}/sequent-lk/prover.d.ts +0 -0
  1994. /package/dist/{profiles → logic/profiles}/sequent-lk/prover.js +0 -0
  1995. /package/dist/{profiles → logic/profiles}/sequent-lk/types.d.ts +0 -0
  1996. /package/dist/{profiles → logic/profiles}/sequent-lk/types.js +0 -0
  1997. /package/dist/{profiles → logic/profiles}/sequent-lk/util.d.ts +0 -0
  1998. /package/dist/{profiles → logic/profiles}/sequent-lk/util.js +0 -0
  1999. /package/dist/{profiles → logic/profiles}/substructural/index.d.ts +0 -0
  2000. /package/dist/{profiles → logic/profiles}/substructural/index.js +0 -0
  2001. /package/dist/{profiles → logic/profiles}/substructural/prover.d.ts +0 -0
  2002. /package/dist/{profiles → logic/profiles}/substructural/prover.js +0 -0
  2003. /package/dist/{profiles → logic/profiles}/substructural/types.d.ts +0 -0
  2004. /package/dist/{profiles → logic/profiles}/substructural/types.js +0 -0
  2005. /package/dist/{profiles → logic/profiles}/temporal/ltl.js +0 -0
  2006. /package/dist/{fol-prover → proof-systems/fol-prover}/cnf.js +0 -0
  2007. /package/dist/{fol-prover → proof-systems/fol-prover}/index.d.ts +0 -0
  2008. /package/dist/{fol-prover → proof-systems/fol-prover}/index.js +0 -0
  2009. /package/dist/{fol-prover → proof-systems/fol-prover}/prove.js +0 -0
  2010. /package/dist/{fol-prover → proof-systems/fol-prover}/resolve.d.ts +0 -0
  2011. /package/dist/{fol-prover → proof-systems/fol-prover}/resolve.js +0 -0
  2012. /package/dist/{fol-prover → proof-systems/fol-prover}/types.d.ts +0 -0
  2013. /package/dist/{fol-prover → proof-systems/fol-prover}/types.js +0 -0
  2014. /package/dist/{fol-prover → proof-systems/fol-prover}/unify.d.ts +0 -0
  2015. /package/dist/{fol-prover → proof-systems/fol-prover}/unify.js +0 -0
  2016. /package/dist/{fol-prover-equality → proof-systems/fol-prover-equality}/demodulate.d.ts +0 -0
  2017. /package/dist/{fol-prover-equality → proof-systems/fol-prover-equality}/demodulate.js +0 -0
  2018. /package/dist/{fol-prover-equality → proof-systems/fol-prover-equality}/index.d.ts +0 -0
  2019. /package/dist/{fol-prover-equality → proof-systems/fol-prover-equality}/index.js +0 -0
  2020. /package/dist/{fol-prover-equality → proof-systems/fol-prover-equality}/paramodulate.d.ts +0 -0
  2021. /package/dist/{fol-prover-equality → proof-systems/fol-prover-equality}/paramodulate.js +0 -0
  2022. /package/dist/{fol-prover-equality → proof-systems/fol-prover-equality}/prove.js +0 -0
  2023. /package/dist/{fol-prover-equality → proof-systems/fol-prover-equality}/term-utils.d.ts +0 -0
  2024. /package/dist/{fol-prover-equality → proof-systems/fol-prover-equality}/term-utils.js +0 -0
  2025. /package/dist/{fol-prover-equality → proof-systems/fol-prover-equality}/types.d.ts +0 -0
  2026. /package/dist/{fol-prover-equality → proof-systems/fol-prover-equality}/types.js +0 -0
  2027. /package/dist/{higher-order-unify → proof-systems/higher-order-unify}/index.d.ts +0 -0
  2028. /package/dist/{higher-order-unify → proof-systems/higher-order-unify}/index.js +0 -0
  2029. /package/dist/{higher-order-unify → proof-systems/higher-order-unify}/normalize.d.ts +0 -0
  2030. /package/dist/{higher-order-unify → proof-systems/higher-order-unify}/normalize.js +0 -0
  2031. /package/dist/{higher-order-unify → proof-systems/higher-order-unify}/pattern.d.ts +0 -0
  2032. /package/dist/{higher-order-unify → proof-systems/higher-order-unify}/pattern.js +0 -0
  2033. /package/dist/{higher-order-unify → proof-systems/higher-order-unify}/types.d.ts +0 -0
  2034. /package/dist/{higher-order-unify → proof-systems/higher-order-unify}/types.js +0 -0
  2035. /package/dist/{higher-order-unify → proof-systems/higher-order-unify}/unify.d.ts +0 -0
  2036. /package/dist/{higher-order-unify → proof-systems/higher-order-unify}/unify.js +0 -0
  2037. /package/dist/{proof-exchange → proof-systems/proof-exchange}/index.js +0 -0
  2038. /package/dist/{runtime → proof-systems}/proof-minify/index.d.ts +0 -0
  2039. /package/dist/{runtime → proof-systems}/proof-minify/index.js +0 -0
  2040. /package/dist/{runtime → proof-systems}/proof-minify/minify.d.ts +0 -0
  2041. /package/dist/{runtime → proof-systems}/proof-minify/minify.js +0 -0
  2042. /package/dist/{runtime → proof-systems}/proof-minify/types.d.ts +0 -0
  2043. /package/dist/{runtime → proof-systems}/proof-minify/types.js +0 -0
  2044. /package/dist/{proof-nets → proof-systems/proof-nets}/construct.d.ts +0 -0
  2045. /package/dist/{proof-nets → proof-systems/proof-nets}/construct.js +0 -0
  2046. /package/dist/{proof-nets → proof-systems/proof-nets}/correctness.d.ts +0 -0
  2047. /package/dist/{proof-nets → proof-systems/proof-nets}/correctness.js +0 -0
  2048. /package/dist/{proof-nets → proof-systems/proof-nets}/cut-elim.d.ts +0 -0
  2049. /package/dist/{proof-nets → proof-systems/proof-nets}/cut-elim.js +0 -0
  2050. /package/dist/{proof-nets → proof-systems/proof-nets}/index.d.ts +0 -0
  2051. /package/dist/{proof-nets → proof-systems/proof-nets}/index.js +0 -0
  2052. /package/dist/{proof-nets → proof-systems/proof-nets}/types.d.ts +0 -0
  2053. /package/dist/{proof-nets → proof-systems/proof-nets}/types.js +0 -0
  2054. /package/dist/{tableau-framework → proof-systems/tableau-framework}/TableauProver.d.ts +0 -0
  2055. /package/dist/{tableau-framework → proof-systems/tableau-framework}/TableauProver.js +0 -0
  2056. /package/dist/{tableau-framework → proof-systems/tableau-framework}/index.d.ts +0 -0
  2057. /package/dist/{tableau-framework → proof-systems/tableau-framework}/index.js +0 -0
  2058. /package/dist/{tableau-framework → proof-systems/tableau-framework}/propositional.d.ts +0 -0
  2059. /package/dist/{tableau-framework → proof-systems/tableau-framework}/propositional.js +0 -0
  2060. /package/dist/{tableau-framework → proof-systems/tableau-framework}/types.d.ts +0 -0
  2061. /package/dist/{tableau-framework → proof-systems/tableau-framework}/types.js +0 -0
  2062. /package/dist/{runtime → reasoning}/abduction/entails.d.ts +0 -0
  2063. /package/dist/{runtime → reasoning}/abduction/entails.js +0 -0
  2064. /package/dist/{runtime → reasoning}/abduction/find.d.ts +0 -0
  2065. /package/dist/{runtime → reasoning}/abduction/find.js +0 -0
  2066. /package/dist/{runtime → reasoning}/abduction/index.d.ts +0 -0
  2067. /package/dist/{runtime → reasoning}/abduction/index.js +0 -0
  2068. /package/dist/{runtime → reasoning}/abduction/types.d.ts +0 -0
  2069. /package/dist/{runtime → reasoning}/abduction/types.js +0 -0
  2070. /package/dist/{argumentation → reasoning/argumentation}/dot.d.ts +0 -0
  2071. /package/dist/{argumentation → reasoning/argumentation}/dot.js +0 -0
  2072. /package/dist/{argumentation → reasoning/argumentation}/extensions.d.ts +0 -0
  2073. /package/dist/{argumentation → reasoning/argumentation}/extensions.js +0 -0
  2074. /package/dist/{argumentation → reasoning/argumentation}/framework.d.ts +0 -0
  2075. /package/dist/{argumentation → reasoning/argumentation}/framework.js +0 -0
  2076. /package/dist/{argumentation → reasoning/argumentation}/index.d.ts +0 -0
  2077. /package/dist/{argumentation → reasoning/argumentation}/index.js +0 -0
  2078. /package/dist/{argumentation → reasoning/argumentation}/types.d.ts +0 -0
  2079. /package/dist/{argumentation → reasoning/argumentation}/types.js +0 -0
  2080. /package/dist/{runtime → reasoning}/bayesian/factor.d.ts +0 -0
  2081. /package/dist/{runtime → reasoning}/bayesian/factor.js +0 -0
  2082. /package/dist/{runtime → reasoning}/bayesian/index.d.ts +0 -0
  2083. /package/dist/{runtime → reasoning}/bayesian/index.js +0 -0
  2084. /package/dist/{runtime → reasoning}/bayesian/inference.d.ts +0 -0
  2085. /package/dist/{runtime → reasoning}/bayesian/inference.js +0 -0
  2086. /package/dist/{runtime → reasoning}/bayesian/types.d.ts +0 -0
  2087. /package/dist/{runtime → reasoning}/bayesian/types.js +0 -0
  2088. /package/dist/{belief-revision → reasoning/belief-revision}/agm.d.ts +0 -0
  2089. /package/dist/{belief-revision → reasoning/belief-revision}/agm.js +0 -0
  2090. /package/dist/{belief-revision → reasoning/belief-revision}/index.d.ts +0 -0
  2091. /package/dist/{belief-revision → reasoning/belief-revision}/index.js +0 -0
  2092. /package/dist/{belief-revision → reasoning/belief-revision}/parser.d.ts +0 -0
  2093. /package/dist/{belief-revision → reasoning/belief-revision}/parser.js +0 -0
  2094. /package/dist/{belief-revision → reasoning/belief-revision}/sat.d.ts +0 -0
  2095. /package/dist/{belief-revision → reasoning/belief-revision}/sat.js +0 -0
  2096. /package/dist/{belief-revision → reasoning/belief-revision}/types.d.ts +0 -0
  2097. /package/dist/{belief-revision → reasoning/belief-revision}/types.js +0 -0
  2098. /package/dist/{citation-reasoning → reasoning/citation-reasoning}/derive.d.ts +0 -0
  2099. /package/dist/{citation-reasoning → reasoning/citation-reasoning}/derive.js +0 -0
  2100. /package/dist/{citation-reasoning → reasoning/citation-reasoning}/index.d.ts +0 -0
  2101. /package/dist/{citation-reasoning → reasoning/citation-reasoning}/index.js +0 -0
  2102. /package/dist/{citation-reasoning → reasoning/citation-reasoning}/types.d.ts +0 -0
  2103. /package/dist/{citation-reasoning → reasoning/citation-reasoning}/types.js +0 -0
  2104. /package/dist/{constructive-reals → reasoning/constructive-reals}/index.d.ts +0 -0
  2105. /package/dist/{constructive-reals → reasoning/constructive-reals}/index.js +0 -0
  2106. /package/dist/{runtime → reasoning}/fca/context.d.ts +0 -0
  2107. /package/dist/{runtime → reasoning}/fca/context.js +0 -0
  2108. /package/dist/{runtime → reasoning}/fca/implications.d.ts +0 -0
  2109. /package/dist/{runtime → reasoning}/fca/implications.js +0 -0
  2110. /package/dist/{runtime → reasoning}/fca/index.d.ts +0 -0
  2111. /package/dist/{runtime → reasoning}/fca/index.js +0 -0
  2112. /package/dist/{runtime → reasoning}/fca/lattice.d.ts +0 -0
  2113. /package/dist/{runtime → reasoning}/fca/lattice.js +0 -0
  2114. /package/dist/{runtime → reasoning}/fca/next-closure.d.ts +0 -0
  2115. /package/dist/{runtime → reasoning}/fca/next-closure.js +0 -0
  2116. /package/dist/{runtime → reasoning}/fca/types.d.ts +0 -0
  2117. /package/dist/{runtime → reasoning}/fca/types.js +0 -0
  2118. /package/dist/{game-theory → reasoning/game-theory}/common-games.d.ts +0 -0
  2119. /package/dist/{game-theory → reasoning/game-theory}/common-games.js +0 -0
  2120. /package/dist/{game-theory → reasoning/game-theory}/dominance.d.ts +0 -0
  2121. /package/dist/{game-theory → reasoning/game-theory}/dominance.js +0 -0
  2122. /package/dist/{game-theory → reasoning/game-theory}/index.d.ts +0 -0
  2123. /package/dist/{game-theory → reasoning/game-theory}/index.js +0 -0
  2124. /package/dist/{game-theory → reasoning/game-theory}/lemke-howson.d.ts +0 -0
  2125. /package/dist/{game-theory → reasoning/game-theory}/lemke-howson.js +0 -0
  2126. /package/dist/{game-theory → reasoning/game-theory}/linalg.d.ts +0 -0
  2127. /package/dist/{game-theory → reasoning/game-theory}/linalg.js +0 -0
  2128. /package/dist/{game-theory → reasoning/game-theory}/pure-nash.d.ts +0 -0
  2129. /package/dist/{game-theory → reasoning/game-theory}/pure-nash.js +0 -0
  2130. /package/dist/{game-theory → reasoning/game-theory}/support-enumeration.d.ts +0 -0
  2131. /package/dist/{game-theory → reasoning/game-theory}/support-enumeration.js +0 -0
  2132. /package/dist/{game-theory → reasoning/game-theory}/types.d.ts +0 -0
  2133. /package/dist/{game-theory → reasoning/game-theory}/types.js +0 -0
  2134. /package/dist/{hyperreal → reasoning/hyperreal}/index.d.ts +0 -0
  2135. /package/dist/{hyperreal → reasoning/hyperreal}/index.js +0 -0
  2136. /package/dist/{information-theory → reasoning/information-theory}/index.d.ts +0 -0
  2137. /package/dist/{information-theory → reasoning/information-theory}/index.js +0 -0
  2138. /package/dist/{runtime → reasoning}/markov-logic/grounding.d.ts +0 -0
  2139. /package/dist/{runtime → reasoning}/markov-logic/grounding.js +0 -0
  2140. /package/dist/{runtime → reasoning}/markov-logic/index.d.ts +0 -0
  2141. /package/dist/{runtime → reasoning}/markov-logic/index.js +0 -0
  2142. /package/dist/{runtime → reasoning}/markov-logic/inference.d.ts +0 -0
  2143. /package/dist/{runtime → reasoning}/markov-logic/inference.js +0 -0
  2144. /package/dist/{runtime → reasoning}/markov-logic/parser.d.ts +0 -0
  2145. /package/dist/{runtime → reasoning}/markov-logic/parser.js +0 -0
  2146. /package/dist/{runtime → reasoning}/markov-logic/types.d.ts +0 -0
  2147. /package/dist/{runtime → reasoning}/markov-logic/types.js +0 -0
  2148. /package/dist/{optimization → reasoning/optimization}/branch-and-bound.d.ts +0 -0
  2149. /package/dist/{optimization → reasoning/optimization}/branch-and-bound.js +0 -0
  2150. /package/dist/{optimization → reasoning/optimization}/index.d.ts +0 -0
  2151. /package/dist/{optimization → reasoning/optimization}/index.js +0 -0
  2152. /package/dist/{optimization → reasoning/optimization}/simplex.d.ts +0 -0
  2153. /package/dist/{optimization → reasoning/optimization}/simplex.js +0 -0
  2154. /package/dist/{optimization → reasoning/optimization}/standard-form.d.ts +0 -0
  2155. /package/dist/{optimization → reasoning/optimization}/standard-form.js +0 -0
  2156. /package/dist/{optimization → reasoning/optimization}/types.d.ts +0 -0
  2157. /package/dist/{optimization → reasoning/optimization}/types.js +0 -0
  2158. /package/dist/{runtime → reasoning}/planning/astar.d.ts +0 -0
  2159. /package/dist/{runtime → reasoning}/planning/astar.js +0 -0
  2160. /package/dist/{runtime → reasoning}/planning/bfs.d.ts +0 -0
  2161. /package/dist/{runtime → reasoning}/planning/bfs.js +0 -0
  2162. /package/dist/{runtime → reasoning}/planning/ground.d.ts +0 -0
  2163. /package/dist/{runtime → reasoning}/planning/ground.js +0 -0
  2164. /package/dist/{runtime → reasoning}/planning/heuristic.d.ts +0 -0
  2165. /package/dist/{runtime → reasoning}/planning/heuristic.js +0 -0
  2166. /package/dist/{runtime → reasoning}/planning/index.d.ts +0 -0
  2167. /package/dist/{runtime → reasoning}/planning/index.js +0 -0
  2168. /package/dist/{runtime → reasoning}/planning/types.d.ts +0 -0
  2169. /package/dist/{runtime → reasoning}/planning/types.js +0 -0
  2170. /package/dist/{bdd → runtime/bdd}/index.d.ts +0 -0
  2171. /package/dist/{bdd → runtime/bdd}/index.js +0 -0
  2172. /package/dist/{bdd → runtime/bdd}/manager.d.ts +0 -0
  2173. /package/dist/{bdd → runtime/bdd}/manager.js +0 -0
  2174. /package/dist/{bdd → runtime/bdd}/types.d.ts +0 -0
  2175. /package/dist/{bdd → runtime/bdd}/types.js +0 -0
  2176. /package/dist/{coinduction → semantics/coinduction}/index.d.ts +0 -0
  2177. /package/dist/{coinduction → semantics/coinduction}/index.js +0 -0
  2178. /package/dist/{game-semantics → semantics/game-semantics}/index.d.ts +0 -0
  2179. /package/dist/{game-semantics → semantics/game-semantics}/index.js +0 -0
  2180. /package/dist/{game-semantics → semantics/game-semantics}/strategy.d.ts +0 -0
  2181. /package/dist/{game-semantics → semantics/game-semantics}/types.d.ts +0 -0
  2182. /package/dist/{game-semantics → semantics/game-semantics}/types.js +0 -0
  2183. /package/dist/{text-layer → semantics/text-layer}/compiler.js +0 -0
  2184. /package/dist/{text-layer → semantics/text-layer}/v2/claim-graph.d.ts +0 -0
  2185. /package/dist/{text-layer → semantics/text-layer}/v2/claim-graph.js +0 -0
  2186. /package/dist/{text-layer → semantics/text-layer}/v2/index.d.ts +0 -0
  2187. /package/dist/{text-layer → semantics/text-layer}/v2/index.js +0 -0
  2188. /package/dist/{text-layer → semantics/text-layer}/v2/mdx-bridge/diff.d.ts +0 -0
  2189. /package/dist/{text-layer → semantics/text-layer}/v2/mdx-bridge/diff.js +0 -0
  2190. /package/dist/{text-layer → semantics/text-layer}/v2/mdx-bridge/index.d.ts +0 -0
  2191. /package/dist/{text-layer → semantics/text-layer}/v2/mdx-bridge/index.js +0 -0
  2192. /package/dist/{text-layer → semantics/text-layer}/v2/mdx-bridge/parser.d.ts +0 -0
  2193. /package/dist/{text-layer → semantics/text-layer}/v2/mdx-bridge/parser.js +0 -0
  2194. /package/dist/{text-layer → semantics/text-layer}/v2/mdx-bridge/serializer.d.ts +0 -0
  2195. /package/dist/{text-layer → semantics/text-layer}/v2/mdx-bridge/serializer.js +0 -0
  2196. /package/dist/{text-layer → semantics/text-layer}/v2/mdx-bridge/types.d.ts +0 -0
  2197. /package/dist/{text-layer → semantics/text-layer}/v2/mdx-bridge/types.js +0 -0
  2198. /package/dist/{text-layer → semantics/text-layer}/v2/types.d.ts +0 -0
  2199. /package/dist/{text-layer → semantics/text-layer}/v2/types.js +0 -0
  2200. /package/dist/{runtime → solver}/csp/ac3.d.ts +0 -0
  2201. /package/dist/{runtime → solver}/csp/ac3.js +0 -0
  2202. /package/dist/{runtime → solver}/csp/backtrack.d.ts +0 -0
  2203. /package/dist/{runtime → solver}/csp/backtrack.js +0 -0
  2204. /package/dist/{runtime → solver}/csp/builtins.d.ts +0 -0
  2205. /package/dist/{runtime → solver}/csp/builtins.js +0 -0
  2206. /package/dist/{runtime → solver}/csp/index.d.ts +0 -0
  2207. /package/dist/{runtime → solver}/csp/index.js +0 -0
  2208. /package/dist/{runtime → solver}/csp/types.d.ts +0 -0
  2209. /package/dist/{runtime → solver}/csp/types.js +0 -0
  2210. /package/dist/{runtime → solver}/mus/extract.d.ts +0 -0
  2211. /package/dist/{runtime → solver}/mus/extract.js +0 -0
  2212. /package/dist/{runtime → solver}/mus/index.d.ts +0 -0
  2213. /package/dist/{runtime → solver}/mus/index.js +0 -0
  2214. /package/dist/{runtime → solver}/mus/quickxplain.d.ts +0 -0
  2215. /package/dist/{runtime → solver}/mus/quickxplain.js +0 -0
  2216. /package/dist/{runtime → solver}/mus/types.d.ts +0 -0
  2217. /package/dist/{runtime → solver}/mus/types.js +0 -0
  2218. /package/dist/{runtime → solver}/smt/index.d.ts +0 -0
  2219. /package/dist/{runtime → solver}/smt/index.js +0 -0
  2220. /package/dist/{runtime → solver}/smt/mock-backend.d.ts +0 -0
  2221. /package/dist/{runtime → solver}/smt/mock-backend.js +0 -0
  2222. /package/dist/{runtime → solver}/smt/serializer.d.ts +0 -0
  2223. /package/dist/{runtime → solver}/smt/serializer.js +0 -0
  2224. /package/dist/{runtime → solver}/smt/subprocess-backend.d.ts +0 -0
  2225. /package/dist/{runtime → solver}/smt/subprocess-backend.js +0 -0
  2226. /package/dist/{runtime → solver}/smt/types.d.ts +0 -0
  2227. /package/dist/{runtime → solver}/smt/types.js +0 -0
  2228. /package/dist/{smt-lib → solver/smt-lib}/ast.d.ts +0 -0
  2229. /package/dist/{smt-lib → solver/smt-lib}/ast.js +0 -0
  2230. /package/dist/{smt-lib → solver/smt-lib}/emitter.d.ts +0 -0
  2231. /package/dist/{smt-lib → solver/smt-lib}/emitter.js +0 -0
  2232. /package/dist/{smt-lib → solver/smt-lib}/index.d.ts +0 -0
  2233. /package/dist/{smt-lib → solver/smt-lib}/index.js +0 -0
  2234. /package/dist/{smt-lib → solver/smt-lib}/parser.d.ts +0 -0
  2235. /package/dist/{smt-lib → solver/smt-lib}/parser.js +0 -0
  2236. /package/dist/{smt-lib → solver/smt-lib}/tokenizer.d.ts +0 -0
  2237. /package/dist/{smt-lib → solver/smt-lib}/tokenizer.js +0 -0
  2238. /package/dist/tests/{ctl → logic/ctl}/check.test.d.ts +0 -0
  2239. /package/dist/tests/{default-logic → logic/default-logic}/extensions.test.d.ts +0 -0
  2240. /package/dist/tests/{description-logic → logic/description-logic}/alc.test.d.ts +0 -0
  2241. /package/dist/tests/{hybrid-logic → logic/hybrid-logic}/semantics.test.d.ts +0 -0
  2242. /package/dist/tests/{intuitionistic-nj → logic/intuitionistic-nj}/nj.test.d.ts +0 -0
  2243. /package/dist/tests/{ltl-sat → logic/ltl-sat}/sat.test.d.ts +0 -0
  2244. /package/dist/tests/{many-valued → logic/many-valued}/many-valued.test.d.ts +0 -0
  2245. /package/dist/tests/{modal-frame-axioms → logic/modal-frame-axioms}/frame-axioms.test.d.ts +0 -0
  2246. /package/dist/tests/{mu-calculus → logic/mu-calculus}/check.test.d.ts +0 -0
  2247. /package/dist/tests/{profile-bridge → logic/profile-bridge}/translations.test.d.ts +0 -0
  2248. /package/dist/tests/{profiles.test.d.ts → logic/profiles.test.d.ts} +0 -0
  2249. /package/dist/tests/{sequent-g3 → logic/sequent-g3}/prover.test.d.ts +0 -0
  2250. /package/dist/tests/{sequent-lk → logic/sequent-lk}/prover.test.d.ts +0 -0
  2251. /package/dist/tests/{substructural → logic/substructural}/prover.test.d.ts +0 -0
  2252. /package/dist/tests/{fol-prover → proof-systems/fol-prover}/cnf.test.d.ts +0 -0
  2253. /package/dist/tests/{fol-prover → proof-systems/fol-prover}/prove.test.d.ts +0 -0
  2254. /package/dist/tests/{fol-prover → proof-systems/fol-prover}/unify.test.d.ts +0 -0
  2255. /package/dist/tests/{fol-prover-equality → proof-systems/fol-prover-equality}/prove.test.d.ts +0 -0
  2256. /package/dist/tests/{higher-order-unify → proof-systems/higher-order-unify}/ho-unify.test.d.ts +0 -0
  2257. /package/dist/tests/{proof-exchange → proof-systems/proof-exchange}/proof-exchange.test.d.ts +0 -0
  2258. /package/dist/tests/{proof-minify → proof-systems/proof-minify}/minify.test.d.ts +0 -0
  2259. /package/dist/tests/{proof-nets → proof-systems/proof-nets}/proof-nets.test.d.ts +0 -0
  2260. /package/dist/tests/{tableau-framework → proof-systems/tableau-framework}/tableau.test.d.ts +0 -0
  2261. /package/dist/tests/{abduction → reasoning/abduction}/abduction.test.d.ts +0 -0
  2262. /package/dist/tests/{argumentation → reasoning/argumentation}/dung.test.d.ts +0 -0
  2263. /package/dist/tests/{bayesian → reasoning/bayesian}/bayesian.test.d.ts +0 -0
  2264. /package/dist/tests/{belief-revision → reasoning/belief-revision}/agm.test.d.ts +0 -0
  2265. /package/dist/tests/{citation-reasoning → reasoning/citation-reasoning}/citation-reasoning.test.d.ts +0 -0
  2266. /package/dist/tests/{constructive-reals → reasoning/constructive-reals}/constructive-reals.test.d.ts +0 -0
  2267. /package/dist/tests/{fca → reasoning/fca}/fca.test.d.ts +0 -0
  2268. /package/dist/tests/{game-theory → reasoning/game-theory}/game-theory.test.d.ts +0 -0
  2269. /package/dist/tests/{hyperreal → reasoning/hyperreal}/hyperreal.test.d.ts +0 -0
  2270. /package/dist/tests/{information-theory → reasoning/information-theory}/information-theory.test.d.ts +0 -0
  2271. /package/dist/tests/{markov-logic → reasoning/markov-logic}/markov-logic.test.d.ts +0 -0
  2272. /package/dist/tests/{optimization → reasoning/optimization}/ilp.test.d.ts +0 -0
  2273. /package/dist/tests/{optimization → reasoning/optimization}/lp.test.d.ts +0 -0
  2274. /package/dist/tests/{planning → reasoning/planning}/planning.test.d.ts +0 -0
  2275. /package/dist/tests/{bdd → runtime/bdd}/manager.test.d.ts +0 -0
  2276. /package/dist/tests/{coinduction → semantics/coinduction}/coinduction.test.d.ts +0 -0
  2277. /package/dist/tests/{game-semantics → semantics/game-semantics}/game-semantics.test.d.ts +0 -0
  2278. /package/dist/tests/{text-layer-v2 → semantics/text-layer-v2}/claim-graph.test.d.ts +0 -0
  2279. /package/dist/tests/{text-layer-v2 → semantics/text-layer-v2}/mdx-bridge/mdx-bridge.test.d.ts +0 -0
  2280. /package/dist/tests/{csp → solver/csp}/csp.test.d.ts +0 -0
  2281. /package/dist/tests/{mus → solver/mus}/extract.test.d.ts +0 -0
  2282. /package/dist/tests/{sat-v2 → solver/sat-v2}/clause-learning.test.d.ts +0 -0
  2283. /package/dist/tests/{sat-v2 → solver/sat-v2}/lbd.test.d.ts +0 -0
  2284. /package/dist/tests/{sat-v2 → solver/sat-v2}/luby.test.d.ts +0 -0
  2285. /package/dist/tests/{sat-v2 → solver/sat-v2}/phase-saving.test.d.ts +0 -0
  2286. /package/dist/tests/{sat-v2 → solver/sat-v2}/solver-end-to-end.test.d.ts +0 -0
  2287. /package/dist/tests/{sat-v2 → solver/sat-v2}/vsids.test.d.ts +0 -0
  2288. /package/dist/tests/{sat-v2-incremental → solver/sat-v2-incremental}/basic.test.d.ts +0 -0
  2289. /package/dist/tests/{smt → solver/smt}/mock-backend.test.d.ts +0 -0
  2290. /package/dist/tests/{smt → solver/smt}/serializer.test.d.ts +0 -0
  2291. /package/dist/tests/{smt → solver/smt}/subprocess-backend.test.d.ts +0 -0
  2292. /package/dist/tests/{smt-lib → solver/smt-lib}/emitter.test.d.ts +0 -0
  2293. /package/dist/tests/{smt-lib → solver/smt-lib}/parser.test.d.ts +0 -0
  2294. /package/dist/tests/{smt-lib → solver/smt-lib}/tokenizer.test.d.ts +0 -0
  2295. /package/dist/tests/{educational → tooling/educational}/checker.test.d.ts +0 -0
  2296. /package/dist/tests/{educational → tooling/educational}/generator.test.d.ts +0 -0
  2297. /package/dist/tests/{exporters → tooling/exporters}/coq/coq-exporter.test.d.ts +0 -0
  2298. /package/dist/tests/{lsp → tooling/lsp}/server.test.d.ts +0 -0
  2299. /package/dist/tests/{plugin-system → tooling/plugin-system}/demo-min-logic.test.d.ts +0 -0
  2300. /package/dist/tests/{plugin-system → tooling/plugin-system}/registry.test.d.ts +0 -0
  2301. /package/dist/tests/{plugin-system → tooling/plugin-system}/validate.test.d.ts +0 -0
  2302. /package/dist/tests/{time-travel → tooling/time-travel}/snapshot.test.d.ts +0 -0
  2303. /package/dist/tests/{time-travel → tooling/time-travel}/store.test.d.ts +0 -0
  2304. /package/dist/tests/{combinators-ski → type-theory/combinators-ski}/combinators-ski.test.d.ts +0 -0
  2305. /package/dist/tests/{curry-howard → type-theory/curry-howard}/infer.test.d.ts +0 -0
  2306. /package/dist/tests/{curry-howard → type-theory/curry-howard}/proof.test.d.ts +0 -0
  2307. /package/dist/tests/{curry-howard → type-theory/curry-howard}/reduce.test.d.ts +0 -0
  2308. /package/dist/tests/{hol → type-theory/hol}/hol.test.d.ts +0 -0
  2309. /package/dist/tests/{lambda-calc → type-theory/lambda-calc}/lambda-calc.test.d.ts +0 -0
  2310. /package/dist/tests/{mltt → type-theory/mltt}/mltt.test.d.ts +0 -0
  2311. /package/dist/tests/{nbe → type-theory/nbe}/nbe.test.d.ts +0 -0
  2312. /package/dist/tests/{refinement-types → type-theory/refinement-types}/refinement-types.test.d.ts +0 -0
  2313. /package/dist/tests/{system-f → type-theory/system-f}/system-f.test.d.ts +0 -0
  2314. /package/dist/{educational → tooling/educational}/checker.d.ts +0 -0
  2315. /package/dist/{educational → tooling/educational}/generator.d.ts +0 -0
  2316. /package/dist/{educational → tooling/educational}/generator.js +0 -0
  2317. /package/dist/{educational → tooling/educational}/index.d.ts +0 -0
  2318. /package/dist/{educational → tooling/educational}/index.js +0 -0
  2319. /package/dist/{educational → tooling/educational}/normalize.d.ts +0 -0
  2320. /package/dist/{educational → tooling/educational}/normalize.js +0 -0
  2321. /package/dist/{educational → tooling/educational}/rng.d.ts +0 -0
  2322. /package/dist/{educational → tooling/educational}/rng.js +0 -0
  2323. /package/dist/{educational → tooling/educational}/templates.d.ts +0 -0
  2324. /package/dist/{educational → tooling/educational}/templates.js +0 -0
  2325. /package/dist/{educational → tooling/educational}/types.d.ts +0 -0
  2326. /package/dist/{educational → tooling/educational}/types.js +0 -0
  2327. /package/dist/{exporters → tooling/exporters}/coq/index.js +0 -0
  2328. /package/dist/{lsp → tooling/lsp}/index.d.ts +0 -0
  2329. /package/dist/{lsp → tooling/lsp}/index.js +0 -0
  2330. /package/dist/{lsp → tooling/lsp}/protocol.d.ts +0 -0
  2331. /package/dist/{lsp → tooling/lsp}/protocol.js +0 -0
  2332. /package/dist/{lsp → tooling/lsp}/server.d.ts +0 -0
  2333. /package/dist/{lsp → tooling/lsp}/types.d.ts +0 -0
  2334. /package/dist/{lsp → tooling/lsp}/types.js +0 -0
  2335. /package/dist/{plugin-system → tooling/plugin-system}/demo-min-logic.d.ts +0 -0
  2336. /package/dist/{plugin-system → tooling/plugin-system}/demo-min-logic.js +0 -0
  2337. /package/dist/{plugin-system → tooling/plugin-system}/errors.d.ts +0 -0
  2338. /package/dist/{plugin-system → tooling/plugin-system}/errors.js +0 -0
  2339. /package/dist/{plugin-system → tooling/plugin-system}/index.d.ts +0 -0
  2340. /package/dist/{plugin-system → tooling/plugin-system}/index.js +0 -0
  2341. /package/dist/{plugin-system → tooling/plugin-system}/registry.d.ts +0 -0
  2342. /package/dist/{plugin-system → tooling/plugin-system}/registry.js +0 -0
  2343. /package/dist/{plugin-system → tooling/plugin-system}/types.js +0 -0
  2344. /package/dist/{plugin-system → tooling/plugin-system}/validate.d.ts +0 -0
  2345. /package/dist/{plugin-system → tooling/plugin-system}/validate.js +0 -0
  2346. /package/dist/{time-travel → tooling/time-travel}/index.d.ts +0 -0
  2347. /package/dist/{time-travel → tooling/time-travel}/index.js +0 -0
  2348. /package/dist/{time-travel → tooling/time-travel}/snapshot.d.ts +0 -0
  2349. /package/dist/{time-travel → tooling/time-travel}/snapshot.js +0 -0
  2350. /package/dist/{time-travel → tooling/time-travel}/store.d.ts +0 -0
  2351. /package/dist/{time-travel → tooling/time-travel}/store.js +0 -0
  2352. /package/dist/{time-travel → tooling/time-travel}/types.d.ts +0 -0
  2353. /package/dist/{time-travel → tooling/time-travel}/types.js +0 -0
  2354. /package/dist/{combinators-ski → type-theory/combinators-ski}/abstract.d.ts +0 -0
  2355. /package/dist/{combinators-ski → type-theory/combinators-ski}/abstract.js +0 -0
  2356. /package/dist/{combinators-ski → type-theory/combinators-ski}/index.d.ts +0 -0
  2357. /package/dist/{combinators-ski → type-theory/combinators-ski}/index.js +0 -0
  2358. /package/dist/{combinators-ski → type-theory/combinators-ski}/reduce.d.ts +0 -0
  2359. /package/dist/{combinators-ski → type-theory/combinators-ski}/reduce.js +0 -0
  2360. /package/dist/{combinators-ski → type-theory/combinators-ski}/types.d.ts +0 -0
  2361. /package/dist/{combinators-ski → type-theory/combinators-ski}/types.js +0 -0
  2362. /package/dist/{curry-howard → type-theory/curry-howard}/index.d.ts +0 -0
  2363. /package/dist/{curry-howard → type-theory/curry-howard}/index.js +0 -0
  2364. /package/dist/{curry-howard → type-theory/curry-howard}/infer.d.ts +0 -0
  2365. /package/dist/{curry-howard → type-theory/curry-howard}/infer.js +0 -0
  2366. /package/dist/{curry-howard → type-theory/curry-howard}/proof.d.ts +0 -0
  2367. /package/dist/{curry-howard → type-theory/curry-howard}/proof.js +0 -0
  2368. /package/dist/{curry-howard → type-theory/curry-howard}/reduce.d.ts +0 -0
  2369. /package/dist/{curry-howard → type-theory/curry-howard}/reduce.js +0 -0
  2370. /package/dist/{curry-howard → type-theory/curry-howard}/types.d.ts +0 -0
  2371. /package/dist/{curry-howard → type-theory/curry-howard}/types.js +0 -0
  2372. /package/dist/{profiles → type-theory}/hol/connectives.d.ts +0 -0
  2373. /package/dist/{profiles → type-theory}/hol/connectives.js +0 -0
  2374. /package/dist/{profiles → type-theory}/hol/index.d.ts +0 -0
  2375. /package/dist/{profiles → type-theory}/hol/index.js +0 -0
  2376. /package/dist/{profiles → type-theory}/hol/rules.d.ts +0 -0
  2377. /package/dist/{profiles → type-theory}/hol/rules.js +0 -0
  2378. /package/dist/{profiles → type-theory}/hol/term.d.ts +0 -0
  2379. /package/dist/{profiles → type-theory}/hol/term.js +0 -0
  2380. /package/dist/{profiles → type-theory}/hol/type-system.d.ts +0 -0
  2381. /package/dist/{profiles → type-theory}/hol/type-system.js +0 -0
  2382. /package/dist/{profiles → type-theory}/hol/types.d.ts +0 -0
  2383. /package/dist/{profiles → type-theory}/hol/types.js +0 -0
  2384. /package/dist/{lambda-calc → type-theory/lambda-calc}/church.d.ts +0 -0
  2385. /package/dist/{lambda-calc → type-theory/lambda-calc}/church.js +0 -0
  2386. /package/dist/{lambda-calc → type-theory/lambda-calc}/combinators.d.ts +0 -0
  2387. /package/dist/{lambda-calc → type-theory/lambda-calc}/combinators.js +0 -0
  2388. /package/dist/{lambda-calc → type-theory/lambda-calc}/index.d.ts +0 -0
  2389. /package/dist/{lambda-calc → type-theory/lambda-calc}/index.js +0 -0
  2390. /package/dist/{lambda-calc → type-theory/lambda-calc}/reduce.d.ts +0 -0
  2391. /package/dist/{lambda-calc → type-theory/lambda-calc}/reduce.js +0 -0
  2392. /package/dist/{lambda-calc → type-theory/lambda-calc}/substitution.d.ts +0 -0
  2393. /package/dist/{lambda-calc → type-theory/lambda-calc}/substitution.js +0 -0
  2394. /package/dist/{lambda-calc → type-theory/lambda-calc}/types.d.ts +0 -0
  2395. /package/dist/{lambda-calc → type-theory/lambda-calc}/types.js +0 -0
  2396. /package/dist/{mltt → type-theory/mltt}/equality.d.ts +0 -0
  2397. /package/dist/{mltt → type-theory/mltt}/equality.js +0 -0
  2398. /package/dist/{mltt → type-theory/mltt}/index.d.ts +0 -0
  2399. /package/dist/{mltt → type-theory/mltt}/index.js +0 -0
  2400. /package/dist/{mltt → type-theory/mltt}/infer.d.ts +0 -0
  2401. /package/dist/{mltt → type-theory/mltt}/infer.js +0 -0
  2402. /package/dist/{mltt → type-theory/mltt}/normalize.d.ts +0 -0
  2403. /package/dist/{mltt → type-theory/mltt}/normalize.js +0 -0
  2404. /package/dist/{mltt → type-theory/mltt}/substitute.d.ts +0 -0
  2405. /package/dist/{mltt → type-theory/mltt}/substitute.js +0 -0
  2406. /package/dist/{mltt → type-theory/mltt}/types.d.ts +0 -0
  2407. /package/dist/{mltt → type-theory/mltt}/types.js +0 -0
  2408. /package/dist/{nbe → type-theory/nbe}/index.d.ts +0 -0
  2409. /package/dist/{nbe → type-theory/nbe}/index.js +0 -0
  2410. /package/dist/{nbe → type-theory/nbe}/nbe.d.ts +0 -0
  2411. /package/dist/{nbe → type-theory/nbe}/nbe.js +0 -0
  2412. /package/dist/{nbe → type-theory/nbe}/types.d.ts +0 -0
  2413. /package/dist/{nbe → type-theory/nbe}/types.js +0 -0
  2414. /package/dist/{refinement-types → type-theory/refinement-types}/checker.d.ts +0 -0
  2415. /package/dist/{refinement-types → type-theory/refinement-types}/checker.js +0 -0
  2416. /package/dist/{refinement-types → type-theory/refinement-types}/index.d.ts +0 -0
  2417. /package/dist/{refinement-types → type-theory/refinement-types}/index.js +0 -0
  2418. /package/dist/{refinement-types → type-theory/refinement-types}/predicate.d.ts +0 -0
  2419. /package/dist/{refinement-types → type-theory/refinement-types}/predicate.js +0 -0
  2420. /package/dist/{refinement-types → type-theory/refinement-types}/solver.d.ts +0 -0
  2421. /package/dist/{refinement-types → type-theory/refinement-types}/solver.js +0 -0
  2422. /package/dist/{refinement-types → type-theory/refinement-types}/subtype.d.ts +0 -0
  2423. /package/dist/{refinement-types → type-theory/refinement-types}/subtype.js +0 -0
  2424. /package/dist/{refinement-types → type-theory/refinement-types}/types.d.ts +0 -0
  2425. /package/dist/{refinement-types → type-theory/refinement-types}/types.js +0 -0
  2426. /package/dist/{system-f → type-theory/system-f}/index.d.ts +0 -0
  2427. /package/dist/{system-f → type-theory/system-f}/index.js +0 -0
  2428. /package/dist/{system-f → type-theory/system-f}/infer.d.ts +0 -0
  2429. /package/dist/{system-f → type-theory/system-f}/infer.js +0 -0
  2430. /package/dist/{system-f → type-theory/system-f}/reduce.d.ts +0 -0
  2431. /package/dist/{system-f → type-theory/system-f}/reduce.js +0 -0
  2432. /package/dist/{system-f → type-theory/system-f}/types.d.ts +0 -0
  2433. /package/dist/{system-f → type-theory/system-f}/types.js +0 -0
@@ -0,0 +1,278 @@
1
+ "use strict";
2
+ // ============================================================
3
+ // Hindley-Milner — Algorithm W (Damas-Milner)
4
+ // ============================================================
5
+ //
6
+ // Implementación de Algorithm W tal como aparece en Damas & Milner
7
+ // 1982. La función W toma un entorno Γ y una expresión e, y devuelve
8
+ // un par (S, τ) donde S es la sustitución principal y τ el tipo
9
+ // principal de e bajo S(Γ).
10
+ //
11
+ // Reglas (esquemáticas):
12
+ // W(Γ, x) = (∅, [β/α] τ) si Γ(x) = ∀α. τ con β frescas
13
+ // W(Γ, λx.e) = sea β fresca; (S, τ) = W(Γ[x:β], e);
14
+ // devolver (S, S(β) → τ)
15
+ // W(Γ, e₁ e₂) = (S₁, τ₁) = W(Γ, e₁);
16
+ // (S₂, τ₂) = W(S₁(Γ), e₂);
17
+ // β fresca; V = mgu(S₂(τ₁), τ₂ → β);
18
+ // devolver (V ∘ S₂ ∘ S₁, V(β))
19
+ // W(Γ, let x = e₁ in e₂) =
20
+ // (S₁, τ₁) = W(Γ, e₁);
21
+ // σ = generalize(S₁(Γ), τ₁);
22
+ // (S₂, τ₂) = W(S₁(Γ)[x:σ], e₂);
23
+ // devolver (S₂ ∘ S₁, τ₂)
24
+ // W(Γ, if c then a else b) = unificar c con Bool y a con b.
25
+ // W(Γ, letRec [n₁=e₁,...] in e) — todos los nᵢ con tvars frescos
26
+ // en el entorno mientras se infieren los eᵢ; luego generalizar.
27
+ //
28
+ // Convención: trabajamos con `freshTypeVar('t')`. Para tests con
29
+ // nombres predecibles se llama `resetFreshSupply()`.
30
+ Object.defineProperty(exports, "__esModule", { value: true });
31
+ exports.isInferError = isInferError;
32
+ exports.initialEnv = initialEnv;
33
+ exports.algorithmW = algorithmW;
34
+ exports.infer = infer;
35
+ exports.inferScheme = inferScheme;
36
+ exports.normalizeScheme = normalizeScheme;
37
+ const types_1 = require("./types");
38
+ const substitution_1 = require("./substitution");
39
+ function isInferError(r) {
40
+ return typeof r === 'object' && r !== null && 'error' in r && !('type' in r);
41
+ }
42
+ // ---------- Entorno inicial con primitivos ----------
43
+ //
44
+ // Operadores aritméticos como Int → Int → Int. Comparadores son
45
+ // polimórficos: ∀α. α → α → Bool. Listas y pares con sus
46
+ // constructores y proyectores.
47
+ function initialEnv() {
48
+ const a = 'a';
49
+ const b = 'b';
50
+ const TA = { kind: 'tvar', name: a };
51
+ const TB = { kind: 'tvar', name: b };
52
+ const arithBinop = (0, types_1.mono)((0, types_1.tArrow)(types_1.TInt, (0, types_1.tArrow)(types_1.TInt, types_1.TInt)));
53
+ const cmpBinop = (0, types_1.scheme)([a], (0, types_1.tArrow)(TA, (0, types_1.tArrow)(TA, types_1.TBool)));
54
+ const pairTy = (0, types_1.tApp)('Pair', TA, TB);
55
+ const listTyA = (0, types_1.tApp)('List', TA);
56
+ return new types_1.TypeEnv(new Map([
57
+ ['+', arithBinop],
58
+ ['-', arithBinop],
59
+ ['*', arithBinop],
60
+ ['/', arithBinop],
61
+ ['mod', arithBinop],
62
+ ['==', cmpBinop],
63
+ ['!=', cmpBinop],
64
+ ['<', cmpBinop],
65
+ ['>', cmpBinop],
66
+ ['<=', cmpBinop],
67
+ ['>=', cmpBinop],
68
+ ['true', (0, types_1.mono)(types_1.TBool)],
69
+ ['false', (0, types_1.mono)(types_1.TBool)],
70
+ ['not', (0, types_1.mono)((0, types_1.tArrow)(types_1.TBool, types_1.TBool))],
71
+ ['&&', (0, types_1.mono)((0, types_1.tArrow)(types_1.TBool, (0, types_1.tArrow)(types_1.TBool, types_1.TBool)))],
72
+ ['||', (0, types_1.mono)((0, types_1.tArrow)(types_1.TBool, (0, types_1.tArrow)(types_1.TBool, types_1.TBool)))],
73
+ ['pair', (0, types_1.scheme)([a, b], (0, types_1.tArrow)(TA, (0, types_1.tArrow)(TB, pairTy)))],
74
+ ['fst', (0, types_1.scheme)([a, b], (0, types_1.tArrow)(pairTy, TA))],
75
+ ['snd', (0, types_1.scheme)([a, b], (0, types_1.tArrow)(pairTy, TB))],
76
+ ['nil', (0, types_1.scheme)([a], listTyA)],
77
+ ['cons', (0, types_1.scheme)([a], (0, types_1.tArrow)(TA, (0, types_1.tArrow)(listTyA, listTyA)))],
78
+ ['head', (0, types_1.scheme)([a], (0, types_1.tArrow)(listTyA, TA))],
79
+ ['tail', (0, types_1.scheme)([a], (0, types_1.tArrow)(listTyA, listTyA))],
80
+ ['isEmpty', (0, types_1.scheme)([a], (0, types_1.tArrow)(listTyA, types_1.TBool))],
81
+ // fixpoint, útil para introducir letRec puntualmente sin el azúcar
82
+ ['fix', (0, types_1.scheme)([a], (0, types_1.tArrow)((0, types_1.tArrow)(TA, TA), TA))],
83
+ ]));
84
+ }
85
+ // ---------- Algorithm W ----------
86
+ function algorithmW(expr, env) {
87
+ switch (expr.kind) {
88
+ case 'lit': {
89
+ const t = typeof expr.value === 'number' ? types_1.TInt : typeof expr.value === 'boolean' ? types_1.TBool : types_1.TStr;
90
+ return { type: t, subst: (0, substitution_1.emptySubst)() };
91
+ }
92
+ case 'var': {
93
+ const sc = env.lookup(expr.name);
94
+ if (sc === undefined)
95
+ return { error: `unbound variable: ${expr.name}` };
96
+ return { type: (0, substitution_1.instantiate)(sc), subst: (0, substitution_1.emptySubst)() };
97
+ }
98
+ case 'lam': {
99
+ const tv = (0, substitution_1.freshTypeVar)('t');
100
+ const env2 = env.extend(expr.param, (0, types_1.mono)(tv));
101
+ const body = algorithmW(expr.body, env2);
102
+ if (isInferError(body))
103
+ return body;
104
+ return {
105
+ type: (0, types_1.tArrow)((0, substitution_1.applySubst)(tv, body.subst), body.type),
106
+ subst: body.subst,
107
+ };
108
+ }
109
+ case 'app': {
110
+ const r1 = algorithmW(expr.fn, env);
111
+ if (isInferError(r1))
112
+ return r1;
113
+ const env2 = applyEnv(env, r1.subst);
114
+ const r2 = algorithmW(expr.arg, env2);
115
+ if (isInferError(r2))
116
+ return r2;
117
+ const tv = (0, substitution_1.freshTypeVar)('t');
118
+ const u = (0, substitution_1.unify)((0, substitution_1.applySubst)(r1.type, r2.subst), (0, types_1.tArrow)(r2.type, tv));
119
+ if ((0, substitution_1.isUnifyError)(u))
120
+ return { error: u.error };
121
+ const finalSubst = (0, substitution_1.composeSubsts)(u, (0, substitution_1.composeSubsts)(r2.subst, r1.subst));
122
+ return { type: (0, substitution_1.applySubst)(tv, u), subst: finalSubst };
123
+ }
124
+ case 'let': {
125
+ const r1 = algorithmW(expr.value, env);
126
+ if (isInferError(r1))
127
+ return r1;
128
+ const env1 = applyEnv(env, r1.subst);
129
+ const sc = (0, substitution_1.generalize)(env1.freeVars(), r1.type);
130
+ const env2 = env1.extend(expr.bind, sc);
131
+ const r2 = algorithmW(expr.body, env2);
132
+ if (isInferError(r2))
133
+ return r2;
134
+ return {
135
+ type: r2.type,
136
+ subst: (0, substitution_1.composeSubsts)(r2.subst, r1.subst),
137
+ };
138
+ }
139
+ case 'letRec': {
140
+ // Asignar tvar fresco a cada def, inferir cada body bajo el
141
+ // entorno extendido, unificar el tipo de cada body con el tvar
142
+ // declarado, y al final generalizar.
143
+ if (expr.defs.length === 0)
144
+ return algorithmW(expr.body, env);
145
+ const freshVars = expr.defs.map(() => (0, substitution_1.freshTypeVar)('t'));
146
+ let envExt = env;
147
+ for (let i = 0; i < expr.defs.length; i++) {
148
+ envExt = envExt.extend(expr.defs[i].name, (0, types_1.mono)(freshVars[i]));
149
+ }
150
+ let s = (0, substitution_1.emptySubst)();
151
+ for (let i = 0; i < expr.defs.length; i++) {
152
+ const def = expr.defs[i];
153
+ const fv = freshVars[i];
154
+ const ri = algorithmW(def.body, applyEnv(envExt, s));
155
+ if (isInferError(ri))
156
+ return ri;
157
+ const u = (0, substitution_1.unify)((0, substitution_1.applySubst)(fv, (0, substitution_1.composeSubsts)(ri.subst, s)), ri.type);
158
+ if ((0, substitution_1.isUnifyError)(u))
159
+ return { error: u.error };
160
+ s = (0, substitution_1.composeSubsts)(u, (0, substitution_1.composeSubsts)(ri.subst, s));
161
+ }
162
+ // Reconstruir entorno generalizado.
163
+ const envAfter = applyEnv(env, s);
164
+ const envFv = envAfter.freeVars();
165
+ let envGen = envAfter;
166
+ for (let i = 0; i < expr.defs.length; i++) {
167
+ const ty = (0, substitution_1.applySubst)(freshVars[i], s);
168
+ const sc = (0, substitution_1.generalize)(envFv, ty);
169
+ envGen = envGen.extend(expr.defs[i].name, sc);
170
+ }
171
+ const rBody = algorithmW(expr.body, envGen);
172
+ if (isInferError(rBody))
173
+ return rBody;
174
+ return {
175
+ type: rBody.type,
176
+ subst: (0, substitution_1.composeSubsts)(rBody.subst, s),
177
+ };
178
+ }
179
+ case 'if': {
180
+ const rc = algorithmW(expr.cond, env);
181
+ if (isInferError(rc))
182
+ return rc;
183
+ const uCond = (0, substitution_1.unify)(rc.type, types_1.TBool);
184
+ if ((0, substitution_1.isUnifyError)(uCond)) {
185
+ return { error: `condition of 'if' must be Bool: ${uCond.error}` };
186
+ }
187
+ const s1 = (0, substitution_1.composeSubsts)(uCond, rc.subst);
188
+ const rt = algorithmW(expr.then, applyEnv(env, s1));
189
+ if (isInferError(rt))
190
+ return rt;
191
+ const s2 = (0, substitution_1.composeSubsts)(rt.subst, s1);
192
+ const re = algorithmW(expr.else, applyEnv(env, s2));
193
+ if (isInferError(re))
194
+ return re;
195
+ const s3 = (0, substitution_1.composeSubsts)(re.subst, s2);
196
+ const u = (0, substitution_1.unify)((0, substitution_1.applySubst)(rt.type, s3), re.type);
197
+ if ((0, substitution_1.isUnifyError)(u)) {
198
+ return { error: `branches of 'if' must agree: ${u.error}` };
199
+ }
200
+ const finalSubst = (0, substitution_1.composeSubsts)(u, s3);
201
+ return { type: (0, substitution_1.applySubst)(re.type, u), subst: finalSubst };
202
+ }
203
+ }
204
+ }
205
+ // ---------- API de alto nivel ----------
206
+ //
207
+ // infer() devuelve sólo lo necesario al consumidor: el tipo final
208
+ // y la sustitución que lo produjo (útil para imprimirla, debug,
209
+ // etc.). El esquema principal lo expone `inferScheme`.
210
+ function infer(expr, env = initialEnv()) {
211
+ return algorithmW(expr, env);
212
+ }
213
+ function inferScheme(expr, env = initialEnv()) {
214
+ const r = algorithmW(expr, env);
215
+ if (isInferError(r))
216
+ return r;
217
+ const envAfter = applyEnv(env, r.subst);
218
+ const sc = (0, substitution_1.generalize)(envAfter.freeVars(), r.type);
219
+ return { scheme: sc, subst: r.subst, type: r.type };
220
+ }
221
+ // ---------- Helpers ----------
222
+ function applyEnv(env, s) {
223
+ if (s.size === 0)
224
+ return env;
225
+ const next = new Map();
226
+ for (const [name, sc] of env.bindings) {
227
+ next.set(name, (0, substitution_1.applySubstScheme)(sc, s));
228
+ }
229
+ return new types_1.TypeEnv(next);
230
+ }
231
+ // Renombrado canónico de un esquema para tests: ∀t5 t9. t5 → t9
232
+ // pasa a ser ∀a b. a → b. Asegura comparaciones estables sin
233
+ // depender del contador global.
234
+ function normalizeScheme(sc) {
235
+ const fv = Array.from((0, types_1.typeFreeVars)(sc.body));
236
+ const ordered = sc.forall.filter((v) => fv.includes(v));
237
+ const namePool = 'abcdefghijklmnopqrstuvwxyz'.split('');
238
+ const renames = new Map();
239
+ let i = 0;
240
+ function pick() {
241
+ if (i < namePool.length)
242
+ return namePool[i++];
243
+ return `t${i++}`;
244
+ }
245
+ // Recorrer en orden de aparición en el cuerpo para que el nombre
246
+ // resultante sea estable bajo equivalencia α.
247
+ visitTypeVars(sc.body, (v) => {
248
+ if (ordered.includes(v) && !renames.has(v)) {
249
+ renames.set(v, pick());
250
+ }
251
+ });
252
+ const sub = new Map();
253
+ for (const [old, fresh] of renames) {
254
+ sub.set(old, { kind: 'tvar', name: fresh });
255
+ }
256
+ return {
257
+ forall: Array.from(renames.values()),
258
+ body: (0, substitution_1.applySubst)(sc.body, sub),
259
+ };
260
+ }
261
+ function visitTypeVars(t, cb) {
262
+ switch (t.kind) {
263
+ case 'tvar':
264
+ cb(t.name);
265
+ return;
266
+ case 'tconst':
267
+ return;
268
+ case 'arrow':
269
+ visitTypeVars(t.from, cb);
270
+ visitTypeVars(t.to, cb);
271
+ return;
272
+ case 'tapp':
273
+ for (const a of t.args)
274
+ visitTypeVars(a, cb);
275
+ return;
276
+ }
277
+ }
278
+ //# sourceMappingURL=infer.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"infer.js","sourceRoot":"","sources":["../../../src/type-theory/hindley-milner/infer.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,21 @@
1
+ import type { Type, TypeScheme } from './types';
2
+ import { schemeFreeVars } from './types';
3
+ export type Substitution = Map<string, Type>;
4
+ export declare const emptySubst: () => Substitution;
5
+ export declare function applySubst(t: Type, s: Substitution): Type;
6
+ export declare function applySubstScheme(sc: TypeScheme, s: Substitution): TypeScheme;
7
+ export declare function composeSubsts(s1: Substitution, s2: Substitution): Substitution;
8
+ export declare function resetFreshSupply(): void;
9
+ export declare function freshTypeVar(prefix?: string): Type;
10
+ export declare function occursIn(name: string, t: Type): boolean;
11
+ export type UnifyResult = Substitution | {
12
+ error: string;
13
+ };
14
+ export declare function isUnifyError(r: UnifyResult): r is {
15
+ error: string;
16
+ };
17
+ export declare function unify(t1: Type, t2: Type): UnifyResult;
18
+ export declare function generalize(envFreeVars: Set<string>, t: Type): TypeScheme;
19
+ export declare function instantiate(sc: TypeScheme): Type;
20
+ export { schemeFreeVars };
21
+ //# sourceMappingURL=substitution.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"substitution.d.ts","sourceRoot":"","sources":["../../../src/type-theory/hindley-milner/substitution.ts"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EAAE,IAAI,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAChD,OAAO,EAAE,cAAc,EAA8B,MAAM,SAAS,CAAC;AAErE,MAAM,MAAM,YAAY,GAAG,GAAG,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;AAE7C,eAAO,MAAM,UAAU,QAAO,YAAyB,CAAC;AAExD,wBAAgB,UAAU,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,YAAY,GAAG,IAAI,CAGzD;AA6BD,wBAAgB,gBAAgB,CAAC,EAAE,EAAE,UAAU,EAAE,CAAC,EAAE,YAAY,GAAG,UAAU,CAU5E;AAED,wBAAgB,aAAa,CAAC,EAAE,EAAE,YAAY,EAAE,EAAE,EAAE,YAAY,GAAG,YAAY,CAO9E;AAQD,wBAAgB,gBAAgB,IAAI,IAAI,CAEvC;AAED,wBAAgB,YAAY,CAAC,MAAM,SAAM,GAAG,IAAI,CAG/C;AAKD,wBAAgB,QAAQ,CAAC,IAAI,EAAE,MAAM,EAAE,CAAC,EAAE,IAAI,GAAG,OAAO,CAWvD;AAKD,MAAM,MAAM,WAAW,GAAG,YAAY,GAAG;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,CAAC;AAE3D,wBAAgB,YAAY,CAAC,CAAC,EAAE,WAAW,GAAG,CAAC,IAAI;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,CAEnE;AAED,wBAAgB,KAAK,CAAC,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,IAAI,GAAG,WAAW,CAsCrD;AAmCD,wBAAgB,UAAU,CAAC,WAAW,EAAE,GAAG,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,IAAI,GAAG,UAAU,CASxE;AAED,wBAAgB,WAAW,CAAC,EAAE,EAAE,UAAU,GAAG,IAAI,CAOhD;AAGD,OAAO,EAAE,cAAc,EAAE,CAAC"}
@@ -0,0 +1,215 @@
1
+ "use strict";
2
+ // ============================================================
3
+ // Hindley-Milner — Sustituciones, unificación, fresh vars
4
+ // ============================================================
5
+ //
6
+ // Sustitución σ : tvar → Type. Aplicar σ a un tipo reemplaza las
7
+ // variables libres que aparezcan en su dominio.
8
+ //
9
+ // composeSubsts(s1, s2) calcula s1 ∘ s2 : primero aplica s2, luego s1.
10
+ // El truco habitual es:
11
+ //
12
+ // (s1 ∘ s2)(α) = s1 (s2 α)
13
+ //
14
+ // Implementado como: aplicar s1 a los valores de s2, y añadir las
15
+ // entradas de s1 que s2 no tocó.
16
+ //
17
+ // Unificación es la unificación de primer orden Robinson, con
18
+ // occurs-check para impedir tipos infinitos (`α ≡ α → α` falla).
19
+ Object.defineProperty(exports, "__esModule", { value: true });
20
+ exports.schemeFreeVars = exports.emptySubst = void 0;
21
+ exports.applySubst = applySubst;
22
+ exports.applySubstScheme = applySubstScheme;
23
+ exports.composeSubsts = composeSubsts;
24
+ exports.resetFreshSupply = resetFreshSupply;
25
+ exports.freshTypeVar = freshTypeVar;
26
+ exports.occursIn = occursIn;
27
+ exports.isUnifyError = isUnifyError;
28
+ exports.unify = unify;
29
+ exports.generalize = generalize;
30
+ exports.instantiate = instantiate;
31
+ const types_1 = require("./types");
32
+ Object.defineProperty(exports, "schemeFreeVars", { enumerable: true, get: function () { return types_1.schemeFreeVars; } });
33
+ const emptySubst = () => new Map();
34
+ exports.emptySubst = emptySubst;
35
+ function applySubst(t, s) {
36
+ if (s.size === 0)
37
+ return t;
38
+ return applySubstChase(t, s, new Set());
39
+ }
40
+ function applySubstChase(t, s, seen) {
41
+ switch (t.kind) {
42
+ case 'tvar': {
43
+ const r = s.get(t.name);
44
+ if (r === undefined)
45
+ return t;
46
+ if (seen.has(t.name))
47
+ return t; // guard contra cadenas cíclicas (no deberían ocurrir tras unify)
48
+ const nextSeen = new Set(seen);
49
+ nextSeen.add(t.name);
50
+ return applySubstChase(r, s, nextSeen);
51
+ }
52
+ case 'tconst':
53
+ return t;
54
+ case 'arrow':
55
+ return {
56
+ kind: 'arrow',
57
+ from: applySubstChase(t.from, s, seen),
58
+ to: applySubstChase(t.to, s, seen),
59
+ };
60
+ case 'tapp':
61
+ return {
62
+ kind: 'tapp',
63
+ fn: t.fn,
64
+ args: t.args.map((a) => applySubstChase(a, s, seen)),
65
+ };
66
+ }
67
+ }
68
+ function applySubstScheme(sc, s) {
69
+ if (s.size === 0)
70
+ return sc;
71
+ // No sustituir las variables ligadas por el ∀.
72
+ let restricted = s;
73
+ if (sc.forall.length > 0) {
74
+ restricted = new Map(s);
75
+ for (const b of sc.forall)
76
+ restricted.delete(b);
77
+ if (restricted.size === 0)
78
+ return sc;
79
+ }
80
+ return { forall: sc.forall, body: applySubst(sc.body, restricted) };
81
+ }
82
+ function composeSubsts(s1, s2) {
83
+ const result = new Map();
84
+ for (const [k, v] of s2)
85
+ result.set(k, applySubst(v, s1));
86
+ for (const [k, v] of s1) {
87
+ if (!result.has(k))
88
+ result.set(k, v);
89
+ }
90
+ return result;
91
+ }
92
+ // ---------- Generación de variables frescas ----------
93
+ //
94
+ // freshCounter es módulo-global. resetFreshSupply() permite que los
95
+ // tests obtengan nombres reproducibles.
96
+ let freshCounter = 0;
97
+ function resetFreshSupply() {
98
+ freshCounter = 0;
99
+ }
100
+ function freshTypeVar(prefix = 't') {
101
+ const name = `${prefix}${freshCounter++}`;
102
+ return { kind: 'tvar', name };
103
+ }
104
+ // ---------- Occurs check ----------
105
+ // α aparece en t como subtérmino? Si sí, unificarlos crearía un
106
+ // tipo recursivo (infinito).
107
+ function occursIn(name, t) {
108
+ switch (t.kind) {
109
+ case 'tvar':
110
+ return t.name === name;
111
+ case 'tconst':
112
+ return false;
113
+ case 'arrow':
114
+ return occursIn(name, t.from) || occursIn(name, t.to);
115
+ case 'tapp':
116
+ return t.args.some((a) => occursIn(name, a));
117
+ }
118
+ }
119
+ function isUnifyError(r) {
120
+ return typeof r === 'object' && r !== null && !(r instanceof Map) && 'error' in r;
121
+ }
122
+ function unify(t1, t2) {
123
+ if (t1.kind === 'tvar')
124
+ return bindVar(t1.name, t2);
125
+ if (t2.kind === 'tvar')
126
+ return bindVar(t2.name, t1);
127
+ if (t1.kind === 'tconst' && t2.kind === 'tconst') {
128
+ if (t1.name === t2.name)
129
+ return (0, exports.emptySubst)();
130
+ return { error: `cannot unify ${t1.name} with ${t2.name}` };
131
+ }
132
+ if (t1.kind === 'arrow' && t2.kind === 'arrow') {
133
+ const sFrom = unify(t1.from, t2.from);
134
+ if (isUnifyError(sFrom))
135
+ return sFrom;
136
+ const sTo = unify(applySubst(t1.to, sFrom), applySubst(t2.to, sFrom));
137
+ if (isUnifyError(sTo))
138
+ return sTo;
139
+ return composeSubsts(sTo, sFrom);
140
+ }
141
+ if (t1.kind === 'tapp' && t2.kind === 'tapp') {
142
+ if (t1.fn !== t2.fn)
143
+ return { error: `cannot unify ${t1.fn} with ${t2.fn}` };
144
+ if (t1.args.length !== t2.args.length) {
145
+ return {
146
+ error: `arity mismatch on ${t1.fn}: ${t1.args.length} vs ${t2.args.length}`,
147
+ };
148
+ }
149
+ let s = (0, exports.emptySubst)();
150
+ for (let i = 0; i < t1.args.length; i++) {
151
+ const a1 = applySubst(t1.args[i], s);
152
+ const a2 = applySubst(t2.args[i], s);
153
+ const step = unify(a1, a2);
154
+ if (isUnifyError(step))
155
+ return step;
156
+ s = composeSubsts(step, s);
157
+ }
158
+ return s;
159
+ }
160
+ return {
161
+ error: `cannot unify ${describeKind(t1)} with ${describeKind(t2)}`,
162
+ };
163
+ }
164
+ function describeKind(t) {
165
+ switch (t.kind) {
166
+ case 'tvar':
167
+ return `tvar ${t.name}`;
168
+ case 'tconst':
169
+ return t.name;
170
+ case 'arrow':
171
+ return 'function type';
172
+ case 'tapp':
173
+ return `${t.fn} type constructor`;
174
+ }
175
+ }
176
+ function bindVar(name, t) {
177
+ if (t.kind === 'tvar' && t.name === name)
178
+ return (0, exports.emptySubst)();
179
+ if (occursIn(name, t)) {
180
+ return { error: `occurs check failed: ${name} occurs in ${(0, types_1.typeToString)(t)}` };
181
+ }
182
+ const s = new Map();
183
+ s.set(name, t);
184
+ return s;
185
+ }
186
+ // ---------- generalize / instantiate ----------
187
+ //
188
+ // generalize cierra los tipos libres que no están en el entorno: es
189
+ // la regla que convierte un monotipo en un esquema polimórfico. Sólo
190
+ // debe llamarse al tipar la RHS de un `let`.
191
+ //
192
+ // instantiate abre un esquema reemplazando cada cuantificador con una
193
+ // variable fresca: es la regla que vuelve a "abrir" un binding cuando
194
+ // se usa una variable polimórfica.
195
+ function generalize(envFreeVars, t) {
196
+ const tFv = (0, types_1.typeFreeVars)(t);
197
+ const quantified = [];
198
+ for (const v of tFv) {
199
+ if (!envFreeVars.has(v))
200
+ quantified.push(v);
201
+ }
202
+ // orden estable para que la salida sea reproducible.
203
+ quantified.sort();
204
+ return { forall: quantified, body: t };
205
+ }
206
+ function instantiate(sc) {
207
+ if (sc.forall.length === 0)
208
+ return sc.body;
209
+ const s = new Map();
210
+ for (const b of sc.forall) {
211
+ s.set(b, freshTypeVar('t'));
212
+ }
213
+ return applySubst(sc.body, s);
214
+ }
215
+ //# sourceMappingURL=substitution.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"substitution.js","sourceRoot":"","sources":["../../../src/type-theory/hindley-milner/substitution.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,84 @@
1
+ export type Type = {
2
+ kind: 'tvar';
3
+ name: string;
4
+ } | {
5
+ kind: 'tconst';
6
+ name: string;
7
+ } | {
8
+ kind: 'arrow';
9
+ from: Type;
10
+ to: Type;
11
+ } | {
12
+ kind: 'tapp';
13
+ fn: string;
14
+ args: Type[];
15
+ };
16
+ export interface TypeScheme {
17
+ forall: string[];
18
+ body: Type;
19
+ }
20
+ export type Expr = {
21
+ kind: 'var';
22
+ name: string;
23
+ } | {
24
+ kind: 'lit';
25
+ value: number | boolean | string;
26
+ } | {
27
+ kind: 'app';
28
+ fn: Expr;
29
+ arg: Expr;
30
+ } | {
31
+ kind: 'lam';
32
+ param: string;
33
+ body: Expr;
34
+ } | {
35
+ kind: 'let';
36
+ bind: string;
37
+ value: Expr;
38
+ body: Expr;
39
+ } | {
40
+ kind: 'letRec';
41
+ defs: Array<{
42
+ name: string;
43
+ body: Expr;
44
+ }>;
45
+ body: Expr;
46
+ } | {
47
+ kind: 'if';
48
+ cond: Expr;
49
+ then: Expr;
50
+ else: Expr;
51
+ };
52
+ export declare const tVar: (name: string) => Type;
53
+ export declare const tConst: (name: string) => Type;
54
+ export declare const tArrow: (from: Type, to: Type) => Type;
55
+ export declare const tApp: (fn: string, ...args: Type[]) => Type;
56
+ export declare const scheme: (forall: string[], body: Type) => TypeScheme;
57
+ export declare const mono: (body: Type) => TypeScheme;
58
+ export declare const eVar: (name: string) => Expr;
59
+ export declare const eLit: (value: number | boolean | string) => Expr;
60
+ export declare const eApp: (fn: Expr, arg: Expr) => Expr;
61
+ export declare const eLam: (param: string, body: Expr) => Expr;
62
+ export declare const eLet: (bind: string, value: Expr, body: Expr) => Expr;
63
+ export declare const eLetRec: (defs: Array<{
64
+ name: string;
65
+ body: Expr;
66
+ }>, body: Expr) => Expr;
67
+ export declare const eIf: (cond: Expr, then_: Expr, else_: Expr) => Expr;
68
+ export declare const eAppN: (fn: Expr, ...args: Expr[]) => Expr;
69
+ export declare const TInt: Type;
70
+ export declare const TBool: Type;
71
+ export declare const TStr: Type;
72
+ export declare function typeFreeVars(t: Type, acc?: Set<string>): Set<string>;
73
+ export declare function schemeFreeVars(s: TypeScheme): Set<string>;
74
+ export declare function typeToString(t: Type): string;
75
+ export declare function schemeToString(s: TypeScheme): string;
76
+ export declare class TypeEnv {
77
+ readonly bindings: Map<string, TypeScheme>;
78
+ constructor(bindings?: Map<string, TypeScheme>);
79
+ extend(name: string, sc: TypeScheme): TypeEnv;
80
+ extendMany(entries: Array<[string, TypeScheme]>): TypeEnv;
81
+ lookup(name: string): TypeScheme | undefined;
82
+ freeVars(): Set<string>;
83
+ }
84
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/type-theory/hindley-milner/types.ts"],"names":[],"mappings":"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"}