@mojir/dvala 0.0.9 → 0.0.12

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 (1139) hide show
  1. package/dist/cli/cli.js +33054 -36909
  2. package/package.json +194 -31
  3. package/dist/bundler.esm.js +0 -2
  4. package/dist/bundler.esm.js.map +0 -1
  5. package/dist/bundler.js +0 -2
  6. package/dist/bundler.js.map +0 -1
  7. package/dist/cli/cli/src/cli.d.ts +0 -2
  8. package/dist/cli/cli/src/cliDocumentation/formatCliDescription.d.ts +0 -3
  9. package/dist/cli/cli/src/cliDocumentation/getCliArgumentInfo.d.ts +0 -3
  10. package/dist/cli/cli/src/cliDocumentation/getCliDocumentation.d.ts +0 -2
  11. package/dist/cli/cli/src/cliDocumentation/getCliFunctionExamples.d.ts +0 -3
  12. package/dist/cli/cli/src/cliDocumentation/getCliFunctionSignature.d.ts +0 -3
  13. package/dist/cli/cli/src/cliDocumentation/getCliTitle.d.ts +0 -3
  14. package/dist/cli/cli/src/cliDocumentation/getCliType.d.ts +0 -3
  15. package/dist/cli/cli/src/cliFormatterRules.d.ts +0 -13
  16. package/dist/cli/cli/src/colorizer.d.ts +0 -939
  17. package/dist/cli/cli/src/createReadlineInterface.d.ts +0 -5
  18. package/dist/cli/cli/src/js-interop/Cli/Fs/index.d.ts +0 -2
  19. package/dist/cli/cli/src/js-interop/Cli/Proc/index.d.ts +0 -3
  20. package/dist/cli/cli/src/js-interop/Cli/index.d.ts +0 -2
  21. package/dist/cli/common/createFormatter.d.ts +0 -6
  22. package/dist/cli/common/utils.d.ts +0 -2
  23. package/dist/cli/reference/api.d.ts +0 -73
  24. package/dist/cli/reference/datatype.d.ts +0 -3
  25. package/dist/cli/reference/examples.d.ts +0 -11
  26. package/dist/cli/reference/index.d.ts +0 -195
  27. package/dist/cli/reference/shorthand.d.ts +0 -3
  28. package/dist/cli/src/AutoCompleter/AutoCompleter.d.ts +0 -27
  29. package/dist/cli/src/Cache.d.ts +0 -16
  30. package/dist/cli/src/allModules.d.ts +0 -2
  31. package/dist/cli/src/builtin/bindingNode.d.ts +0 -11
  32. package/dist/cli/src/builtin/core/array.d.ts +0 -2
  33. package/dist/cli/src/builtin/core/assertion.d.ts +0 -2
  34. package/dist/cli/src/builtin/core/bitwise.d.ts +0 -2
  35. package/dist/cli/src/builtin/core/collection.d.ts +0 -2
  36. package/dist/cli/src/builtin/core/functional.d.ts +0 -2
  37. package/dist/cli/src/builtin/core/math.d.ts +0 -2
  38. package/dist/cli/src/builtin/core/meta.d.ts +0 -3
  39. package/dist/cli/src/builtin/core/misc.d.ts +0 -2
  40. package/dist/cli/src/builtin/core/object.d.ts +0 -2
  41. package/dist/cli/src/builtin/core/predicates.d.ts +0 -2
  42. package/dist/cli/src/builtin/core/regexp.d.ts +0 -2
  43. package/dist/cli/src/builtin/core/sequence.d.ts +0 -2
  44. package/dist/cli/src/builtin/core/string.d.ts +0 -2
  45. package/dist/cli/src/builtin/core/vector.d.ts +0 -2
  46. package/dist/cli/src/builtin/index.d.ts +0 -13
  47. package/dist/cli/src/builtin/interface.d.ts +0 -113
  48. package/dist/cli/src/builtin/modules/assertion/docs.d.ts +0 -2
  49. package/dist/cli/src/builtin/modules/assertion/index.d.ts +0 -2
  50. package/dist/cli/src/builtin/modules/bitwise/index.d.ts +0 -2
  51. package/dist/cli/src/builtin/modules/collection/index.d.ts +0 -2
  52. package/dist/cli/src/builtin/modules/convert/index.d.ts +0 -2
  53. package/dist/cli/src/builtin/modules/functional/index.d.ts +0 -2
  54. package/dist/cli/src/builtin/modules/grid/docs.d.ts +0 -2
  55. package/dist/cli/src/builtin/modules/grid/fromArray.d.ts +0 -8
  56. package/dist/cli/src/builtin/modules/grid/index.d.ts +0 -2
  57. package/dist/cli/src/builtin/modules/grid/transpose.d.ts +0 -2
  58. package/dist/cli/src/builtin/modules/interface.d.ts +0 -28
  59. package/dist/cli/src/builtin/modules/linear-algebra/docs.d.ts +0 -2
  60. package/dist/cli/src/builtin/modules/linear-algebra/helpers/calcFractionalRanks.d.ts +0 -1
  61. package/dist/cli/src/builtin/modules/linear-algebra/helpers/collinear.d.ts +0 -2
  62. package/dist/cli/src/builtin/modules/linear-algebra/helpers/corrleation.d.ts +0 -8
  63. package/dist/cli/src/builtin/modules/linear-algebra/helpers/covariance.d.ts +0 -4
  64. package/dist/cli/src/builtin/modules/linear-algebra/helpers/dot.d.ts +0 -1
  65. package/dist/cli/src/builtin/modules/linear-algebra/helpers/gaussJordanElimination.d.ts +0 -7
  66. package/dist/cli/src/builtin/modules/linear-algebra/helpers/getUnit.d.ts +0 -2
  67. package/dist/cli/src/builtin/modules/linear-algebra/helpers/isZeroVector.d.ts +0 -1
  68. package/dist/cli/src/builtin/modules/linear-algebra/helpers/kendallTau.d.ts +0 -10
  69. package/dist/cli/src/builtin/modules/linear-algebra/helpers/length.d.ts +0 -1
  70. package/dist/cli/src/builtin/modules/linear-algebra/helpers/pearsonCorr.d.ts +0 -1
  71. package/dist/cli/src/builtin/modules/linear-algebra/helpers/scale.d.ts +0 -1
  72. package/dist/cli/src/builtin/modules/linear-algebra/helpers/solve.d.ts +0 -8
  73. package/dist/cli/src/builtin/modules/linear-algebra/helpers/subtract.d.ts +0 -1
  74. package/dist/cli/src/builtin/modules/linear-algebra/index.d.ts +0 -4
  75. package/dist/cli/src/builtin/modules/math/index.d.ts +0 -2
  76. package/dist/cli/src/builtin/modules/matrix/docs.d.ts +0 -2
  77. package/dist/cli/src/builtin/modules/matrix/helpers/adjugate.d.ts +0 -1
  78. package/dist/cli/src/builtin/modules/matrix/helpers/band.d.ts +0 -9
  79. package/dist/cli/src/builtin/modules/matrix/helpers/cofactor.d.ts +0 -1
  80. package/dist/cli/src/builtin/modules/matrix/helpers/determinant.d.ts +0 -6
  81. package/dist/cli/src/builtin/modules/matrix/helpers/inverse.d.ts +0 -6
  82. package/dist/cli/src/builtin/modules/matrix/helpers/isBanded.d.ts +0 -11
  83. package/dist/cli/src/builtin/modules/matrix/helpers/isDiagonal.d.ts +0 -10
  84. package/dist/cli/src/builtin/modules/matrix/helpers/isIdentity.d.ts +0 -1
  85. package/dist/cli/src/builtin/modules/matrix/helpers/isOrthogonal.d.ts +0 -1
  86. package/dist/cli/src/builtin/modules/matrix/helpers/isSquare.d.ts +0 -1
  87. package/dist/cli/src/builtin/modules/matrix/helpers/isSymetric.d.ts +0 -8
  88. package/dist/cli/src/builtin/modules/matrix/helpers/isTriangular.d.ts +0 -13
  89. package/dist/cli/src/builtin/modules/matrix/helpers/matrixMultiply.d.ts +0 -7
  90. package/dist/cli/src/builtin/modules/matrix/helpers/minor.d.ts +0 -1
  91. package/dist/cli/src/builtin/modules/matrix/helpers/norm1.d.ts +0 -1
  92. package/dist/cli/src/builtin/modules/matrix/helpers/trace.d.ts +0 -8
  93. package/dist/cli/src/builtin/modules/matrix/index.d.ts +0 -4
  94. package/dist/cli/src/builtin/modules/number-theory/binomialCefficient.d.ts +0 -1
  95. package/dist/cli/src/builtin/modules/number-theory/combinations.d.ts +0 -2
  96. package/dist/cli/src/builtin/modules/number-theory/derangements.d.ts +0 -2
  97. package/dist/cli/src/builtin/modules/number-theory/divisors.d.ts +0 -4
  98. package/dist/cli/src/builtin/modules/number-theory/docs.d.ts +0 -2
  99. package/dist/cli/src/builtin/modules/number-theory/factorial.d.ts +0 -3
  100. package/dist/cli/src/builtin/modules/number-theory/index.d.ts +0 -4
  101. package/dist/cli/src/builtin/modules/number-theory/partitions.d.ts +0 -2
  102. package/dist/cli/src/builtin/modules/number-theory/permutations.d.ts +0 -2
  103. package/dist/cli/src/builtin/modules/number-theory/powerSet.d.ts +0 -2
  104. package/dist/cli/src/builtin/modules/number-theory/primeFactors.d.ts +0 -11
  105. package/dist/cli/src/builtin/modules/number-theory/sequences/abundant.d.ts +0 -2
  106. package/dist/cli/src/builtin/modules/number-theory/sequences/arithmetic.d.ts +0 -2
  107. package/dist/cli/src/builtin/modules/number-theory/sequences/bell.d.ts +0 -1
  108. package/dist/cli/src/builtin/modules/number-theory/sequences/bernoulli.d.ts +0 -2
  109. package/dist/cli/src/builtin/modules/number-theory/sequences/catalan.d.ts +0 -1
  110. package/dist/cli/src/builtin/modules/number-theory/sequences/collatz.d.ts +0 -2
  111. package/dist/cli/src/builtin/modules/number-theory/sequences/composite.d.ts +0 -3
  112. package/dist/cli/src/builtin/modules/number-theory/sequences/deficient.d.ts +0 -2
  113. package/dist/cli/src/builtin/modules/number-theory/sequences/factorial.d.ts +0 -1
  114. package/dist/cli/src/builtin/modules/number-theory/sequences/fibonacci.d.ts +0 -1
  115. package/dist/cli/src/builtin/modules/number-theory/sequences/geometric.d.ts +0 -2
  116. package/dist/cli/src/builtin/modules/number-theory/sequences/golomb.d.ts +0 -2
  117. package/dist/cli/src/builtin/modules/number-theory/sequences/happy.d.ts +0 -2
  118. package/dist/cli/src/builtin/modules/number-theory/sequences/index.d.ts +0 -27
  119. package/dist/cli/src/builtin/modules/number-theory/sequences/juggler.d.ts +0 -2
  120. package/dist/cli/src/builtin/modules/number-theory/sequences/lookAndSay.d.ts +0 -2
  121. package/dist/cli/src/builtin/modules/number-theory/sequences/lucas.d.ts +0 -1
  122. package/dist/cli/src/builtin/modules/number-theory/sequences/lucky.d.ts +0 -2
  123. package/dist/cli/src/builtin/modules/number-theory/sequences/mersenne.d.ts +0 -1
  124. package/dist/cli/src/builtin/modules/number-theory/sequences/padovan.d.ts +0 -2
  125. package/dist/cli/src/builtin/modules/number-theory/sequences/partition.d.ts +0 -1
  126. package/dist/cli/src/builtin/modules/number-theory/sequences/pell.d.ts +0 -1
  127. package/dist/cli/src/builtin/modules/number-theory/sequences/perfect.d.ts +0 -1
  128. package/dist/cli/src/builtin/modules/number-theory/sequences/perfectCube.d.ts +0 -2
  129. package/dist/cli/src/builtin/modules/number-theory/sequences/perfectPower.d.ts +0 -10
  130. package/dist/cli/src/builtin/modules/number-theory/sequences/perfectSquare.d.ts +0 -2
  131. package/dist/cli/src/builtin/modules/number-theory/sequences/poligonal.d.ts +0 -2
  132. package/dist/cli/src/builtin/modules/number-theory/sequences/prime.d.ts +0 -3
  133. package/dist/cli/src/builtin/modules/number-theory/sequences/recaman.d.ts +0 -9
  134. package/dist/cli/src/builtin/modules/number-theory/sequences/sylvester.d.ts +0 -1
  135. package/dist/cli/src/builtin/modules/number-theory/sequences/thueMorse.d.ts +0 -2
  136. package/dist/cli/src/builtin/modules/number-theory/sequences/tribonacci.d.ts +0 -1
  137. package/dist/cli/src/builtin/modules/sequence/index.d.ts +0 -2
  138. package/dist/cli/src/builtin/modules/string/index.d.ts +0 -2
  139. package/dist/cli/src/builtin/modules/vector/bincount.d.ts +0 -9
  140. package/dist/cli/src/builtin/modules/vector/calcMad.d.ts +0 -1
  141. package/dist/cli/src/builtin/modules/vector/calcMean.d.ts +0 -1
  142. package/dist/cli/src/builtin/modules/vector/calcMedad.d.ts +0 -1
  143. package/dist/cli/src/builtin/modules/vector/calcMedian.d.ts +0 -1
  144. package/dist/cli/src/builtin/modules/vector/calcStdDev.d.ts +0 -2
  145. package/dist/cli/src/builtin/modules/vector/calcVariance.d.ts +0 -2
  146. package/dist/cli/src/builtin/modules/vector/docs.d.ts +0 -2
  147. package/dist/cli/src/builtin/modules/vector/entropy.d.ts +0 -8
  148. package/dist/cli/src/builtin/modules/vector/histogram.d.ts +0 -9
  149. package/dist/cli/src/builtin/modules/vector/index.d.ts +0 -2
  150. package/dist/cli/src/builtin/modules/vector/mode.d.ts +0 -6
  151. package/dist/cli/src/builtin/modules/vector/outliers.d.ts +0 -7
  152. package/dist/cli/src/builtin/modules/vector/percentile.d.ts +0 -7
  153. package/dist/cli/src/builtin/modules/vector/quartiles.d.ts +0 -1
  154. package/dist/cli/src/builtin/modules/vector/reductionFunctions/entropy.d.ts +0 -2
  155. package/dist/cli/src/builtin/modules/vector/reductionFunctions/giniCoefficient.d.ts +0 -2
  156. package/dist/cli/src/builtin/modules/vector/reductionFunctions/index.d.ts +0 -13
  157. package/dist/cli/src/builtin/modules/vector/reductionFunctions/iqr.d.ts +0 -2
  158. package/dist/cli/src/builtin/modules/vector/reductionFunctions/kurtosis.d.ts +0 -5
  159. package/dist/cli/src/builtin/modules/vector/reductionFunctions/mad.d.ts +0 -2
  160. package/dist/cli/src/builtin/modules/vector/reductionFunctions/mean.d.ts +0 -4
  161. package/dist/cli/src/builtin/modules/vector/reductionFunctions/medad.d.ts +0 -2
  162. package/dist/cli/src/builtin/modules/vector/reductionFunctions/median.d.ts +0 -2
  163. package/dist/cli/src/builtin/modules/vector/reductionFunctions/prod.d.ts +0 -2
  164. package/dist/cli/src/builtin/modules/vector/reductionFunctions/rms.d.ts +0 -2
  165. package/dist/cli/src/builtin/modules/vector/reductionFunctions/skewness.d.ts +0 -3
  166. package/dist/cli/src/builtin/modules/vector/reductionFunctions/span.d.ts +0 -2
  167. package/dist/cli/src/builtin/modules/vector/reductionFunctions/standardDeviation.d.ts +0 -3
  168. package/dist/cli/src/builtin/modules/vector/reductionFunctions/sum.d.ts +0 -2
  169. package/dist/cli/src/builtin/modules/vector/reductionFunctions/variance.d.ts +0 -3
  170. package/dist/cli/src/builtin/normalExpressions/index.d.ts +0 -9
  171. package/dist/cli/src/builtin/normalExpressions/initCoreDvala.d.ts +0 -1
  172. package/dist/cli/src/builtin/specialExpressionTypes.d.ts +0 -24
  173. package/dist/cli/src/builtin/specialExpressions/and.d.ts +0 -6
  174. package/dist/cli/src/builtin/specialExpressions/array.d.ts +0 -6
  175. package/dist/cli/src/builtin/specialExpressions/block.d.ts +0 -7
  176. package/dist/cli/src/builtin/specialExpressions/cond.d.ts +0 -6
  177. package/dist/cli/src/builtin/specialExpressions/defined.d.ts +0 -5
  178. package/dist/cli/src/builtin/specialExpressions/effect.d.ts +0 -5
  179. package/dist/cli/src/builtin/specialExpressions/functions.d.ts +0 -6
  180. package/dist/cli/src/builtin/specialExpressions/if.d.ts +0 -6
  181. package/dist/cli/src/builtin/specialExpressions/import.d.ts +0 -6
  182. package/dist/cli/src/builtin/specialExpressions/let.d.ts +0 -6
  183. package/dist/cli/src/builtin/specialExpressions/loop.d.ts +0 -6
  184. package/dist/cli/src/builtin/specialExpressions/loops.d.ts +0 -9
  185. package/dist/cli/src/builtin/specialExpressions/match.d.ts +0 -7
  186. package/dist/cli/src/builtin/specialExpressions/object.d.ts +0 -6
  187. package/dist/cli/src/builtin/specialExpressions/or.d.ts +0 -6
  188. package/dist/cli/src/builtin/specialExpressions/parallel.d.ts +0 -6
  189. package/dist/cli/src/builtin/specialExpressions/perform.d.ts +0 -6
  190. package/dist/cli/src/builtin/specialExpressions/qq.d.ts +0 -6
  191. package/dist/cli/src/builtin/specialExpressions/race.d.ts +0 -6
  192. package/dist/cli/src/builtin/specialExpressions/recur.d.ts +0 -5
  193. package/dist/cli/src/builtin/specialExpressions/unless.d.ts +0 -6
  194. package/dist/cli/src/builtin/utils.d.ts +0 -6
  195. package/dist/cli/src/bundler/index.d.ts +0 -9
  196. package/dist/cli/src/bundler/interface.d.ts +0 -15
  197. package/dist/cli/src/bundler.d.ts +0 -3
  198. package/dist/cli/src/cli.d.ts +0 -2
  199. package/dist/cli/src/cliDocumentation/formatCliDescription.d.ts +0 -3
  200. package/dist/cli/src/cliDocumentation/getCliArgumentInfo.d.ts +0 -3
  201. package/dist/cli/src/cliDocumentation/getCliDocumentation.d.ts +0 -2
  202. package/dist/cli/src/cliDocumentation/getCliFunctionExamples.d.ts +0 -3
  203. package/dist/cli/src/cliDocumentation/getCliFunctionSignature.d.ts +0 -3
  204. package/dist/cli/src/cliDocumentation/getCliTitle.d.ts +0 -3
  205. package/dist/cli/src/cliDocumentation/getCliType.d.ts +0 -3
  206. package/dist/cli/src/cliFormatterRules.d.ts +0 -13
  207. package/dist/cli/src/colorizer.d.ts +0 -939
  208. package/dist/cli/src/constants/constants.d.ts +0 -19
  209. package/dist/cli/src/createDvala.d.ts +0 -47
  210. package/dist/cli/src/createReadlineInterface.d.ts +0 -5
  211. package/dist/cli/src/errors.d.ts +0 -24
  212. package/dist/cli/src/evaluator/ContextStack.d.ts +0 -70
  213. package/dist/cli/src/evaluator/contentHash.d.ts +0 -21
  214. package/dist/cli/src/evaluator/dedupSubTrees.d.ts +0 -37
  215. package/dist/cli/src/evaluator/effectRef.d.ts +0 -27
  216. package/dist/cli/src/evaluator/effectTypes.d.ts +0 -181
  217. package/dist/cli/src/evaluator/frames.d.ts +0 -513
  218. package/dist/cli/src/evaluator/interface.d.ts +0 -14
  219. package/dist/cli/src/evaluator/standardEffects.d.ts +0 -50
  220. package/dist/cli/src/evaluator/step.d.ts +0 -175
  221. package/dist/cli/src/evaluator/suspension.d.ts +0 -86
  222. package/dist/cli/src/evaluator/trampoline.d.ts +0 -133
  223. package/dist/cli/src/getUndefinedSymbols/index.d.ts +0 -7
  224. package/dist/cli/src/initReferenceData.d.ts +0 -1
  225. package/dist/cli/src/interface.d.ts +0 -7
  226. package/dist/cli/src/js-interop/Cli/Fs/index.d.ts +0 -2
  227. package/dist/cli/src/js-interop/Cli/Proc/index.d.ts +0 -3
  228. package/dist/cli/src/js-interop/Cli/index.d.ts +0 -2
  229. package/dist/cli/src/parser/ParserContext.d.ts +0 -20
  230. package/dist/cli/src/parser/getPrecedence.d.ts +0 -3
  231. package/dist/cli/src/parser/helpers.d.ts +0 -19
  232. package/dist/cli/src/parser/index.d.ts +0 -5
  233. package/dist/cli/src/parser/subParsers/parseArray.d.ts +0 -3
  234. package/dist/cli/src/parser/subParsers/parseBindingTarget.d.ts +0 -8
  235. package/dist/cli/src/parser/subParsers/parseCond.d.ts +0 -4
  236. package/dist/cli/src/parser/subParsers/parseDo.d.ts +0 -3
  237. package/dist/cli/src/parser/subParsers/parseExpression.d.ts +0 -5
  238. package/dist/cli/src/parser/subParsers/parseForOrDoseq.d.ts +0 -4
  239. package/dist/cli/src/parser/subParsers/parseFunction.d.ts +0 -4
  240. package/dist/cli/src/parser/subParsers/parseFunctionCall.d.ts +0 -3
  241. package/dist/cli/src/parser/subParsers/parseIfOrUnless.d.ts +0 -5
  242. package/dist/cli/src/parser/subParsers/parseImplicitBlock.d.ts +0 -5
  243. package/dist/cli/src/parser/subParsers/parseLet.d.ts +0 -4
  244. package/dist/cli/src/parser/subParsers/parseLoop.d.ts +0 -4
  245. package/dist/cli/src/parser/subParsers/parseMatch.d.ts +0 -4
  246. package/dist/cli/src/parser/subParsers/parseNumber.d.ts +0 -3
  247. package/dist/cli/src/parser/subParsers/parseObject.d.ts +0 -3
  248. package/dist/cli/src/parser/subParsers/parseOperand.d.ts +0 -3
  249. package/dist/cli/src/parser/subParsers/parseRegexpShorthand.d.ts +0 -3
  250. package/dist/cli/src/parser/subParsers/parseReservedSymbol.d.ts +0 -3
  251. package/dist/cli/src/parser/subParsers/parseString.d.ts +0 -4
  252. package/dist/cli/src/parser/subParsers/parseSymbol.d.ts +0 -3
  253. package/dist/cli/src/parser/types.d.ts +0 -128
  254. package/dist/cli/src/symbolPatterns.d.ts +0 -2
  255. package/dist/cli/src/testFramework/index.d.ts +0 -15
  256. package/dist/cli/src/tokenizer/minifyTokenStream.d.ts +0 -4
  257. package/dist/cli/src/tokenizer/operators.d.ts +0 -12
  258. package/dist/cli/src/tokenizer/reservedNames.d.ts +0 -65
  259. package/dist/cli/src/tokenizer/token.d.ts +0 -82
  260. package/dist/cli/src/tokenizer/tokenize.d.ts +0 -7
  261. package/dist/cli/src/tokenizer/tokenizers.d.ts +0 -13
  262. package/dist/cli/src/tooling.d.ts +0 -51
  263. package/dist/cli/src/transformer/index.d.ts +0 -2
  264. package/dist/cli/src/typeGuards/annotatedCollections.d.ts +0 -16
  265. package/dist/cli/src/typeGuards/array.d.ts +0 -9
  266. package/dist/cli/src/typeGuards/astNode.d.ts +0 -19
  267. package/dist/cli/src/typeGuards/dvala.d.ts +0 -26
  268. package/dist/cli/src/typeGuards/dvalaFunction.d.ts +0 -9
  269. package/dist/cli/src/typeGuards/index.d.ts +0 -7
  270. package/dist/cli/src/typeGuards/number.d.ts +0 -66
  271. package/dist/cli/src/typeGuards/string.d.ts +0 -15
  272. package/dist/cli/src/untokenizer/index.d.ts +0 -2
  273. package/dist/cli/src/utils/arity.d.ts +0 -10
  274. package/dist/cli/src/utils/debug/debugTools.d.ts +0 -1
  275. package/dist/cli/src/utils/debug/getCodeMarker.d.ts +0 -2
  276. package/dist/cli/src/utils/debug/getSourceCodeInfo.d.ts +0 -2
  277. package/dist/cli/src/utils/docString/generateDocString.d.ts +0 -4
  278. package/dist/cli/src/utils/getAssertionError.d.ts +0 -3
  279. package/dist/cli/src/utils/index.d.ts +0 -14
  280. package/dist/cli/src/utils/maybePromise.d.ts +0 -54
  281. package/dist/cli/src/utils/symbols.d.ts +0 -3
  282. package/dist/common/createFormatter.d.ts +0 -6
  283. package/dist/common/utils.d.ts +0 -2
  284. package/dist/debug.esm.js +0 -2
  285. package/dist/debug.esm.js.map +0 -1
  286. package/dist/debug.js +0 -2
  287. package/dist/debug.js.map +0 -1
  288. package/dist/dvala.iife.js +0 -2
  289. package/dist/dvala.iife.js.map +0 -1
  290. package/dist/full.esm.js +0 -2
  291. package/dist/full.esm.js.map +0 -1
  292. package/dist/full.js +0 -2
  293. package/dist/full.js.map +0 -1
  294. package/dist/index.esm.js +0 -2
  295. package/dist/index.esm.js.map +0 -1
  296. package/dist/index.js +0 -2
  297. package/dist/index.js.map +0 -1
  298. package/dist/mcp-server/common/utils.d.ts +0 -2
  299. package/dist/mcp-server/mcp-server/src/server.d.ts +0 -1
  300. package/dist/mcp-server/reference/api.d.ts +0 -73
  301. package/dist/mcp-server/reference/datatype.d.ts +0 -3
  302. package/dist/mcp-server/reference/examples.d.ts +0 -11
  303. package/dist/mcp-server/reference/index.d.ts +0 -195
  304. package/dist/mcp-server/reference/shorthand.d.ts +0 -3
  305. package/dist/mcp-server/server.js +0 -36330
  306. package/dist/mcp-server/src/AutoCompleter/AutoCompleter.d.ts +0 -27
  307. package/dist/mcp-server/src/Cache.d.ts +0 -16
  308. package/dist/mcp-server/src/allModules.d.ts +0 -2
  309. package/dist/mcp-server/src/builtin/bindingNode.d.ts +0 -11
  310. package/dist/mcp-server/src/builtin/core/array.d.ts +0 -2
  311. package/dist/mcp-server/src/builtin/core/assertion.d.ts +0 -2
  312. package/dist/mcp-server/src/builtin/core/bitwise.d.ts +0 -2
  313. package/dist/mcp-server/src/builtin/core/collection.d.ts +0 -2
  314. package/dist/mcp-server/src/builtin/core/functional.d.ts +0 -2
  315. package/dist/mcp-server/src/builtin/core/math.d.ts +0 -2
  316. package/dist/mcp-server/src/builtin/core/meta.d.ts +0 -3
  317. package/dist/mcp-server/src/builtin/core/misc.d.ts +0 -2
  318. package/dist/mcp-server/src/builtin/core/object.d.ts +0 -2
  319. package/dist/mcp-server/src/builtin/core/predicates.d.ts +0 -2
  320. package/dist/mcp-server/src/builtin/core/regexp.d.ts +0 -2
  321. package/dist/mcp-server/src/builtin/core/sequence.d.ts +0 -2
  322. package/dist/mcp-server/src/builtin/core/string.d.ts +0 -2
  323. package/dist/mcp-server/src/builtin/core/vector.d.ts +0 -2
  324. package/dist/mcp-server/src/builtin/index.d.ts +0 -13
  325. package/dist/mcp-server/src/builtin/interface.d.ts +0 -113
  326. package/dist/mcp-server/src/builtin/modules/assertion/docs.d.ts +0 -2
  327. package/dist/mcp-server/src/builtin/modules/assertion/index.d.ts +0 -2
  328. package/dist/mcp-server/src/builtin/modules/bitwise/index.d.ts +0 -2
  329. package/dist/mcp-server/src/builtin/modules/collection/index.d.ts +0 -2
  330. package/dist/mcp-server/src/builtin/modules/convert/index.d.ts +0 -2
  331. package/dist/mcp-server/src/builtin/modules/functional/index.d.ts +0 -2
  332. package/dist/mcp-server/src/builtin/modules/grid/docs.d.ts +0 -2
  333. package/dist/mcp-server/src/builtin/modules/grid/fromArray.d.ts +0 -8
  334. package/dist/mcp-server/src/builtin/modules/grid/index.d.ts +0 -2
  335. package/dist/mcp-server/src/builtin/modules/grid/transpose.d.ts +0 -2
  336. package/dist/mcp-server/src/builtin/modules/interface.d.ts +0 -28
  337. package/dist/mcp-server/src/builtin/modules/linear-algebra/docs.d.ts +0 -2
  338. package/dist/mcp-server/src/builtin/modules/linear-algebra/helpers/calcFractionalRanks.d.ts +0 -1
  339. package/dist/mcp-server/src/builtin/modules/linear-algebra/helpers/collinear.d.ts +0 -2
  340. package/dist/mcp-server/src/builtin/modules/linear-algebra/helpers/corrleation.d.ts +0 -8
  341. package/dist/mcp-server/src/builtin/modules/linear-algebra/helpers/covariance.d.ts +0 -4
  342. package/dist/mcp-server/src/builtin/modules/linear-algebra/helpers/dot.d.ts +0 -1
  343. package/dist/mcp-server/src/builtin/modules/linear-algebra/helpers/gaussJordanElimination.d.ts +0 -7
  344. package/dist/mcp-server/src/builtin/modules/linear-algebra/helpers/getUnit.d.ts +0 -2
  345. package/dist/mcp-server/src/builtin/modules/linear-algebra/helpers/isZeroVector.d.ts +0 -1
  346. package/dist/mcp-server/src/builtin/modules/linear-algebra/helpers/kendallTau.d.ts +0 -10
  347. package/dist/mcp-server/src/builtin/modules/linear-algebra/helpers/length.d.ts +0 -1
  348. package/dist/mcp-server/src/builtin/modules/linear-algebra/helpers/pearsonCorr.d.ts +0 -1
  349. package/dist/mcp-server/src/builtin/modules/linear-algebra/helpers/scale.d.ts +0 -1
  350. package/dist/mcp-server/src/builtin/modules/linear-algebra/helpers/solve.d.ts +0 -8
  351. package/dist/mcp-server/src/builtin/modules/linear-algebra/helpers/subtract.d.ts +0 -1
  352. package/dist/mcp-server/src/builtin/modules/linear-algebra/index.d.ts +0 -4
  353. package/dist/mcp-server/src/builtin/modules/math/index.d.ts +0 -2
  354. package/dist/mcp-server/src/builtin/modules/matrix/docs.d.ts +0 -2
  355. package/dist/mcp-server/src/builtin/modules/matrix/helpers/adjugate.d.ts +0 -1
  356. package/dist/mcp-server/src/builtin/modules/matrix/helpers/band.d.ts +0 -9
  357. package/dist/mcp-server/src/builtin/modules/matrix/helpers/cofactor.d.ts +0 -1
  358. package/dist/mcp-server/src/builtin/modules/matrix/helpers/determinant.d.ts +0 -6
  359. package/dist/mcp-server/src/builtin/modules/matrix/helpers/inverse.d.ts +0 -6
  360. package/dist/mcp-server/src/builtin/modules/matrix/helpers/isBanded.d.ts +0 -11
  361. package/dist/mcp-server/src/builtin/modules/matrix/helpers/isDiagonal.d.ts +0 -10
  362. package/dist/mcp-server/src/builtin/modules/matrix/helpers/isIdentity.d.ts +0 -1
  363. package/dist/mcp-server/src/builtin/modules/matrix/helpers/isOrthogonal.d.ts +0 -1
  364. package/dist/mcp-server/src/builtin/modules/matrix/helpers/isSquare.d.ts +0 -1
  365. package/dist/mcp-server/src/builtin/modules/matrix/helpers/isSymetric.d.ts +0 -8
  366. package/dist/mcp-server/src/builtin/modules/matrix/helpers/isTriangular.d.ts +0 -13
  367. package/dist/mcp-server/src/builtin/modules/matrix/helpers/matrixMultiply.d.ts +0 -7
  368. package/dist/mcp-server/src/builtin/modules/matrix/helpers/minor.d.ts +0 -1
  369. package/dist/mcp-server/src/builtin/modules/matrix/helpers/norm1.d.ts +0 -1
  370. package/dist/mcp-server/src/builtin/modules/matrix/helpers/trace.d.ts +0 -8
  371. package/dist/mcp-server/src/builtin/modules/matrix/index.d.ts +0 -4
  372. package/dist/mcp-server/src/builtin/modules/number-theory/binomialCefficient.d.ts +0 -1
  373. package/dist/mcp-server/src/builtin/modules/number-theory/combinations.d.ts +0 -2
  374. package/dist/mcp-server/src/builtin/modules/number-theory/derangements.d.ts +0 -2
  375. package/dist/mcp-server/src/builtin/modules/number-theory/divisors.d.ts +0 -4
  376. package/dist/mcp-server/src/builtin/modules/number-theory/docs.d.ts +0 -2
  377. package/dist/mcp-server/src/builtin/modules/number-theory/factorial.d.ts +0 -3
  378. package/dist/mcp-server/src/builtin/modules/number-theory/index.d.ts +0 -4
  379. package/dist/mcp-server/src/builtin/modules/number-theory/partitions.d.ts +0 -2
  380. package/dist/mcp-server/src/builtin/modules/number-theory/permutations.d.ts +0 -2
  381. package/dist/mcp-server/src/builtin/modules/number-theory/powerSet.d.ts +0 -2
  382. package/dist/mcp-server/src/builtin/modules/number-theory/primeFactors.d.ts +0 -11
  383. package/dist/mcp-server/src/builtin/modules/number-theory/sequences/abundant.d.ts +0 -2
  384. package/dist/mcp-server/src/builtin/modules/number-theory/sequences/arithmetic.d.ts +0 -2
  385. package/dist/mcp-server/src/builtin/modules/number-theory/sequences/bell.d.ts +0 -1
  386. package/dist/mcp-server/src/builtin/modules/number-theory/sequences/bernoulli.d.ts +0 -2
  387. package/dist/mcp-server/src/builtin/modules/number-theory/sequences/catalan.d.ts +0 -1
  388. package/dist/mcp-server/src/builtin/modules/number-theory/sequences/collatz.d.ts +0 -2
  389. package/dist/mcp-server/src/builtin/modules/number-theory/sequences/composite.d.ts +0 -3
  390. package/dist/mcp-server/src/builtin/modules/number-theory/sequences/deficient.d.ts +0 -2
  391. package/dist/mcp-server/src/builtin/modules/number-theory/sequences/factorial.d.ts +0 -1
  392. package/dist/mcp-server/src/builtin/modules/number-theory/sequences/fibonacci.d.ts +0 -1
  393. package/dist/mcp-server/src/builtin/modules/number-theory/sequences/geometric.d.ts +0 -2
  394. package/dist/mcp-server/src/builtin/modules/number-theory/sequences/golomb.d.ts +0 -2
  395. package/dist/mcp-server/src/builtin/modules/number-theory/sequences/happy.d.ts +0 -2
  396. package/dist/mcp-server/src/builtin/modules/number-theory/sequences/index.d.ts +0 -27
  397. package/dist/mcp-server/src/builtin/modules/number-theory/sequences/juggler.d.ts +0 -2
  398. package/dist/mcp-server/src/builtin/modules/number-theory/sequences/lookAndSay.d.ts +0 -2
  399. package/dist/mcp-server/src/builtin/modules/number-theory/sequences/lucas.d.ts +0 -1
  400. package/dist/mcp-server/src/builtin/modules/number-theory/sequences/lucky.d.ts +0 -2
  401. package/dist/mcp-server/src/builtin/modules/number-theory/sequences/mersenne.d.ts +0 -1
  402. package/dist/mcp-server/src/builtin/modules/number-theory/sequences/padovan.d.ts +0 -2
  403. package/dist/mcp-server/src/builtin/modules/number-theory/sequences/partition.d.ts +0 -1
  404. package/dist/mcp-server/src/builtin/modules/number-theory/sequences/pell.d.ts +0 -1
  405. package/dist/mcp-server/src/builtin/modules/number-theory/sequences/perfect.d.ts +0 -1
  406. package/dist/mcp-server/src/builtin/modules/number-theory/sequences/perfectCube.d.ts +0 -2
  407. package/dist/mcp-server/src/builtin/modules/number-theory/sequences/perfectPower.d.ts +0 -10
  408. package/dist/mcp-server/src/builtin/modules/number-theory/sequences/perfectSquare.d.ts +0 -2
  409. package/dist/mcp-server/src/builtin/modules/number-theory/sequences/poligonal.d.ts +0 -2
  410. package/dist/mcp-server/src/builtin/modules/number-theory/sequences/prime.d.ts +0 -3
  411. package/dist/mcp-server/src/builtin/modules/number-theory/sequences/recaman.d.ts +0 -9
  412. package/dist/mcp-server/src/builtin/modules/number-theory/sequences/sylvester.d.ts +0 -1
  413. package/dist/mcp-server/src/builtin/modules/number-theory/sequences/thueMorse.d.ts +0 -2
  414. package/dist/mcp-server/src/builtin/modules/number-theory/sequences/tribonacci.d.ts +0 -1
  415. package/dist/mcp-server/src/builtin/modules/sequence/index.d.ts +0 -2
  416. package/dist/mcp-server/src/builtin/modules/string/index.d.ts +0 -2
  417. package/dist/mcp-server/src/builtin/modules/vector/bincount.d.ts +0 -9
  418. package/dist/mcp-server/src/builtin/modules/vector/calcMad.d.ts +0 -1
  419. package/dist/mcp-server/src/builtin/modules/vector/calcMean.d.ts +0 -1
  420. package/dist/mcp-server/src/builtin/modules/vector/calcMedad.d.ts +0 -1
  421. package/dist/mcp-server/src/builtin/modules/vector/calcMedian.d.ts +0 -1
  422. package/dist/mcp-server/src/builtin/modules/vector/calcStdDev.d.ts +0 -2
  423. package/dist/mcp-server/src/builtin/modules/vector/calcVariance.d.ts +0 -2
  424. package/dist/mcp-server/src/builtin/modules/vector/docs.d.ts +0 -2
  425. package/dist/mcp-server/src/builtin/modules/vector/entropy.d.ts +0 -8
  426. package/dist/mcp-server/src/builtin/modules/vector/histogram.d.ts +0 -9
  427. package/dist/mcp-server/src/builtin/modules/vector/index.d.ts +0 -2
  428. package/dist/mcp-server/src/builtin/modules/vector/mode.d.ts +0 -6
  429. package/dist/mcp-server/src/builtin/modules/vector/outliers.d.ts +0 -7
  430. package/dist/mcp-server/src/builtin/modules/vector/percentile.d.ts +0 -7
  431. package/dist/mcp-server/src/builtin/modules/vector/quartiles.d.ts +0 -1
  432. package/dist/mcp-server/src/builtin/modules/vector/reductionFunctions/entropy.d.ts +0 -2
  433. package/dist/mcp-server/src/builtin/modules/vector/reductionFunctions/giniCoefficient.d.ts +0 -2
  434. package/dist/mcp-server/src/builtin/modules/vector/reductionFunctions/index.d.ts +0 -13
  435. package/dist/mcp-server/src/builtin/modules/vector/reductionFunctions/iqr.d.ts +0 -2
  436. package/dist/mcp-server/src/builtin/modules/vector/reductionFunctions/kurtosis.d.ts +0 -5
  437. package/dist/mcp-server/src/builtin/modules/vector/reductionFunctions/mad.d.ts +0 -2
  438. package/dist/mcp-server/src/builtin/modules/vector/reductionFunctions/mean.d.ts +0 -4
  439. package/dist/mcp-server/src/builtin/modules/vector/reductionFunctions/medad.d.ts +0 -2
  440. package/dist/mcp-server/src/builtin/modules/vector/reductionFunctions/median.d.ts +0 -2
  441. package/dist/mcp-server/src/builtin/modules/vector/reductionFunctions/prod.d.ts +0 -2
  442. package/dist/mcp-server/src/builtin/modules/vector/reductionFunctions/rms.d.ts +0 -2
  443. package/dist/mcp-server/src/builtin/modules/vector/reductionFunctions/skewness.d.ts +0 -3
  444. package/dist/mcp-server/src/builtin/modules/vector/reductionFunctions/span.d.ts +0 -2
  445. package/dist/mcp-server/src/builtin/modules/vector/reductionFunctions/standardDeviation.d.ts +0 -3
  446. package/dist/mcp-server/src/builtin/modules/vector/reductionFunctions/sum.d.ts +0 -2
  447. package/dist/mcp-server/src/builtin/modules/vector/reductionFunctions/variance.d.ts +0 -3
  448. package/dist/mcp-server/src/builtin/normalExpressions/index.d.ts +0 -9
  449. package/dist/mcp-server/src/builtin/normalExpressions/initCoreDvala.d.ts +0 -1
  450. package/dist/mcp-server/src/builtin/specialExpressionTypes.d.ts +0 -24
  451. package/dist/mcp-server/src/builtin/specialExpressions/and.d.ts +0 -6
  452. package/dist/mcp-server/src/builtin/specialExpressions/array.d.ts +0 -6
  453. package/dist/mcp-server/src/builtin/specialExpressions/block.d.ts +0 -7
  454. package/dist/mcp-server/src/builtin/specialExpressions/cond.d.ts +0 -6
  455. package/dist/mcp-server/src/builtin/specialExpressions/defined.d.ts +0 -5
  456. package/dist/mcp-server/src/builtin/specialExpressions/effect.d.ts +0 -5
  457. package/dist/mcp-server/src/builtin/specialExpressions/functions.d.ts +0 -6
  458. package/dist/mcp-server/src/builtin/specialExpressions/if.d.ts +0 -6
  459. package/dist/mcp-server/src/builtin/specialExpressions/import.d.ts +0 -6
  460. package/dist/mcp-server/src/builtin/specialExpressions/let.d.ts +0 -6
  461. package/dist/mcp-server/src/builtin/specialExpressions/loop.d.ts +0 -6
  462. package/dist/mcp-server/src/builtin/specialExpressions/loops.d.ts +0 -9
  463. package/dist/mcp-server/src/builtin/specialExpressions/match.d.ts +0 -7
  464. package/dist/mcp-server/src/builtin/specialExpressions/object.d.ts +0 -6
  465. package/dist/mcp-server/src/builtin/specialExpressions/or.d.ts +0 -6
  466. package/dist/mcp-server/src/builtin/specialExpressions/parallel.d.ts +0 -6
  467. package/dist/mcp-server/src/builtin/specialExpressions/perform.d.ts +0 -6
  468. package/dist/mcp-server/src/builtin/specialExpressions/qq.d.ts +0 -6
  469. package/dist/mcp-server/src/builtin/specialExpressions/race.d.ts +0 -6
  470. package/dist/mcp-server/src/builtin/specialExpressions/recur.d.ts +0 -5
  471. package/dist/mcp-server/src/builtin/specialExpressions/unless.d.ts +0 -6
  472. package/dist/mcp-server/src/builtin/utils.d.ts +0 -6
  473. package/dist/mcp-server/src/bundler/interface.d.ts +0 -15
  474. package/dist/mcp-server/src/constants/constants.d.ts +0 -19
  475. package/dist/mcp-server/src/createDvala.d.ts +0 -47
  476. package/dist/mcp-server/src/errors.d.ts +0 -24
  477. package/dist/mcp-server/src/evaluator/ContextStack.d.ts +0 -70
  478. package/dist/mcp-server/src/evaluator/contentHash.d.ts +0 -21
  479. package/dist/mcp-server/src/evaluator/dedupSubTrees.d.ts +0 -37
  480. package/dist/mcp-server/src/evaluator/effectRef.d.ts +0 -27
  481. package/dist/mcp-server/src/evaluator/effectTypes.d.ts +0 -181
  482. package/dist/mcp-server/src/evaluator/frames.d.ts +0 -513
  483. package/dist/mcp-server/src/evaluator/interface.d.ts +0 -14
  484. package/dist/mcp-server/src/evaluator/standardEffects.d.ts +0 -50
  485. package/dist/mcp-server/src/evaluator/step.d.ts +0 -175
  486. package/dist/mcp-server/src/evaluator/suspension.d.ts +0 -86
  487. package/dist/mcp-server/src/evaluator/trampoline.d.ts +0 -133
  488. package/dist/mcp-server/src/getUndefinedSymbols/index.d.ts +0 -7
  489. package/dist/mcp-server/src/initReferenceData.d.ts +0 -1
  490. package/dist/mcp-server/src/interface.d.ts +0 -7
  491. package/dist/mcp-server/src/parser/ParserContext.d.ts +0 -20
  492. package/dist/mcp-server/src/parser/getPrecedence.d.ts +0 -3
  493. package/dist/mcp-server/src/parser/helpers.d.ts +0 -19
  494. package/dist/mcp-server/src/parser/index.d.ts +0 -5
  495. package/dist/mcp-server/src/parser/subParsers/parseArray.d.ts +0 -3
  496. package/dist/mcp-server/src/parser/subParsers/parseBindingTarget.d.ts +0 -8
  497. package/dist/mcp-server/src/parser/subParsers/parseCond.d.ts +0 -4
  498. package/dist/mcp-server/src/parser/subParsers/parseDo.d.ts +0 -3
  499. package/dist/mcp-server/src/parser/subParsers/parseExpression.d.ts +0 -5
  500. package/dist/mcp-server/src/parser/subParsers/parseForOrDoseq.d.ts +0 -4
  501. package/dist/mcp-server/src/parser/subParsers/parseFunction.d.ts +0 -4
  502. package/dist/mcp-server/src/parser/subParsers/parseFunctionCall.d.ts +0 -3
  503. package/dist/mcp-server/src/parser/subParsers/parseIfOrUnless.d.ts +0 -5
  504. package/dist/mcp-server/src/parser/subParsers/parseImplicitBlock.d.ts +0 -5
  505. package/dist/mcp-server/src/parser/subParsers/parseLet.d.ts +0 -4
  506. package/dist/mcp-server/src/parser/subParsers/parseLoop.d.ts +0 -4
  507. package/dist/mcp-server/src/parser/subParsers/parseMatch.d.ts +0 -4
  508. package/dist/mcp-server/src/parser/subParsers/parseNumber.d.ts +0 -3
  509. package/dist/mcp-server/src/parser/subParsers/parseObject.d.ts +0 -3
  510. package/dist/mcp-server/src/parser/subParsers/parseOperand.d.ts +0 -3
  511. package/dist/mcp-server/src/parser/subParsers/parseRegexpShorthand.d.ts +0 -3
  512. package/dist/mcp-server/src/parser/subParsers/parseReservedSymbol.d.ts +0 -3
  513. package/dist/mcp-server/src/parser/subParsers/parseString.d.ts +0 -4
  514. package/dist/mcp-server/src/parser/subParsers/parseSymbol.d.ts +0 -3
  515. package/dist/mcp-server/src/parser/types.d.ts +0 -128
  516. package/dist/mcp-server/src/tokenizer/minifyTokenStream.d.ts +0 -4
  517. package/dist/mcp-server/src/tokenizer/operators.d.ts +0 -12
  518. package/dist/mcp-server/src/tokenizer/reservedNames.d.ts +0 -65
  519. package/dist/mcp-server/src/tokenizer/token.d.ts +0 -82
  520. package/dist/mcp-server/src/tokenizer/tokenize.d.ts +0 -7
  521. package/dist/mcp-server/src/tokenizer/tokenizers.d.ts +0 -13
  522. package/dist/mcp-server/src/tooling.d.ts +0 -51
  523. package/dist/mcp-server/src/transformer/index.d.ts +0 -2
  524. package/dist/mcp-server/src/typeGuards/annotatedCollections.d.ts +0 -16
  525. package/dist/mcp-server/src/typeGuards/array.d.ts +0 -9
  526. package/dist/mcp-server/src/typeGuards/astNode.d.ts +0 -19
  527. package/dist/mcp-server/src/typeGuards/dvala.d.ts +0 -26
  528. package/dist/mcp-server/src/typeGuards/dvalaFunction.d.ts +0 -9
  529. package/dist/mcp-server/src/typeGuards/index.d.ts +0 -7
  530. package/dist/mcp-server/src/typeGuards/number.d.ts +0 -66
  531. package/dist/mcp-server/src/typeGuards/string.d.ts +0 -15
  532. package/dist/mcp-server/src/untokenizer/index.d.ts +0 -2
  533. package/dist/mcp-server/src/utils/arity.d.ts +0 -10
  534. package/dist/mcp-server/src/utils/debug/debugTools.d.ts +0 -1
  535. package/dist/mcp-server/src/utils/debug/getCodeMarker.d.ts +0 -2
  536. package/dist/mcp-server/src/utils/debug/getSourceCodeInfo.d.ts +0 -2
  537. package/dist/mcp-server/src/utils/docString/generateDocString.d.ts +0 -4
  538. package/dist/mcp-server/src/utils/getAssertionError.d.ts +0 -3
  539. package/dist/mcp-server/src/utils/index.d.ts +0 -14
  540. package/dist/mcp-server/src/utils/maybePromise.d.ts +0 -54
  541. package/dist/mcp-server/src/utils/symbols.d.ts +0 -3
  542. package/dist/modules/assertion.esm.js +0 -2
  543. package/dist/modules/assertion.esm.js.map +0 -1
  544. package/dist/modules/assertion.js +0 -2
  545. package/dist/modules/assertion.js.map +0 -1
  546. package/dist/modules/bitwise.esm.js +0 -2
  547. package/dist/modules/bitwise.esm.js.map +0 -1
  548. package/dist/modules/bitwise.js +0 -2
  549. package/dist/modules/bitwise.js.map +0 -1
  550. package/dist/modules/cli/src/cli.d.ts +0 -2
  551. package/dist/modules/cli/src/cliDocumentation/formatCliDescription.d.ts +0 -3
  552. package/dist/modules/cli/src/cliDocumentation/getCliArgumentInfo.d.ts +0 -3
  553. package/dist/modules/cli/src/cliDocumentation/getCliDocumentation.d.ts +0 -2
  554. package/dist/modules/cli/src/cliDocumentation/getCliFunctionExamples.d.ts +0 -3
  555. package/dist/modules/cli/src/cliDocumentation/getCliFunctionSignature.d.ts +0 -3
  556. package/dist/modules/cli/src/cliDocumentation/getCliTitle.d.ts +0 -3
  557. package/dist/modules/cli/src/cliDocumentation/getCliType.d.ts +0 -3
  558. package/dist/modules/cli/src/cliFormatterRules.d.ts +0 -13
  559. package/dist/modules/cli/src/colorizer.d.ts +0 -939
  560. package/dist/modules/cli/src/createReadlineInterface.d.ts +0 -5
  561. package/dist/modules/cli/src/js-interop/Cli/Fs/index.d.ts +0 -2
  562. package/dist/modules/cli/src/js-interop/Cli/Proc/index.d.ts +0 -3
  563. package/dist/modules/cli/src/js-interop/Cli/index.d.ts +0 -2
  564. package/dist/modules/collection.esm.js +0 -2
  565. package/dist/modules/collection.esm.js.map +0 -1
  566. package/dist/modules/collection.js +0 -2
  567. package/dist/modules/collection.js.map +0 -1
  568. package/dist/modules/common/createFormatter.d.ts +0 -6
  569. package/dist/modules/common/utils.d.ts +0 -2
  570. package/dist/modules/convert.esm.js +0 -2
  571. package/dist/modules/convert.esm.js.map +0 -1
  572. package/dist/modules/convert.js +0 -2
  573. package/dist/modules/convert.js.map +0 -1
  574. package/dist/modules/functional.esm.js +0 -2
  575. package/dist/modules/functional.esm.js.map +0 -1
  576. package/dist/modules/functional.js +0 -2
  577. package/dist/modules/functional.js.map +0 -1
  578. package/dist/modules/grid.esm.js +0 -2
  579. package/dist/modules/grid.esm.js.map +0 -1
  580. package/dist/modules/grid.js +0 -2
  581. package/dist/modules/grid.js.map +0 -1
  582. package/dist/modules/linear-algebra.esm.js +0 -2
  583. package/dist/modules/linear-algebra.esm.js.map +0 -1
  584. package/dist/modules/linear-algebra.js +0 -2
  585. package/dist/modules/linear-algebra.js.map +0 -1
  586. package/dist/modules/math.esm.js +0 -2
  587. package/dist/modules/math.esm.js.map +0 -1
  588. package/dist/modules/math.js +0 -2
  589. package/dist/modules/math.js.map +0 -1
  590. package/dist/modules/matrix.esm.js +0 -2
  591. package/dist/modules/matrix.esm.js.map +0 -1
  592. package/dist/modules/matrix.js +0 -2
  593. package/dist/modules/matrix.js.map +0 -1
  594. package/dist/modules/number-theory.esm.js +0 -2
  595. package/dist/modules/number-theory.esm.js.map +0 -1
  596. package/dist/modules/number-theory.js +0 -2
  597. package/dist/modules/number-theory.js.map +0 -1
  598. package/dist/modules/reference/api.d.ts +0 -73
  599. package/dist/modules/reference/datatype.d.ts +0 -3
  600. package/dist/modules/reference/index.d.ts +0 -195
  601. package/dist/modules/reference/shorthand.d.ts +0 -3
  602. package/dist/modules/sequence.esm.js +0 -2
  603. package/dist/modules/sequence.esm.js.map +0 -1
  604. package/dist/modules/sequence.js +0 -2
  605. package/dist/modules/sequence.js.map +0 -1
  606. package/dist/modules/src/AutoCompleter/AutoCompleter.d.ts +0 -27
  607. package/dist/modules/src/Cache.d.ts +0 -16
  608. package/dist/modules/src/allModules.d.ts +0 -2
  609. package/dist/modules/src/builtin/bindingNode.d.ts +0 -11
  610. package/dist/modules/src/builtin/core/array.d.ts +0 -2
  611. package/dist/modules/src/builtin/core/assertion.d.ts +0 -2
  612. package/dist/modules/src/builtin/core/bitwise.d.ts +0 -2
  613. package/dist/modules/src/builtin/core/collection.d.ts +0 -2
  614. package/dist/modules/src/builtin/core/functional.d.ts +0 -2
  615. package/dist/modules/src/builtin/core/math.d.ts +0 -2
  616. package/dist/modules/src/builtin/core/meta.d.ts +0 -3
  617. package/dist/modules/src/builtin/core/misc.d.ts +0 -2
  618. package/dist/modules/src/builtin/core/object.d.ts +0 -2
  619. package/dist/modules/src/builtin/core/predicates.d.ts +0 -2
  620. package/dist/modules/src/builtin/core/regexp.d.ts +0 -2
  621. package/dist/modules/src/builtin/core/sequence.d.ts +0 -2
  622. package/dist/modules/src/builtin/core/string.d.ts +0 -2
  623. package/dist/modules/src/builtin/core/vector.d.ts +0 -2
  624. package/dist/modules/src/builtin/index.d.ts +0 -13
  625. package/dist/modules/src/builtin/interface.d.ts +0 -113
  626. package/dist/modules/src/builtin/modules/assertion/docs.d.ts +0 -2
  627. package/dist/modules/src/builtin/modules/assertion/index.d.ts +0 -2
  628. package/dist/modules/src/builtin/modules/bitwise/index.d.ts +0 -2
  629. package/dist/modules/src/builtin/modules/collection/index.d.ts +0 -2
  630. package/dist/modules/src/builtin/modules/convert/index.d.ts +0 -2
  631. package/dist/modules/src/builtin/modules/functional/index.d.ts +0 -2
  632. package/dist/modules/src/builtin/modules/grid/docs.d.ts +0 -2
  633. package/dist/modules/src/builtin/modules/grid/fromArray.d.ts +0 -8
  634. package/dist/modules/src/builtin/modules/grid/index.d.ts +0 -2
  635. package/dist/modules/src/builtin/modules/grid/transpose.d.ts +0 -2
  636. package/dist/modules/src/builtin/modules/interface.d.ts +0 -28
  637. package/dist/modules/src/builtin/modules/linear-algebra/docs.d.ts +0 -2
  638. package/dist/modules/src/builtin/modules/linear-algebra/helpers/calcFractionalRanks.d.ts +0 -1
  639. package/dist/modules/src/builtin/modules/linear-algebra/helpers/collinear.d.ts +0 -2
  640. package/dist/modules/src/builtin/modules/linear-algebra/helpers/corrleation.d.ts +0 -8
  641. package/dist/modules/src/builtin/modules/linear-algebra/helpers/covariance.d.ts +0 -4
  642. package/dist/modules/src/builtin/modules/linear-algebra/helpers/dot.d.ts +0 -1
  643. package/dist/modules/src/builtin/modules/linear-algebra/helpers/gaussJordanElimination.d.ts +0 -7
  644. package/dist/modules/src/builtin/modules/linear-algebra/helpers/getUnit.d.ts +0 -2
  645. package/dist/modules/src/builtin/modules/linear-algebra/helpers/isZeroVector.d.ts +0 -1
  646. package/dist/modules/src/builtin/modules/linear-algebra/helpers/kendallTau.d.ts +0 -10
  647. package/dist/modules/src/builtin/modules/linear-algebra/helpers/length.d.ts +0 -1
  648. package/dist/modules/src/builtin/modules/linear-algebra/helpers/pearsonCorr.d.ts +0 -1
  649. package/dist/modules/src/builtin/modules/linear-algebra/helpers/scale.d.ts +0 -1
  650. package/dist/modules/src/builtin/modules/linear-algebra/helpers/solve.d.ts +0 -8
  651. package/dist/modules/src/builtin/modules/linear-algebra/helpers/subtract.d.ts +0 -1
  652. package/dist/modules/src/builtin/modules/linear-algebra/index.d.ts +0 -4
  653. package/dist/modules/src/builtin/modules/math/index.d.ts +0 -2
  654. package/dist/modules/src/builtin/modules/matrix/docs.d.ts +0 -2
  655. package/dist/modules/src/builtin/modules/matrix/helpers/adjugate.d.ts +0 -1
  656. package/dist/modules/src/builtin/modules/matrix/helpers/band.d.ts +0 -9
  657. package/dist/modules/src/builtin/modules/matrix/helpers/cofactor.d.ts +0 -1
  658. package/dist/modules/src/builtin/modules/matrix/helpers/determinant.d.ts +0 -6
  659. package/dist/modules/src/builtin/modules/matrix/helpers/diagonal.d.ts +0 -1
  660. package/dist/modules/src/builtin/modules/matrix/helpers/inverse.d.ts +0 -6
  661. package/dist/modules/src/builtin/modules/matrix/helpers/isBanded.d.ts +0 -11
  662. package/dist/modules/src/builtin/modules/matrix/helpers/isDiagonal.d.ts +0 -10
  663. package/dist/modules/src/builtin/modules/matrix/helpers/isIdentity.d.ts +0 -1
  664. package/dist/modules/src/builtin/modules/matrix/helpers/isOrthogonal.d.ts +0 -1
  665. package/dist/modules/src/builtin/modules/matrix/helpers/isSquare.d.ts +0 -1
  666. package/dist/modules/src/builtin/modules/matrix/helpers/isSymetric.d.ts +0 -8
  667. package/dist/modules/src/builtin/modules/matrix/helpers/isTriangular.d.ts +0 -13
  668. package/dist/modules/src/builtin/modules/matrix/helpers/matrixMultiply.d.ts +0 -7
  669. package/dist/modules/src/builtin/modules/matrix/helpers/minor.d.ts +0 -1
  670. package/dist/modules/src/builtin/modules/matrix/helpers/norm1.d.ts +0 -1
  671. package/dist/modules/src/builtin/modules/matrix/helpers/trace.d.ts +0 -8
  672. package/dist/modules/src/builtin/modules/matrix/index.d.ts +0 -4
  673. package/dist/modules/src/builtin/modules/number-theory/binomialCefficient.d.ts +0 -1
  674. package/dist/modules/src/builtin/modules/number-theory/combinations.d.ts +0 -2
  675. package/dist/modules/src/builtin/modules/number-theory/derangements.d.ts +0 -2
  676. package/dist/modules/src/builtin/modules/number-theory/divisors.d.ts +0 -4
  677. package/dist/modules/src/builtin/modules/number-theory/docs.d.ts +0 -2
  678. package/dist/modules/src/builtin/modules/number-theory/factorial.d.ts +0 -3
  679. package/dist/modules/src/builtin/modules/number-theory/index.d.ts +0 -4
  680. package/dist/modules/src/builtin/modules/number-theory/partitions.d.ts +0 -2
  681. package/dist/modules/src/builtin/modules/number-theory/permutations.d.ts +0 -2
  682. package/dist/modules/src/builtin/modules/number-theory/powerSet.d.ts +0 -2
  683. package/dist/modules/src/builtin/modules/number-theory/primeFactors.d.ts +0 -11
  684. package/dist/modules/src/builtin/modules/number-theory/sequences/abundant.d.ts +0 -2
  685. package/dist/modules/src/builtin/modules/number-theory/sequences/arithmetic.d.ts +0 -2
  686. package/dist/modules/src/builtin/modules/number-theory/sequences/bell.d.ts +0 -1
  687. package/dist/modules/src/builtin/modules/number-theory/sequences/bernoulli.d.ts +0 -2
  688. package/dist/modules/src/builtin/modules/number-theory/sequences/catalan.d.ts +0 -1
  689. package/dist/modules/src/builtin/modules/number-theory/sequences/collatz.d.ts +0 -2
  690. package/dist/modules/src/builtin/modules/number-theory/sequences/composite.d.ts +0 -3
  691. package/dist/modules/src/builtin/modules/number-theory/sequences/deficient.d.ts +0 -2
  692. package/dist/modules/src/builtin/modules/number-theory/sequences/factorial.d.ts +0 -1
  693. package/dist/modules/src/builtin/modules/number-theory/sequences/fibonacci.d.ts +0 -1
  694. package/dist/modules/src/builtin/modules/number-theory/sequences/geometric.d.ts +0 -2
  695. package/dist/modules/src/builtin/modules/number-theory/sequences/golomb.d.ts +0 -2
  696. package/dist/modules/src/builtin/modules/number-theory/sequences/happy.d.ts +0 -2
  697. package/dist/modules/src/builtin/modules/number-theory/sequences/index.d.ts +0 -27
  698. package/dist/modules/src/builtin/modules/number-theory/sequences/juggler.d.ts +0 -2
  699. package/dist/modules/src/builtin/modules/number-theory/sequences/lookAndSay.d.ts +0 -2
  700. package/dist/modules/src/builtin/modules/number-theory/sequences/lucas.d.ts +0 -1
  701. package/dist/modules/src/builtin/modules/number-theory/sequences/lucky.d.ts +0 -2
  702. package/dist/modules/src/builtin/modules/number-theory/sequences/mersenne.d.ts +0 -1
  703. package/dist/modules/src/builtin/modules/number-theory/sequences/padovan.d.ts +0 -2
  704. package/dist/modules/src/builtin/modules/number-theory/sequences/partition.d.ts +0 -1
  705. package/dist/modules/src/builtin/modules/number-theory/sequences/pell.d.ts +0 -1
  706. package/dist/modules/src/builtin/modules/number-theory/sequences/perfect.d.ts +0 -1
  707. package/dist/modules/src/builtin/modules/number-theory/sequences/perfectCube.d.ts +0 -2
  708. package/dist/modules/src/builtin/modules/number-theory/sequences/perfectPower.d.ts +0 -10
  709. package/dist/modules/src/builtin/modules/number-theory/sequences/perfectSquare.d.ts +0 -2
  710. package/dist/modules/src/builtin/modules/number-theory/sequences/poligonal.d.ts +0 -2
  711. package/dist/modules/src/builtin/modules/number-theory/sequences/prime.d.ts +0 -3
  712. package/dist/modules/src/builtin/modules/number-theory/sequences/recaman.d.ts +0 -9
  713. package/dist/modules/src/builtin/modules/number-theory/sequences/sylvester.d.ts +0 -1
  714. package/dist/modules/src/builtin/modules/number-theory/sequences/thueMorse.d.ts +0 -2
  715. package/dist/modules/src/builtin/modules/number-theory/sequences/tribonacci.d.ts +0 -1
  716. package/dist/modules/src/builtin/modules/sequence/index.d.ts +0 -2
  717. package/dist/modules/src/builtin/modules/string/index.d.ts +0 -2
  718. package/dist/modules/src/builtin/modules/vector/bincount.d.ts +0 -9
  719. package/dist/modules/src/builtin/modules/vector/calcMad.d.ts +0 -1
  720. package/dist/modules/src/builtin/modules/vector/calcMean.d.ts +0 -1
  721. package/dist/modules/src/builtin/modules/vector/calcMedad.d.ts +0 -1
  722. package/dist/modules/src/builtin/modules/vector/calcMedian.d.ts +0 -1
  723. package/dist/modules/src/builtin/modules/vector/calcStdDev.d.ts +0 -2
  724. package/dist/modules/src/builtin/modules/vector/calcVariance.d.ts +0 -2
  725. package/dist/modules/src/builtin/modules/vector/docs.d.ts +0 -2
  726. package/dist/modules/src/builtin/modules/vector/entropy.d.ts +0 -8
  727. package/dist/modules/src/builtin/modules/vector/histogram.d.ts +0 -9
  728. package/dist/modules/src/builtin/modules/vector/index.d.ts +0 -2
  729. package/dist/modules/src/builtin/modules/vector/mode.d.ts +0 -6
  730. package/dist/modules/src/builtin/modules/vector/outliers.d.ts +0 -7
  731. package/dist/modules/src/builtin/modules/vector/percentile.d.ts +0 -7
  732. package/dist/modules/src/builtin/modules/vector/quartiles.d.ts +0 -1
  733. package/dist/modules/src/builtin/modules/vector/reductionFunctions/entropy.d.ts +0 -2
  734. package/dist/modules/src/builtin/modules/vector/reductionFunctions/giniCoefficient.d.ts +0 -2
  735. package/dist/modules/src/builtin/modules/vector/reductionFunctions/index.d.ts +0 -13
  736. package/dist/modules/src/builtin/modules/vector/reductionFunctions/iqr.d.ts +0 -2
  737. package/dist/modules/src/builtin/modules/vector/reductionFunctions/kurtosis.d.ts +0 -5
  738. package/dist/modules/src/builtin/modules/vector/reductionFunctions/mad.d.ts +0 -2
  739. package/dist/modules/src/builtin/modules/vector/reductionFunctions/mean.d.ts +0 -4
  740. package/dist/modules/src/builtin/modules/vector/reductionFunctions/medad.d.ts +0 -2
  741. package/dist/modules/src/builtin/modules/vector/reductionFunctions/median.d.ts +0 -2
  742. package/dist/modules/src/builtin/modules/vector/reductionFunctions/prod.d.ts +0 -2
  743. package/dist/modules/src/builtin/modules/vector/reductionFunctions/rms.d.ts +0 -2
  744. package/dist/modules/src/builtin/modules/vector/reductionFunctions/skewness.d.ts +0 -3
  745. package/dist/modules/src/builtin/modules/vector/reductionFunctions/span.d.ts +0 -2
  746. package/dist/modules/src/builtin/modules/vector/reductionFunctions/standardDeviation.d.ts +0 -3
  747. package/dist/modules/src/builtin/modules/vector/reductionFunctions/sum.d.ts +0 -2
  748. package/dist/modules/src/builtin/modules/vector/reductionFunctions/variance.d.ts +0 -3
  749. package/dist/modules/src/builtin/normalExpressions/index.d.ts +0 -9
  750. package/dist/modules/src/builtin/normalExpressions/initCoreDvala.d.ts +0 -1
  751. package/dist/modules/src/builtin/specialExpressionTypes.d.ts +0 -24
  752. package/dist/modules/src/builtin/specialExpressions/and.d.ts +0 -6
  753. package/dist/modules/src/builtin/specialExpressions/array.d.ts +0 -6
  754. package/dist/modules/src/builtin/specialExpressions/block.d.ts +0 -7
  755. package/dist/modules/src/builtin/specialExpressions/cond.d.ts +0 -6
  756. package/dist/modules/src/builtin/specialExpressions/defined.d.ts +0 -5
  757. package/dist/modules/src/builtin/specialExpressions/effect.d.ts +0 -5
  758. package/dist/modules/src/builtin/specialExpressions/functions.d.ts +0 -6
  759. package/dist/modules/src/builtin/specialExpressions/if.d.ts +0 -6
  760. package/dist/modules/src/builtin/specialExpressions/import.d.ts +0 -6
  761. package/dist/modules/src/builtin/specialExpressions/let.d.ts +0 -6
  762. package/dist/modules/src/builtin/specialExpressions/loop.d.ts +0 -6
  763. package/dist/modules/src/builtin/specialExpressions/loops.d.ts +0 -9
  764. package/dist/modules/src/builtin/specialExpressions/match.d.ts +0 -7
  765. package/dist/modules/src/builtin/specialExpressions/object.d.ts +0 -6
  766. package/dist/modules/src/builtin/specialExpressions/or.d.ts +0 -6
  767. package/dist/modules/src/builtin/specialExpressions/parallel.d.ts +0 -6
  768. package/dist/modules/src/builtin/specialExpressions/perform.d.ts +0 -6
  769. package/dist/modules/src/builtin/specialExpressions/qq.d.ts +0 -6
  770. package/dist/modules/src/builtin/specialExpressions/race.d.ts +0 -6
  771. package/dist/modules/src/builtin/specialExpressions/recur.d.ts +0 -5
  772. package/dist/modules/src/builtin/specialExpressions/unless.d.ts +0 -6
  773. package/dist/modules/src/builtin/utils.d.ts +0 -6
  774. package/dist/modules/src/bundler/index.d.ts +0 -9
  775. package/dist/modules/src/bundler/interface.d.ts +0 -15
  776. package/dist/modules/src/bundler.d.ts +0 -3
  777. package/dist/modules/src/constants/constants.d.ts +0 -19
  778. package/dist/modules/src/createDvala.d.ts +0 -47
  779. package/dist/modules/src/debug.d.ts +0 -115
  780. package/dist/modules/src/errors.d.ts +0 -24
  781. package/dist/modules/src/evaluator/ContextStack.d.ts +0 -70
  782. package/dist/modules/src/evaluator/contentHash.d.ts +0 -21
  783. package/dist/modules/src/evaluator/dedupSubTrees.d.ts +0 -37
  784. package/dist/modules/src/evaluator/effectRef.d.ts +0 -27
  785. package/dist/modules/src/evaluator/effectTypes.d.ts +0 -181
  786. package/dist/modules/src/evaluator/frames.d.ts +0 -513
  787. package/dist/modules/src/evaluator/interface.d.ts +0 -14
  788. package/dist/modules/src/evaluator/serialization.d.ts +0 -38
  789. package/dist/modules/src/evaluator/standardEffects.d.ts +0 -50
  790. package/dist/modules/src/evaluator/step.d.ts +0 -175
  791. package/dist/modules/src/evaluator/suspension.d.ts +0 -86
  792. package/dist/modules/src/evaluator/trampoline.d.ts +0 -133
  793. package/dist/modules/src/full.d.ts +0 -16
  794. package/dist/modules/src/getUndefinedSymbols/index.d.ts +0 -7
  795. package/dist/modules/src/index.d.ts +0 -21
  796. package/dist/modules/src/initReferenceData.d.ts +0 -1
  797. package/dist/modules/src/interface.d.ts +0 -7
  798. package/dist/modules/src/modules/assertion.d.ts +0 -2
  799. package/dist/modules/src/modules/bitwise.d.ts +0 -2
  800. package/dist/modules/src/modules/collection.d.ts +0 -2
  801. package/dist/modules/src/modules/convert.d.ts +0 -2
  802. package/dist/modules/src/modules/functional.d.ts +0 -2
  803. package/dist/modules/src/modules/grid.d.ts +0 -2
  804. package/dist/modules/src/modules/linear-algebra.d.ts +0 -2
  805. package/dist/modules/src/modules/math.d.ts +0 -2
  806. package/dist/modules/src/modules/matrix.d.ts +0 -2
  807. package/dist/modules/src/modules/number-theory.d.ts +0 -2
  808. package/dist/modules/src/modules/sequence.d.ts +0 -2
  809. package/dist/modules/src/modules/string.d.ts +0 -2
  810. package/dist/modules/src/modules/vector.d.ts +0 -2
  811. package/dist/modules/src/parser/ParserContext.d.ts +0 -20
  812. package/dist/modules/src/parser/getPrecedence.d.ts +0 -3
  813. package/dist/modules/src/parser/helpers.d.ts +0 -19
  814. package/dist/modules/src/parser/index.d.ts +0 -5
  815. package/dist/modules/src/parser/subParsers/parseArray.d.ts +0 -3
  816. package/dist/modules/src/parser/subParsers/parseBindingTarget.d.ts +0 -8
  817. package/dist/modules/src/parser/subParsers/parseCond.d.ts +0 -4
  818. package/dist/modules/src/parser/subParsers/parseDo.d.ts +0 -3
  819. package/dist/modules/src/parser/subParsers/parseExpression.d.ts +0 -5
  820. package/dist/modules/src/parser/subParsers/parseForOrDoseq.d.ts +0 -4
  821. package/dist/modules/src/parser/subParsers/parseFunction.d.ts +0 -4
  822. package/dist/modules/src/parser/subParsers/parseFunctionCall.d.ts +0 -3
  823. package/dist/modules/src/parser/subParsers/parseIfOrUnless.d.ts +0 -5
  824. package/dist/modules/src/parser/subParsers/parseImplicitBlock.d.ts +0 -5
  825. package/dist/modules/src/parser/subParsers/parseLet.d.ts +0 -4
  826. package/dist/modules/src/parser/subParsers/parseLoop.d.ts +0 -4
  827. package/dist/modules/src/parser/subParsers/parseMatch.d.ts +0 -4
  828. package/dist/modules/src/parser/subParsers/parseNumber.d.ts +0 -3
  829. package/dist/modules/src/parser/subParsers/parseObject.d.ts +0 -3
  830. package/dist/modules/src/parser/subParsers/parseOperand.d.ts +0 -3
  831. package/dist/modules/src/parser/subParsers/parseRegexpShorthand.d.ts +0 -3
  832. package/dist/modules/src/parser/subParsers/parseReservedSymbol.d.ts +0 -3
  833. package/dist/modules/src/parser/subParsers/parseString.d.ts +0 -4
  834. package/dist/modules/src/parser/subParsers/parseSymbol.d.ts +0 -3
  835. package/dist/modules/src/parser/types.d.ts +0 -128
  836. package/dist/modules/src/resume.d.ts +0 -41
  837. package/dist/modules/src/symbolPatterns.d.ts +0 -2
  838. package/dist/modules/src/testFramework/index.d.ts +0 -15
  839. package/dist/modules/src/tokenizer/minifyTokenStream.d.ts +0 -4
  840. package/dist/modules/src/tokenizer/operators.d.ts +0 -12
  841. package/dist/modules/src/tokenizer/reservedNames.d.ts +0 -65
  842. package/dist/modules/src/tokenizer/token.d.ts +0 -82
  843. package/dist/modules/src/tokenizer/tokenize.d.ts +0 -7
  844. package/dist/modules/src/tokenizer/tokenizers.d.ts +0 -13
  845. package/dist/modules/src/tooling.d.ts +0 -51
  846. package/dist/modules/src/transformer/index.d.ts +0 -2
  847. package/dist/modules/src/typeGuards/annotatedCollections.d.ts +0 -16
  848. package/dist/modules/src/typeGuards/array.d.ts +0 -9
  849. package/dist/modules/src/typeGuards/astNode.d.ts +0 -19
  850. package/dist/modules/src/typeGuards/dvala.d.ts +0 -26
  851. package/dist/modules/src/typeGuards/dvalaFunction.d.ts +0 -9
  852. package/dist/modules/src/typeGuards/index.d.ts +0 -7
  853. package/dist/modules/src/typeGuards/number.d.ts +0 -66
  854. package/dist/modules/src/typeGuards/string.d.ts +0 -15
  855. package/dist/modules/src/untokenizer/index.d.ts +0 -2
  856. package/dist/modules/src/utils/arity.d.ts +0 -10
  857. package/dist/modules/src/utils/debug/debugTools.d.ts +0 -1
  858. package/dist/modules/src/utils/debug/getCodeMarker.d.ts +0 -2
  859. package/dist/modules/src/utils/debug/getSourceCodeInfo.d.ts +0 -2
  860. package/dist/modules/src/utils/docString/generateDocString.d.ts +0 -4
  861. package/dist/modules/src/utils/getAssertionError.d.ts +0 -3
  862. package/dist/modules/src/utils/index.d.ts +0 -14
  863. package/dist/modules/src/utils/maybePromise.d.ts +0 -54
  864. package/dist/modules/src/utils/symbols.d.ts +0 -3
  865. package/dist/modules/string.esm.js +0 -2
  866. package/dist/modules/string.esm.js.map +0 -1
  867. package/dist/modules/string.js +0 -2
  868. package/dist/modules/string.js.map +0 -1
  869. package/dist/modules/vector.esm.js +0 -2
  870. package/dist/modules/vector.esm.js.map +0 -1
  871. package/dist/modules/vector.js +0 -2
  872. package/dist/modules/vector.js.map +0 -1
  873. package/dist/reference/api.d.ts +0 -73
  874. package/dist/reference/datatype.d.ts +0 -3
  875. package/dist/reference/index.d.ts +0 -195
  876. package/dist/reference/shorthand.d.ts +0 -3
  877. package/dist/src/AutoCompleter/AutoCompleter.d.ts +0 -27
  878. package/dist/src/Cache.d.ts +0 -16
  879. package/dist/src/allModules.d.ts +0 -2
  880. package/dist/src/builtin/bindingNode.d.ts +0 -11
  881. package/dist/src/builtin/core/array.d.ts +0 -2
  882. package/dist/src/builtin/core/assertion.d.ts +0 -2
  883. package/dist/src/builtin/core/bitwise.d.ts +0 -2
  884. package/dist/src/builtin/core/collection.d.ts +0 -2
  885. package/dist/src/builtin/core/functional.d.ts +0 -2
  886. package/dist/src/builtin/core/math.d.ts +0 -2
  887. package/dist/src/builtin/core/meta.d.ts +0 -3
  888. package/dist/src/builtin/core/misc.d.ts +0 -2
  889. package/dist/src/builtin/core/object.d.ts +0 -2
  890. package/dist/src/builtin/core/predicates.d.ts +0 -2
  891. package/dist/src/builtin/core/regexp.d.ts +0 -2
  892. package/dist/src/builtin/core/sequence.d.ts +0 -2
  893. package/dist/src/builtin/core/string.d.ts +0 -2
  894. package/dist/src/builtin/core/vector.d.ts +0 -2
  895. package/dist/src/builtin/index.d.ts +0 -13
  896. package/dist/src/builtin/interface.d.ts +0 -113
  897. package/dist/src/builtin/modules/assertion/docs.d.ts +0 -2
  898. package/dist/src/builtin/modules/assertion/index.d.ts +0 -2
  899. package/dist/src/builtin/modules/bitwise/index.d.ts +0 -2
  900. package/dist/src/builtin/modules/collection/index.d.ts +0 -2
  901. package/dist/src/builtin/modules/convert/index.d.ts +0 -2
  902. package/dist/src/builtin/modules/functional/index.d.ts +0 -2
  903. package/dist/src/builtin/modules/grid/docs.d.ts +0 -2
  904. package/dist/src/builtin/modules/grid/fromArray.d.ts +0 -8
  905. package/dist/src/builtin/modules/grid/index.d.ts +0 -2
  906. package/dist/src/builtin/modules/grid/transpose.d.ts +0 -2
  907. package/dist/src/builtin/modules/interface.d.ts +0 -28
  908. package/dist/src/builtin/modules/linear-algebra/docs.d.ts +0 -2
  909. package/dist/src/builtin/modules/linear-algebra/helpers/calcFractionalRanks.d.ts +0 -1
  910. package/dist/src/builtin/modules/linear-algebra/helpers/collinear.d.ts +0 -2
  911. package/dist/src/builtin/modules/linear-algebra/helpers/corrleation.d.ts +0 -8
  912. package/dist/src/builtin/modules/linear-algebra/helpers/covariance.d.ts +0 -4
  913. package/dist/src/builtin/modules/linear-algebra/helpers/dot.d.ts +0 -1
  914. package/dist/src/builtin/modules/linear-algebra/helpers/gaussJordanElimination.d.ts +0 -7
  915. package/dist/src/builtin/modules/linear-algebra/helpers/getUnit.d.ts +0 -2
  916. package/dist/src/builtin/modules/linear-algebra/helpers/isZeroVector.d.ts +0 -1
  917. package/dist/src/builtin/modules/linear-algebra/helpers/kendallTau.d.ts +0 -10
  918. package/dist/src/builtin/modules/linear-algebra/helpers/length.d.ts +0 -1
  919. package/dist/src/builtin/modules/linear-algebra/helpers/pearsonCorr.d.ts +0 -1
  920. package/dist/src/builtin/modules/linear-algebra/helpers/scale.d.ts +0 -1
  921. package/dist/src/builtin/modules/linear-algebra/helpers/solve.d.ts +0 -8
  922. package/dist/src/builtin/modules/linear-algebra/helpers/subtract.d.ts +0 -1
  923. package/dist/src/builtin/modules/linear-algebra/index.d.ts +0 -4
  924. package/dist/src/builtin/modules/math/index.d.ts +0 -2
  925. package/dist/src/builtin/modules/matrix/docs.d.ts +0 -2
  926. package/dist/src/builtin/modules/matrix/helpers/adjugate.d.ts +0 -1
  927. package/dist/src/builtin/modules/matrix/helpers/band.d.ts +0 -9
  928. package/dist/src/builtin/modules/matrix/helpers/cofactor.d.ts +0 -1
  929. package/dist/src/builtin/modules/matrix/helpers/determinant.d.ts +0 -6
  930. package/dist/src/builtin/modules/matrix/helpers/diagonal.d.ts +0 -1
  931. package/dist/src/builtin/modules/matrix/helpers/inverse.d.ts +0 -6
  932. package/dist/src/builtin/modules/matrix/helpers/isBanded.d.ts +0 -11
  933. package/dist/src/builtin/modules/matrix/helpers/isDiagonal.d.ts +0 -10
  934. package/dist/src/builtin/modules/matrix/helpers/isIdentity.d.ts +0 -1
  935. package/dist/src/builtin/modules/matrix/helpers/isOrthogonal.d.ts +0 -1
  936. package/dist/src/builtin/modules/matrix/helpers/isSquare.d.ts +0 -1
  937. package/dist/src/builtin/modules/matrix/helpers/isSymetric.d.ts +0 -8
  938. package/dist/src/builtin/modules/matrix/helpers/isTriangular.d.ts +0 -13
  939. package/dist/src/builtin/modules/matrix/helpers/matrixMultiply.d.ts +0 -7
  940. package/dist/src/builtin/modules/matrix/helpers/minor.d.ts +0 -1
  941. package/dist/src/builtin/modules/matrix/helpers/norm1.d.ts +0 -1
  942. package/dist/src/builtin/modules/matrix/helpers/trace.d.ts +0 -8
  943. package/dist/src/builtin/modules/matrix/index.d.ts +0 -4
  944. package/dist/src/builtin/modules/number-theory/binomialCefficient.d.ts +0 -1
  945. package/dist/src/builtin/modules/number-theory/combinations.d.ts +0 -2
  946. package/dist/src/builtin/modules/number-theory/derangements.d.ts +0 -2
  947. package/dist/src/builtin/modules/number-theory/divisors.d.ts +0 -4
  948. package/dist/src/builtin/modules/number-theory/docs.d.ts +0 -2
  949. package/dist/src/builtin/modules/number-theory/factorial.d.ts +0 -3
  950. package/dist/src/builtin/modules/number-theory/index.d.ts +0 -4
  951. package/dist/src/builtin/modules/number-theory/partitions.d.ts +0 -2
  952. package/dist/src/builtin/modules/number-theory/permutations.d.ts +0 -2
  953. package/dist/src/builtin/modules/number-theory/powerSet.d.ts +0 -2
  954. package/dist/src/builtin/modules/number-theory/primeFactors.d.ts +0 -11
  955. package/dist/src/builtin/modules/number-theory/sequences/abundant.d.ts +0 -2
  956. package/dist/src/builtin/modules/number-theory/sequences/arithmetic.d.ts +0 -2
  957. package/dist/src/builtin/modules/number-theory/sequences/bell.d.ts +0 -1
  958. package/dist/src/builtin/modules/number-theory/sequences/bernoulli.d.ts +0 -2
  959. package/dist/src/builtin/modules/number-theory/sequences/catalan.d.ts +0 -1
  960. package/dist/src/builtin/modules/number-theory/sequences/collatz.d.ts +0 -2
  961. package/dist/src/builtin/modules/number-theory/sequences/composite.d.ts +0 -3
  962. package/dist/src/builtin/modules/number-theory/sequences/deficient.d.ts +0 -2
  963. package/dist/src/builtin/modules/number-theory/sequences/factorial.d.ts +0 -1
  964. package/dist/src/builtin/modules/number-theory/sequences/fibonacci.d.ts +0 -1
  965. package/dist/src/builtin/modules/number-theory/sequences/geometric.d.ts +0 -2
  966. package/dist/src/builtin/modules/number-theory/sequences/golomb.d.ts +0 -2
  967. package/dist/src/builtin/modules/number-theory/sequences/happy.d.ts +0 -2
  968. package/dist/src/builtin/modules/number-theory/sequences/index.d.ts +0 -27
  969. package/dist/src/builtin/modules/number-theory/sequences/juggler.d.ts +0 -2
  970. package/dist/src/builtin/modules/number-theory/sequences/lookAndSay.d.ts +0 -2
  971. package/dist/src/builtin/modules/number-theory/sequences/lucas.d.ts +0 -1
  972. package/dist/src/builtin/modules/number-theory/sequences/lucky.d.ts +0 -2
  973. package/dist/src/builtin/modules/number-theory/sequences/mersenne.d.ts +0 -1
  974. package/dist/src/builtin/modules/number-theory/sequences/padovan.d.ts +0 -2
  975. package/dist/src/builtin/modules/number-theory/sequences/partition.d.ts +0 -1
  976. package/dist/src/builtin/modules/number-theory/sequences/pell.d.ts +0 -1
  977. package/dist/src/builtin/modules/number-theory/sequences/perfect.d.ts +0 -1
  978. package/dist/src/builtin/modules/number-theory/sequences/perfectCube.d.ts +0 -2
  979. package/dist/src/builtin/modules/number-theory/sequences/perfectPower.d.ts +0 -10
  980. package/dist/src/builtin/modules/number-theory/sequences/perfectSquare.d.ts +0 -2
  981. package/dist/src/builtin/modules/number-theory/sequences/poligonal.d.ts +0 -2
  982. package/dist/src/builtin/modules/number-theory/sequences/prime.d.ts +0 -3
  983. package/dist/src/builtin/modules/number-theory/sequences/recaman.d.ts +0 -9
  984. package/dist/src/builtin/modules/number-theory/sequences/sylvester.d.ts +0 -1
  985. package/dist/src/builtin/modules/number-theory/sequences/thueMorse.d.ts +0 -2
  986. package/dist/src/builtin/modules/number-theory/sequences/tribonacci.d.ts +0 -1
  987. package/dist/src/builtin/modules/sequence/index.d.ts +0 -2
  988. package/dist/src/builtin/modules/string/index.d.ts +0 -2
  989. package/dist/src/builtin/modules/vector/bincount.d.ts +0 -9
  990. package/dist/src/builtin/modules/vector/calcMad.d.ts +0 -1
  991. package/dist/src/builtin/modules/vector/calcMean.d.ts +0 -1
  992. package/dist/src/builtin/modules/vector/calcMedad.d.ts +0 -1
  993. package/dist/src/builtin/modules/vector/calcMedian.d.ts +0 -1
  994. package/dist/src/builtin/modules/vector/calcStdDev.d.ts +0 -2
  995. package/dist/src/builtin/modules/vector/calcVariance.d.ts +0 -2
  996. package/dist/src/builtin/modules/vector/docs.d.ts +0 -2
  997. package/dist/src/builtin/modules/vector/entropy.d.ts +0 -8
  998. package/dist/src/builtin/modules/vector/histogram.d.ts +0 -9
  999. package/dist/src/builtin/modules/vector/index.d.ts +0 -2
  1000. package/dist/src/builtin/modules/vector/mode.d.ts +0 -6
  1001. package/dist/src/builtin/modules/vector/outliers.d.ts +0 -7
  1002. package/dist/src/builtin/modules/vector/percentile.d.ts +0 -7
  1003. package/dist/src/builtin/modules/vector/quartiles.d.ts +0 -1
  1004. package/dist/src/builtin/modules/vector/reductionFunctions/entropy.d.ts +0 -2
  1005. package/dist/src/builtin/modules/vector/reductionFunctions/giniCoefficient.d.ts +0 -2
  1006. package/dist/src/builtin/modules/vector/reductionFunctions/index.d.ts +0 -13
  1007. package/dist/src/builtin/modules/vector/reductionFunctions/iqr.d.ts +0 -2
  1008. package/dist/src/builtin/modules/vector/reductionFunctions/kurtosis.d.ts +0 -5
  1009. package/dist/src/builtin/modules/vector/reductionFunctions/mad.d.ts +0 -2
  1010. package/dist/src/builtin/modules/vector/reductionFunctions/mean.d.ts +0 -4
  1011. package/dist/src/builtin/modules/vector/reductionFunctions/medad.d.ts +0 -2
  1012. package/dist/src/builtin/modules/vector/reductionFunctions/median.d.ts +0 -2
  1013. package/dist/src/builtin/modules/vector/reductionFunctions/prod.d.ts +0 -2
  1014. package/dist/src/builtin/modules/vector/reductionFunctions/rms.d.ts +0 -2
  1015. package/dist/src/builtin/modules/vector/reductionFunctions/skewness.d.ts +0 -3
  1016. package/dist/src/builtin/modules/vector/reductionFunctions/span.d.ts +0 -2
  1017. package/dist/src/builtin/modules/vector/reductionFunctions/standardDeviation.d.ts +0 -3
  1018. package/dist/src/builtin/modules/vector/reductionFunctions/sum.d.ts +0 -2
  1019. package/dist/src/builtin/modules/vector/reductionFunctions/variance.d.ts +0 -3
  1020. package/dist/src/builtin/normalExpressions/index.d.ts +0 -9
  1021. package/dist/src/builtin/normalExpressions/initCoreDvala.d.ts +0 -1
  1022. package/dist/src/builtin/specialExpressionTypes.d.ts +0 -24
  1023. package/dist/src/builtin/specialExpressions/and.d.ts +0 -6
  1024. package/dist/src/builtin/specialExpressions/array.d.ts +0 -6
  1025. package/dist/src/builtin/specialExpressions/block.d.ts +0 -7
  1026. package/dist/src/builtin/specialExpressions/cond.d.ts +0 -6
  1027. package/dist/src/builtin/specialExpressions/defined.d.ts +0 -5
  1028. package/dist/src/builtin/specialExpressions/effect.d.ts +0 -5
  1029. package/dist/src/builtin/specialExpressions/functions.d.ts +0 -6
  1030. package/dist/src/builtin/specialExpressions/if.d.ts +0 -6
  1031. package/dist/src/builtin/specialExpressions/import.d.ts +0 -6
  1032. package/dist/src/builtin/specialExpressions/let.d.ts +0 -6
  1033. package/dist/src/builtin/specialExpressions/loop.d.ts +0 -6
  1034. package/dist/src/builtin/specialExpressions/loops.d.ts +0 -9
  1035. package/dist/src/builtin/specialExpressions/match.d.ts +0 -7
  1036. package/dist/src/builtin/specialExpressions/object.d.ts +0 -6
  1037. package/dist/src/builtin/specialExpressions/or.d.ts +0 -6
  1038. package/dist/src/builtin/specialExpressions/parallel.d.ts +0 -6
  1039. package/dist/src/builtin/specialExpressions/perform.d.ts +0 -6
  1040. package/dist/src/builtin/specialExpressions/qq.d.ts +0 -6
  1041. package/dist/src/builtin/specialExpressions/race.d.ts +0 -6
  1042. package/dist/src/builtin/specialExpressions/recur.d.ts +0 -5
  1043. package/dist/src/builtin/specialExpressions/unless.d.ts +0 -6
  1044. package/dist/src/builtin/utils.d.ts +0 -6
  1045. package/dist/src/bundler/index.d.ts +0 -9
  1046. package/dist/src/bundler/interface.d.ts +0 -15
  1047. package/dist/src/bundler.d.ts +0 -3
  1048. package/dist/src/constants/constants.d.ts +0 -19
  1049. package/dist/src/createDvala.d.ts +0 -47
  1050. package/dist/src/debug.d.ts +0 -115
  1051. package/dist/src/errors.d.ts +0 -24
  1052. package/dist/src/evaluator/ContextStack.d.ts +0 -70
  1053. package/dist/src/evaluator/contentHash.d.ts +0 -21
  1054. package/dist/src/evaluator/dedupSubTrees.d.ts +0 -37
  1055. package/dist/src/evaluator/effectRef.d.ts +0 -27
  1056. package/dist/src/evaluator/effectTypes.d.ts +0 -181
  1057. package/dist/src/evaluator/frames.d.ts +0 -513
  1058. package/dist/src/evaluator/interface.d.ts +0 -14
  1059. package/dist/src/evaluator/serialization.d.ts +0 -38
  1060. package/dist/src/evaluator/standardEffects.d.ts +0 -50
  1061. package/dist/src/evaluator/step.d.ts +0 -175
  1062. package/dist/src/evaluator/suspension.d.ts +0 -86
  1063. package/dist/src/evaluator/trampoline.d.ts +0 -133
  1064. package/dist/src/full.d.ts +0 -16
  1065. package/dist/src/getUndefinedSymbols/index.d.ts +0 -7
  1066. package/dist/src/index.d.ts +0 -21
  1067. package/dist/src/initReferenceData.d.ts +0 -1
  1068. package/dist/src/interface.d.ts +0 -7
  1069. package/dist/src/modules/assertion.d.ts +0 -2
  1070. package/dist/src/modules/bitwise.d.ts +0 -2
  1071. package/dist/src/modules/collection.d.ts +0 -2
  1072. package/dist/src/modules/convert.d.ts +0 -2
  1073. package/dist/src/modules/functional.d.ts +0 -2
  1074. package/dist/src/modules/grid.d.ts +0 -2
  1075. package/dist/src/modules/linear-algebra.d.ts +0 -2
  1076. package/dist/src/modules/math.d.ts +0 -2
  1077. package/dist/src/modules/matrix.d.ts +0 -2
  1078. package/dist/src/modules/number-theory.d.ts +0 -2
  1079. package/dist/src/modules/sequence.d.ts +0 -2
  1080. package/dist/src/modules/string.d.ts +0 -2
  1081. package/dist/src/modules/vector.d.ts +0 -2
  1082. package/dist/src/parser/ParserContext.d.ts +0 -20
  1083. package/dist/src/parser/getPrecedence.d.ts +0 -3
  1084. package/dist/src/parser/helpers.d.ts +0 -19
  1085. package/dist/src/parser/index.d.ts +0 -5
  1086. package/dist/src/parser/subParsers/parseArray.d.ts +0 -3
  1087. package/dist/src/parser/subParsers/parseBindingTarget.d.ts +0 -8
  1088. package/dist/src/parser/subParsers/parseCond.d.ts +0 -4
  1089. package/dist/src/parser/subParsers/parseDo.d.ts +0 -3
  1090. package/dist/src/parser/subParsers/parseExpression.d.ts +0 -5
  1091. package/dist/src/parser/subParsers/parseForOrDoseq.d.ts +0 -4
  1092. package/dist/src/parser/subParsers/parseFunction.d.ts +0 -4
  1093. package/dist/src/parser/subParsers/parseFunctionCall.d.ts +0 -3
  1094. package/dist/src/parser/subParsers/parseIfOrUnless.d.ts +0 -5
  1095. package/dist/src/parser/subParsers/parseImplicitBlock.d.ts +0 -5
  1096. package/dist/src/parser/subParsers/parseLet.d.ts +0 -4
  1097. package/dist/src/parser/subParsers/parseLoop.d.ts +0 -4
  1098. package/dist/src/parser/subParsers/parseMatch.d.ts +0 -4
  1099. package/dist/src/parser/subParsers/parseNumber.d.ts +0 -3
  1100. package/dist/src/parser/subParsers/parseObject.d.ts +0 -3
  1101. package/dist/src/parser/subParsers/parseOperand.d.ts +0 -3
  1102. package/dist/src/parser/subParsers/parseRegexpShorthand.d.ts +0 -3
  1103. package/dist/src/parser/subParsers/parseReservedSymbol.d.ts +0 -3
  1104. package/dist/src/parser/subParsers/parseString.d.ts +0 -4
  1105. package/dist/src/parser/subParsers/parseSymbol.d.ts +0 -3
  1106. package/dist/src/parser/types.d.ts +0 -128
  1107. package/dist/src/resume.d.ts +0 -41
  1108. package/dist/src/symbolPatterns.d.ts +0 -2
  1109. package/dist/src/testFramework/index.d.ts +0 -15
  1110. package/dist/src/tokenizer/minifyTokenStream.d.ts +0 -4
  1111. package/dist/src/tokenizer/operators.d.ts +0 -12
  1112. package/dist/src/tokenizer/reservedNames.d.ts +0 -65
  1113. package/dist/src/tokenizer/token.d.ts +0 -82
  1114. package/dist/src/tokenizer/tokenize.d.ts +0 -7
  1115. package/dist/src/tokenizer/tokenizers.d.ts +0 -13
  1116. package/dist/src/tooling.d.ts +0 -51
  1117. package/dist/src/transformer/index.d.ts +0 -2
  1118. package/dist/src/typeGuards/annotatedCollections.d.ts +0 -16
  1119. package/dist/src/typeGuards/array.d.ts +0 -9
  1120. package/dist/src/typeGuards/astNode.d.ts +0 -19
  1121. package/dist/src/typeGuards/dvala.d.ts +0 -26
  1122. package/dist/src/typeGuards/dvalaFunction.d.ts +0 -9
  1123. package/dist/src/typeGuards/index.d.ts +0 -7
  1124. package/dist/src/typeGuards/number.d.ts +0 -66
  1125. package/dist/src/typeGuards/string.d.ts +0 -15
  1126. package/dist/src/untokenizer/index.d.ts +0 -2
  1127. package/dist/src/utils/arity.d.ts +0 -10
  1128. package/dist/src/utils/debug/debugTools.d.ts +0 -1
  1129. package/dist/src/utils/debug/getCodeMarker.d.ts +0 -2
  1130. package/dist/src/utils/debug/getSourceCodeInfo.d.ts +0 -2
  1131. package/dist/src/utils/docString/generateDocString.d.ts +0 -4
  1132. package/dist/src/utils/getAssertionError.d.ts +0 -3
  1133. package/dist/src/utils/index.d.ts +0 -14
  1134. package/dist/src/utils/maybePromise.d.ts +0 -54
  1135. package/dist/src/utils/symbols.d.ts +0 -3
  1136. package/dist/testFramework.esm.js +0 -2
  1137. package/dist/testFramework.esm.js.map +0 -1
  1138. package/dist/testFramework.js +0 -2
  1139. package/dist/testFramework.js.map +0 -1
@@ -1,73 +0,0 @@
1
- export { categories, categoryRecord, coreCategories, isDataType, moduleCategories } from '../src/builtin/interface';
2
- export type { Category, DataType } from '../src/builtin/interface';
3
- export declare const api: {
4
- readonly collection: readonly ["filter", "map", "reduce", "count", "get", "contains?", "assoc", "++"];
5
- readonly collectionUtils: readonly ["collection.filteri", "collection.mapi", "collection.reducei", "collection.reduce-right", "collection.reducei-right", "collection.reductions", "collection.reductionsi", "collection.get-in", "collection.assoc-in", "collection.update", "collection.update-in", "collection.not-empty", "collection.every?", "collection.not-every?", "collection.any?", "collection.not-any?"];
6
- readonly array: readonly ["range", "repeat", "flatten", "mapcat", "moving-fn", "running-fn"];
7
- readonly sequence: readonly ["nth", "push", "pop", "index-of", "some", "reverse", "first", "second", "last", "rest", "next", "sort", "slice", "take", "take-last", "drop", "drop-last", "take-while", "drop-while"];
8
- readonly sequenceUtils: readonly ["sequence.position", "sequence.last-index-of", "sequence.unshift", "sequence.splice", "sequence.sort-by", "sequence.distinct", "sequence.remove", "sequence.remove-at", "sequence.split-at", "sequence.split-with", "sequence.frequencies", "sequence.group-by", "sequence.partition", "sequence.partition-all", "sequence.partition-by", "sequence.starts-with?", "sequence.ends-with?", "sequence.interleave", "sequence.interpose"];
9
- readonly math: readonly ["+", "-", "*", "/", "mod", "%", "quot", "inc", "dec", "sqrt", "cbrt", "^", "round", "trunc", "floor", "ceil", "min", "max", "abs", "sign"];
10
- readonly mathUtils: readonly ["math.ln", "math.log2", "math.log10", "math.sin", "math.cos", "math.tan", "math.asin", "math.acos", "math.atan", "math.sinh", "math.cosh", "math.tanh", "math.asinh", "math.acosh", "math.atanh", "math.to-rad", "math.to-deg"];
11
- readonly functional: readonly ["|>", "apply", "identity", "comp", "constantly"];
12
- readonly functionalUtils: readonly ["functional.juxt", "functional.complement", "functional.every-pred", "functional.some-pred", "functional.fnull"];
13
- readonly meta: readonly ["doc", "arity", "effect-name", "effect-matcher"];
14
- readonly misc: readonly ["!=", "==", "<", ">", "<=", ">=", "not", "iso-date->epoch", "epoch->iso-date", "boolean", "compare", "identical?", "json-parse", "json-stringify", "type-of"];
15
- readonly object: readonly ["dissoc", "keys", "vals", "entries", "find", "merge", "merge-with", "zipmap", "select-keys"];
16
- readonly predicate: readonly ["boolean?", "null?", "number?", "string?", "function?", "integer?", "array?", "object?", "collection?", "sequence?", "regexp?", "effect?", "zero?", "pos?", "neg?", "even?", "odd?", "finite?", "negative-infinity?", "positive-infinity?", "false?", "true?", "empty?", "not-empty?", "vector?", "grid?", "matrix?"];
17
- readonly regularExpression: readonly ["regexp", "re-match", "replace", "replace-all"];
18
- readonly string: readonly ["str", "number", "lower-case", "upper-case", "trim", "split", "join", "blank?"];
19
- readonly stringUtils: readonly ["string.string-repeat", "string.from-char-code", "string.to-char-code", "string.trim-left", "string.trim-right", "string.pad-left", "string.pad-right", "string.split-lines", "string.template", "string.encode-base64", "string.decode-base64", "string.encode-uri-component", "string.decode-uri-component", "string.capitalize"];
20
- readonly bitwise: readonly ["<<", ">>", ">>>", "&", "|", "xor"];
21
- readonly bitwiseUtils: readonly ["bitwise.bit-not", "bitwise.bit-and-not", "bitwise.bit-flip", "bitwise.bit-clear", "bitwise.bit-set", "bitwise.bit-test"];
22
- readonly assertion: readonly ["assert"];
23
- readonly assertionUtils: readonly ["assertion.assert=", "assertion.assert!=", "assertion.assert-gt", "assertion.assert-lt", "assertion.assert-gte", "assertion.assert-lte", "assertion.assert-true", "assertion.assert-false", "assertion.assert-truthy", "assertion.assert-falsy", "assertion.assert-null", "assertion.assert-throws", "assertion.assert-throws-error", "assertion.assert-not-throws", "assertion.assert-array", "assertion.assert-boolean", "assertion.assert-collection", "assertion.assert-function", "assertion.assert-grid", "assertion.assert-integer", "assertion.assert-matrix", "assertion.assert-number", "assertion.assert-object", "assertion.assert-regexp", "assertion.assert-sequence", "assertion.assert-string", "assertion.assert-vector"];
24
- readonly grid: readonly ["grid.cell-every?", "grid.some?", "grid.every-row?", "grid.some-row?", "grid.every-col?", "grid.some-col?", "grid.row", "grid.col", "grid.shape", "grid.fill", "grid.generate", "grid.reshape", "grid.transpose", "grid.flip-h", "grid.flip-v", "grid.rotate", "grid.crop", "grid.slice-rows", "grid.slice-cols", "grid.splice-rows", "grid.splice-cols", "grid.concat-rows", "grid.concat-cols", "grid.cell-map", "grid.cell-mapi", "grid.cell-reduce", "grid.cell-reducei", "grid.push-rows", "grid.unshift-rows", "grid.pop-row", "grid.shift-row", "grid.push-cols", "grid.unshift-cols", "grid.pop-col", "grid.shift-col", "grid.from-array"];
25
- readonly matrix: readonly ["matrix.mul", "matrix.det", "matrix.inv", "matrix.adj", "matrix.cofactor", "matrix.minor", "matrix.trace", "matrix.symmetric?", "matrix.triangular?", "matrix.upper-triangular?", "matrix.lower-triangular?", "matrix.diagonal?", "matrix.square?", "matrix.orthogonal-matrix?", "matrix.identity?", "matrix.invertible?", "matrix.hilbert", "matrix.vandermonde", "matrix.band", "matrix.banded?", "matrix.rank", "matrix.frobenius-norm", "matrix.one-norm", "matrix.inf-norm", "matrix.max-norm"];
26
- readonly vector: readonly ["sum", "mean", "median", "prod"];
27
- readonly vectorUtils: readonly ["vector.monotonic?", "vector.strictly-monotonic?", "vector.increasing?", "vector.decreasing?", "vector.strictly-increasing?", "vector.strictly-decreasing?", "vector.mode", "vector.min-index", "vector.max-index", "vector.sort-indices", "vector.count-values", "vector.linspace", "vector.cumsum", "vector.cumprod", "vector.quartiles", "vector.percentile", "vector.quantile", "vector.histogram", "vector.ecdf", "vector.outliers?", "vector.outliers", "vector.bincount", "vector.winsorize", "vector.mse", "vector.mae", "vector.rmse", "vector.smape", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.variance", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.sample-variance", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.stdev", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.sample-stdev", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.iqr", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.span", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.geometric-mean", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.harmonic-mean", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.skewness", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.sample-skewness", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.kurtosis", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.sample-kurtosis", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.excess-kurtosis", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.sample-excess-kurtosis", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.rms", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.mad", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.medad", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.gini-coefficient", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.entropy", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.skewness", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`];
28
- readonly linAlg: readonly ["linear-algebra.reflect", "linear-algebra.refract", "linear-algebra.lerp", "linear-algebra.rotate2d", "linear-algebra.rotate3d", "linear-algebra.dot", "linear-algebra.cross", "linear-algebra.normalize-minmax", "linear-algebra.normalize-zscore", "linear-algebra.normalize-robust", "linear-algebra.normalize-l1", "linear-algebra.normalize-l2", "linear-algebra.normalize-log", "linear-algebra.angle", "linear-algebra.projection", "linear-algebra.orthogonal?", "linear-algebra.parallel?", "linear-algebra.collinear?", "linear-algebra.cosine-similarity", "linear-algebra.euclidean-distance", "linear-algebra.euclidean-norm", "linear-algebra.manhattan-distance", "linear-algebra.manhattan-norm", "linear-algebra.hamming-distance", "linear-algebra.hamming-norm", "linear-algebra.chebyshev-distance", "linear-algebra.chebyshev-norm", "linear-algebra.minkowski-distance", "linear-algebra.minkowski-norm", "linear-algebra.cov", "linear-algebra.corr", "linear-algebra.spearman-corr", "linear-algebra.pearson-corr", "linear-algebra.kendall-tau", "linear-algebra.autocorrelation", "linear-algebra.cross-correlation", "linear-algebra.rref", "linear-algebra.solve", "linear-algebra.to-polar", "linear-algebra.from-polar"];
29
- readonly numberTheory: readonly ["number-theory.abundant-seq", "number-theory.abundant-nth", "number-theory.abundant-take-while", "number-theory.abundant?", "number-theory.arithmetic-seq", "number-theory.arithmetic-nth", "number-theory.arithmetic-take-while", "number-theory.arithmetic?", "number-theory.bell-seq", "number-theory.bell-nth", "number-theory.bell-take-while", "number-theory.bell?", "number-theory.catalan-seq", "number-theory.catalan-nth", "number-theory.catalan-take-while", "number-theory.catalan?", "number-theory.composite-seq", "number-theory.composite-nth", "number-theory.composite-take-while", "number-theory.composite?", "number-theory.deficient-seq", "number-theory.deficient-nth", "number-theory.deficient-take-while", "number-theory.deficient?", "number-theory.factorial-seq", "number-theory.factorial-nth", "number-theory.factorial-take-while", "number-theory.factorial?", "number-theory.fibonacci-seq", "number-theory.fibonacci-nth", "number-theory.fibonacci-take-while", "number-theory.fibonacci?", "number-theory.geometric-seq", "number-theory.geometric-nth", "number-theory.geometric-take-while", "number-theory.geometric?", "number-theory.golomb-seq", "number-theory.golomb-nth", "number-theory.golomb-take-while", "number-theory.golomb?", "number-theory.happy-seq", "number-theory.happy-nth", "number-theory.happy-take-while", "number-theory.happy?", "number-theory.look-and-say-seq", "number-theory.look-and-say-nth", "number-theory.look-and-say-take-while", "number-theory.look-and-say?", "number-theory.lucas-seq", "number-theory.lucas-nth", "number-theory.lucas-take-while", "number-theory.lucas?", "number-theory.lucky-seq", "number-theory.lucky-nth", "number-theory.lucky-take-while", "number-theory.lucky?", "number-theory.mersenne-seq", "number-theory.mersenne-nth", "number-theory.mersenne-take-while", "number-theory.mersenne?", "number-theory.padovan-seq", "number-theory.padovan-nth", "number-theory.padovan-take-while", "number-theory.padovan?", "number-theory.partition-seq", "number-theory.partition-nth", "number-theory.partition-take-while", "number-theory.partition?", "number-theory.pell-seq", "number-theory.pell-nth", "number-theory.pell-take-while", "number-theory.pell?", "number-theory.perfect-seq", "number-theory.perfect-nth", "number-theory.perfect-take-while", "number-theory.perfect?", "number-theory.perfect-cube-seq", "number-theory.perfect-cube-nth", "number-theory.perfect-cube-take-while", "number-theory.perfect-cube?", "number-theory.perfect-power-seq", "number-theory.perfect-power-nth", "number-theory.perfect-power-take-while", "number-theory.perfect-power?", "number-theory.perfect-square-seq", "number-theory.perfect-square-nth", "number-theory.perfect-square-take-while", "number-theory.perfect-square?", "number-theory.polygonal-seq", "number-theory.polygonal-nth", "number-theory.polygonal-take-while", "number-theory.polygonal?", "number-theory.prime-seq", "number-theory.prime-nth", "number-theory.prime-take-while", "number-theory.prime?", "number-theory.recaman-seq", "number-theory.recaman-nth", "number-theory.recaman-take-while", "number-theory.recaman?", "number-theory.sylvester-seq", "number-theory.sylvester-nth", "number-theory.sylvester-take-while", "number-theory.sylvester?", "number-theory.thue-morse-seq", "number-theory.thue-morse-nth", "number-theory.thue-morse-take-while", "number-theory.thue-morse?", "number-theory.tribonacci-seq", "number-theory.tribonacci-nth", "number-theory.tribonacci-take-while", "number-theory.tribonacci?", "number-theory.collatz-seq", "number-theory.juggler-seq", "number-theory.bernoulli-seq", "number-theory.bernoulli-take-while", "number-theory.bernoulli-nth", "number-theory.combinations", "number-theory.count-combinations", "number-theory.derangements", "number-theory.count-derangements", "number-theory.divisors", "number-theory.count-divisors", "number-theory.proper-divisors", "number-theory.count-proper-divisors", "number-theory.prime-factors", "number-theory.count-prime-factors", "number-theory.distinct-prime-factors", "number-theory.count-distinct-prime-factors", "number-theory.factorial", "number-theory.partitions", "number-theory.count-partitions", "number-theory.permutations", "number-theory.count-permutations", "number-theory.power-set", "number-theory.count-power-set", "number-theory.coprime?", "number-theory.divisible-by?", "number-theory.gcd", "number-theory.lcm", "number-theory.multinomial", "number-theory.amicable?", "number-theory.euler-totient", "number-theory.mobius", "number-theory.mertens", "number-theory.sigma", "number-theory.carmichael-lambda", "number-theory.cartesian-product", "number-theory.perfect-power", "number-theory.mod-exp", "number-theory.mod-inv", "number-theory.extended-gcd", "number-theory.chinese-remainder", "number-theory.stirling-first", "number-theory.stirling-second"];
30
- readonly convert: readonly ["convert.angstrom->um", "convert.angstrom->mm", "convert.angstrom->cm", "convert.angstrom->m", "convert.angstrom->km", "convert.angstrom->in", "convert.angstrom->ft", "convert.angstrom->yd", "convert.angstrom->mi", "convert.angstrom->nmi", "convert.um->angstrom", "convert.um->mm", "convert.um->cm", "convert.um->m", "convert.um->km", "convert.um->in", "convert.um->ft", "convert.um->yd", "convert.um->mi", "convert.um->nmi", "convert.mm->angstrom", "convert.mm->um", "convert.mm->cm", "convert.mm->m", "convert.mm->km", "convert.mm->in", "convert.mm->ft", "convert.mm->yd", "convert.mm->mi", "convert.mm->nmi", "convert.cm->angstrom", "convert.cm->um", "convert.cm->mm", "convert.cm->m", "convert.cm->km", "convert.cm->in", "convert.cm->ft", "convert.cm->yd", "convert.cm->mi", "convert.cm->nmi", "convert.m->angstrom", "convert.m->um", "convert.m->mm", "convert.m->cm", "convert.m->km", "convert.m->in", "convert.m->ft", "convert.m->yd", "convert.m->mi", "convert.m->nmi", "convert.km->angstrom", "convert.km->um", "convert.km->mm", "convert.km->cm", "convert.km->m", "convert.km->in", "convert.km->ft", "convert.km->yd", "convert.km->mi", "convert.km->nmi", "convert.in->angstrom", "convert.in->um", "convert.in->mm", "convert.in->cm", "convert.in->m", "convert.in->km", "convert.in->ft", "convert.in->yd", "convert.in->mi", "convert.in->nmi", "convert.ft->angstrom", "convert.ft->um", "convert.ft->mm", "convert.ft->cm", "convert.ft->m", "convert.ft->km", "convert.ft->in", "convert.ft->yd", "convert.ft->mi", "convert.ft->nmi", "convert.yd->angstrom", "convert.yd->um", "convert.yd->mm", "convert.yd->cm", "convert.yd->m", "convert.yd->km", "convert.yd->in", "convert.yd->ft", "convert.yd->mi", "convert.yd->nmi", "convert.mi->angstrom", "convert.mi->um", "convert.mi->mm", "convert.mi->cm", "convert.mi->m", "convert.mi->km", "convert.mi->in", "convert.mi->ft", "convert.mi->yd", "convert.mi->nmi", "convert.nmi->angstrom", "convert.nmi->um", "convert.nmi->mm", "convert.nmi->cm", "convert.nmi->m", "convert.nmi->km", "convert.nmi->in", "convert.nmi->ft", "convert.nmi->yd", "convert.nmi->mi", "convert.mg->g", "convert.mg->kg", "convert.mg->t", "convert.mg->oz", "convert.mg->lb", "convert.mg->st", "convert.g->mg", "convert.g->kg", "convert.g->t", "convert.g->oz", "convert.g->lb", "convert.g->st", "convert.kg->mg", "convert.kg->g", "convert.kg->t", "convert.kg->oz", "convert.kg->lb", "convert.kg->st", "convert.t->mg", "convert.t->g", "convert.t->kg", "convert.t->oz", "convert.t->lb", "convert.t->st", "convert.oz->mg", "convert.oz->g", "convert.oz->kg", "convert.oz->t", "convert.oz->lb", "convert.oz->st", "convert.lb->mg", "convert.lb->g", "convert.lb->kg", "convert.lb->t", "convert.lb->oz", "convert.lb->st", "convert.st->mg", "convert.st->g", "convert.st->kg", "convert.st->t", "convert.st->oz", "convert.st->lb", "convert.ml->cl", "convert.ml->dl", "convert.ml->l", "convert.ml->tsp", "convert.ml->tbsp", "convert.ml->fl-oz", "convert.ml->cup", "convert.ml->pt", "convert.ml->qt", "convert.ml->gal", "convert.cl->ml", "convert.cl->dl", "convert.cl->l", "convert.cl->tsp", "convert.cl->tbsp", "convert.cl->fl-oz", "convert.cl->cup", "convert.cl->pt", "convert.cl->qt", "convert.cl->gal", "convert.dl->ml", "convert.dl->cl", "convert.dl->l", "convert.dl->tsp", "convert.dl->tbsp", "convert.dl->fl-oz", "convert.dl->cup", "convert.dl->pt", "convert.dl->qt", "convert.dl->gal", "convert.l->ml", "convert.l->cl", "convert.l->dl", "convert.l->tsp", "convert.l->tbsp", "convert.l->fl-oz", "convert.l->cup", "convert.l->pt", "convert.l->qt", "convert.l->gal", "convert.tsp->ml", "convert.tsp->cl", "convert.tsp->dl", "convert.tsp->l", "convert.tsp->tbsp", "convert.tsp->fl-oz", "convert.tsp->cup", "convert.tsp->pt", "convert.tsp->qt", "convert.tsp->gal", "convert.tbsp->ml", "convert.tbsp->cl", "convert.tbsp->dl", "convert.tbsp->l", "convert.tbsp->tsp", "convert.tbsp->fl-oz", "convert.tbsp->cup", "convert.tbsp->pt", "convert.tbsp->qt", "convert.tbsp->gal", "convert.fl-oz->ml", "convert.fl-oz->cl", "convert.fl-oz->dl", "convert.fl-oz->l", "convert.fl-oz->tsp", "convert.fl-oz->tbsp", "convert.fl-oz->cup", "convert.fl-oz->pt", "convert.fl-oz->qt", "convert.fl-oz->gal", "convert.cup->ml", "convert.cup->cl", "convert.cup->dl", "convert.cup->l", "convert.cup->tsp", "convert.cup->tbsp", "convert.cup->fl-oz", "convert.cup->pt", "convert.cup->qt", "convert.cup->gal", "convert.pt->ml", "convert.pt->cl", "convert.pt->dl", "convert.pt->l", "convert.pt->tsp", "convert.pt->tbsp", "convert.pt->fl-oz", "convert.pt->cup", "convert.pt->qt", "convert.pt->gal", "convert.qt->ml", "convert.qt->cl", "convert.qt->dl", "convert.qt->l", "convert.qt->tsp", "convert.qt->tbsp", "convert.qt->fl-oz", "convert.qt->cup", "convert.qt->pt", "convert.qt->gal", "convert.gal->ml", "convert.gal->cl", "convert.gal->dl", "convert.gal->l", "convert.gal->tsp", "convert.gal->tbsp", "convert.gal->fl-oz", "convert.gal->cup", "convert.gal->pt", "convert.gal->qt", "convert.ms->s", "convert.ms->min", "convert.ms->h", "convert.ms->day", "convert.ms->week", "convert.s->ms", "convert.s->min", "convert.s->h", "convert.s->day", "convert.s->week", "convert.min->ms", "convert.min->s", "convert.min->h", "convert.min->day", "convert.min->week", "convert.h->ms", "convert.h->s", "convert.h->min", "convert.h->day", "convert.h->week", "convert.day->ms", "convert.day->s", "convert.day->min", "convert.day->h", "convert.day->week", "convert.week->ms", "convert.week->s", "convert.week->min", "convert.week->h", "convert.week->day", "convert.mm2->cm2", "convert.mm2->m2", "convert.mm2->km2", "convert.mm2->in2", "convert.mm2->ft2", "convert.mm2->yd2", "convert.mm2->acre", "convert.mm2->hectare", "convert.cm2->mm2", "convert.cm2->m2", "convert.cm2->km2", "convert.cm2->in2", "convert.cm2->ft2", "convert.cm2->yd2", "convert.cm2->acre", "convert.cm2->hectare", "convert.m2->mm2", "convert.m2->cm2", "convert.m2->km2", "convert.m2->in2", "convert.m2->ft2", "convert.m2->yd2", "convert.m2->acre", "convert.m2->hectare", "convert.km2->mm2", "convert.km2->cm2", "convert.km2->m2", "convert.km2->in2", "convert.km2->ft2", "convert.km2->yd2", "convert.km2->acre", "convert.km2->hectare", "convert.in2->mm2", "convert.in2->cm2", "convert.in2->m2", "convert.in2->km2", "convert.in2->ft2", "convert.in2->yd2", "convert.in2->acre", "convert.in2->hectare", "convert.ft2->mm2", "convert.ft2->cm2", "convert.ft2->m2", "convert.ft2->km2", "convert.ft2->in2", "convert.ft2->yd2", "convert.ft2->acre", "convert.ft2->hectare", "convert.yd2->mm2", "convert.yd2->cm2", "convert.yd2->m2", "convert.yd2->km2", "convert.yd2->in2", "convert.yd2->ft2", "convert.yd2->acre", "convert.yd2->hectare", "convert.acre->mm2", "convert.acre->cm2", "convert.acre->m2", "convert.acre->km2", "convert.acre->in2", "convert.acre->ft2", "convert.acre->yd2", "convert.acre->hectare", "convert.hectare->mm2", "convert.hectare->cm2", "convert.hectare->m2", "convert.hectare->km2", "convert.hectare->in2", "convert.hectare->ft2", "convert.hectare->yd2", "convert.hectare->acre", "convert.m/s->km/h", "convert.m/s->mph", "convert.m/s->kn", "convert.m/s->ft/s", "convert.km/h->m/s", "convert.km/h->mph", "convert.km/h->kn", "convert.km/h->ft/s", "convert.mph->m/s", "convert.mph->km/h", "convert.mph->kn", "convert.mph->ft/s", "convert.kn->m/s", "convert.kn->km/h", "convert.kn->mph", "convert.kn->ft/s", "convert.ft/s->m/s", "convert.ft/s->km/h", "convert.ft/s->mph", "convert.ft/s->kn", "convert.b->kb", "convert.b->mb", "convert.b->gb", "convert.b->tb", "convert.b->pb", "convert.kb->b", "convert.kb->mb", "convert.kb->gb", "convert.kb->tb", "convert.kb->pb", "convert.mb->b", "convert.mb->kb", "convert.mb->gb", "convert.mb->tb", "convert.mb->pb", "convert.gb->b", "convert.gb->kb", "convert.gb->mb", "convert.gb->tb", "convert.gb->pb", "convert.tb->b", "convert.tb->kb", "convert.tb->mb", "convert.tb->gb", "convert.tb->pb", "convert.pb->b", "convert.pb->kb", "convert.pb->mb", "convert.pb->gb", "convert.pb->tb", "convert.pa->kpa", "convert.pa->bar", "convert.pa->atm", "convert.pa->psi", "convert.pa->mmhg", "convert.kpa->pa", "convert.kpa->bar", "convert.kpa->atm", "convert.kpa->psi", "convert.kpa->mmhg", "convert.bar->pa", "convert.bar->kpa", "convert.bar->atm", "convert.bar->psi", "convert.bar->mmhg", "convert.atm->pa", "convert.atm->kpa", "convert.atm->bar", "convert.atm->psi", "convert.atm->mmhg", "convert.psi->pa", "convert.psi->kpa", "convert.psi->bar", "convert.psi->atm", "convert.psi->mmhg", "convert.mmhg->pa", "convert.mmhg->kpa", "convert.mmhg->bar", "convert.mmhg->atm", "convert.mmhg->psi", "convert.j->kj", "convert.j->cal", "convert.j->kcal", "convert.j->wh", "convert.j->kwh", "convert.j->btu", "convert.kj->j", "convert.kj->cal", "convert.kj->kcal", "convert.kj->wh", "convert.kj->kwh", "convert.kj->btu", "convert.cal->j", "convert.cal->kj", "convert.cal->kcal", "convert.cal->wh", "convert.cal->kwh", "convert.cal->btu", "convert.kcal->j", "convert.kcal->kj", "convert.kcal->cal", "convert.kcal->wh", "convert.kcal->kwh", "convert.kcal->btu", "convert.wh->j", "convert.wh->kj", "convert.wh->cal", "convert.wh->kcal", "convert.wh->kwh", "convert.wh->btu", "convert.kwh->j", "convert.kwh->kj", "convert.kwh->cal", "convert.kwh->kcal", "convert.kwh->wh", "convert.kwh->btu", "convert.btu->j", "convert.btu->kj", "convert.btu->cal", "convert.btu->kcal", "convert.btu->wh", "convert.btu->kwh", "convert.w->kw", "convert.w->mw", "convert.w->hp", "convert.kw->w", "convert.kw->mw", "convert.kw->hp", "convert.mw->w", "convert.mw->kw", "convert.mw->hp", "convert.hp->w", "convert.hp->kw", "convert.hp->mw", "convert.hz->khz", "convert.hz->mhz", "convert.hz->ghz", "convert.khz->hz", "convert.khz->mhz", "convert.khz->ghz", "convert.mhz->hz", "convert.mhz->khz", "convert.mhz->ghz", "convert.ghz->hz", "convert.ghz->khz", "convert.ghz->mhz", "convert.deg->rad", "convert.deg->grad", "convert.deg->turn", "convert.rad->deg", "convert.rad->grad", "convert.rad->turn", "convert.grad->deg", "convert.grad->rad", "convert.grad->turn", "convert.turn->deg", "convert.turn->rad", "convert.turn->grad", "convert.c->f", "convert.c->k", "convert.f->c", "convert.f->k", "convert.k->c", "convert.k->f"];
31
- readonly shorthand: ["-short-regexp", "-short-fn"];
32
- readonly datatype: ["-type-number", "-type-string", "-type-object", "-type-array", "-type-vector", "-type-matrix", "-type-grid", "-type-boolean", "-type-function", "-type-integer", "-type-any", "-type-null", "-type-collection", "-type-sequence", "-type-regexp", "-type-effect", "-type-never"];
33
- };
34
- export type CollectionApiName = typeof api.collection[number];
35
- export type ArrayApiName = typeof api.array[number];
36
- export type SequenceApiName = typeof api.sequence[number];
37
- export type MathApiName = typeof api.math[number];
38
- export type FunctionalApiName = typeof api.functional[number];
39
- export type MiscApiName = typeof api.misc[number];
40
- export type MetaApiName = typeof api.meta[number];
41
- export type ObjectApiName = typeof api.object[number];
42
- export type PredicateApiName = typeof api.predicate[number];
43
- export type RegularExpressionApiName = typeof api.regularExpression[number];
44
- export type SpecialExpressionsApiName = string;
45
- export type StringApiName = typeof api.string[number];
46
- export type StringUtilsApiName = typeof api.stringUtils[number];
47
- export type CollectionUtilsApiName = typeof api.collectionUtils[number];
48
- export type SequenceUtilsApiName = typeof api.sequenceUtils[number];
49
- export type BitwiseApiName = typeof api.bitwise[number];
50
- export type BitwiseUtilsApiName = typeof api.bitwiseUtils[number];
51
- export type AssertionApiName = typeof api.assertion[number];
52
- export type AssertionUtilsApiName = typeof api.assertionUtils[number];
53
- export type GridApiName = typeof api.grid[number];
54
- export type MatrixApiName = typeof api.matrix[number];
55
- export type NumberTheoryApiName = typeof api.numberTheory[number];
56
- export type VectorApiName = typeof api.vector[number];
57
- export type VectorUtilsApiName = typeof api.vectorUtils[number];
58
- export type LinAlgApiName = typeof api.linAlg[number];
59
- export type MathUtilsApiName = typeof api.mathUtils[number];
60
- export type FunctionalUtilsApiName = typeof api.functionalUtils[number];
61
- export type ConvertApiName = typeof api.convert[number];
62
- export type CoreNormalExpressionName = CollectionApiName | ArrayApiName | SequenceApiName | MathApiName | FunctionalApiName | MetaApiName | MiscApiName | ObjectApiName | PredicateApiName | RegularExpressionApiName | StringApiName | BitwiseApiName | VectorApiName | AssertionApiName;
63
- export type ModuleExpressionName = MatrixApiName | VectorUtilsApiName | LinAlgApiName | GridApiName | NumberTheoryApiName | MathUtilsApiName | FunctionalUtilsApiName | AssertionUtilsApiName | StringUtilsApiName | CollectionUtilsApiName | SequenceUtilsApiName | BitwiseUtilsApiName | ConvertApiName;
64
- export type NormalExpressionName = CoreNormalExpressionName | ModuleExpressionName;
65
- export type FunctionName = NormalExpressionName | SpecialExpressionsApiName;
66
- export type ShorthandName = typeof api.shorthand[number];
67
- export type DatatypeName = typeof api.datatype[number];
68
- declare const coreApiNames: readonly ["filter", "map", "reduce", "count", "get", "contains?", "assoc", "++", "range", "repeat", "flatten", "mapcat", "moving-fn", "running-fn", "nth", "push", "pop", "index-of", "some", "reverse", "first", "second", "last", "rest", "next", "sort", "slice", "take", "take-last", "drop", "drop-last", "take-while", "drop-while", "+", "-", "*", "/", "mod", "%", "quot", "inc", "dec", "sqrt", "cbrt", "^", "round", "trunc", "floor", "ceil", "min", "max", "abs", "sign", "|>", "apply", "identity", "comp", "constantly", "doc", "arity", "effect-name", "effect-matcher", "!=", "==", "<", ">", "<=", ">=", "not", "iso-date->epoch", "epoch->iso-date", "boolean", "compare", "identical?", "json-parse", "json-stringify", "type-of", "dissoc", "keys", "vals", "entries", "find", "merge", "merge-with", "zipmap", "select-keys", "boolean?", "null?", "number?", "string?", "function?", "integer?", "array?", "object?", "collection?", "sequence?", "regexp?", "effect?", "zero?", "pos?", "neg?", "even?", "odd?", "finite?", "negative-infinity?", "positive-infinity?", "false?", "true?", "empty?", "not-empty?", "vector?", "grid?", "matrix?", "regexp", "re-match", "replace", "replace-all", "str", "number", "lower-case", "upper-case", "trim", "split", "join", "blank?", "<<", ">>", ">>>", "&", "|", "xor", "sum", "mean", "median", "prod", "assert", "-short-regexp", "-short-fn", "-type-number", "-type-string", "-type-object", "-type-array", "-type-vector", "-type-matrix", "-type-grid", "-type-boolean", "-type-function", "-type-integer", "-type-any", "-type-null", "-type-collection", "-type-sequence", "-type-regexp", "-type-effect", "-type-never"];
69
- declare const apiNames: readonly ["filter", "map", "reduce", "count", "get", "contains?", "assoc", "++", "range", "repeat", "flatten", "mapcat", "moving-fn", "running-fn", "nth", "push", "pop", "index-of", "some", "reverse", "first", "second", "last", "rest", "next", "sort", "slice", "take", "take-last", "drop", "drop-last", "take-while", "drop-while", "+", "-", "*", "/", "mod", "%", "quot", "inc", "dec", "sqrt", "cbrt", "^", "round", "trunc", "floor", "ceil", "min", "max", "abs", "sign", "|>", "apply", "identity", "comp", "constantly", "doc", "arity", "effect-name", "effect-matcher", "!=", "==", "<", ">", "<=", ">=", "not", "iso-date->epoch", "epoch->iso-date", "boolean", "compare", "identical?", "json-parse", "json-stringify", "type-of", "dissoc", "keys", "vals", "entries", "find", "merge", "merge-with", "zipmap", "select-keys", "boolean?", "null?", "number?", "string?", "function?", "integer?", "array?", "object?", "collection?", "sequence?", "regexp?", "effect?", "zero?", "pos?", "neg?", "even?", "odd?", "finite?", "negative-infinity?", "positive-infinity?", "false?", "true?", "empty?", "not-empty?", "vector?", "grid?", "matrix?", "regexp", "re-match", "replace", "replace-all", "str", "number", "lower-case", "upper-case", "trim", "split", "join", "blank?", "<<", ">>", ">>>", "&", "|", "xor", "sum", "mean", "median", "prod", "assert", "matrix.mul", "matrix.det", "matrix.inv", "matrix.adj", "matrix.cofactor", "matrix.minor", "matrix.trace", "matrix.symmetric?", "matrix.triangular?", "matrix.upper-triangular?", "matrix.lower-triangular?", "matrix.diagonal?", "matrix.square?", "matrix.orthogonal-matrix?", "matrix.identity?", "matrix.invertible?", "matrix.hilbert", "matrix.vandermonde", "matrix.band", "matrix.banded?", "matrix.rank", "matrix.frobenius-norm", "matrix.one-norm", "matrix.inf-norm", "matrix.max-norm", "vector.monotonic?", "vector.strictly-monotonic?", "vector.increasing?", "vector.decreasing?", "vector.strictly-increasing?", "vector.strictly-decreasing?", "vector.mode", "vector.min-index", "vector.max-index", "vector.sort-indices", "vector.count-values", "vector.linspace", "vector.cumsum", "vector.cumprod", "vector.quartiles", "vector.percentile", "vector.quantile", "vector.histogram", "vector.ecdf", "vector.outliers?", "vector.outliers", "vector.bincount", "vector.winsorize", "vector.mse", "vector.mae", "vector.rmse", "vector.smape", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.variance", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.sample-variance", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.stdev", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.sample-stdev", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.iqr", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.span", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.geometric-mean", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.harmonic-mean", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.skewness", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.sample-skewness", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.kurtosis", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.sample-kurtosis", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.excess-kurtosis", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.sample-excess-kurtosis", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.rms", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.mad", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.medad", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.gini-coefficient", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.entropy", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.skewness", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "linear-algebra.reflect", "linear-algebra.refract", "linear-algebra.lerp", "linear-algebra.rotate2d", "linear-algebra.rotate3d", "linear-algebra.dot", "linear-algebra.cross", "linear-algebra.normalize-minmax", "linear-algebra.normalize-zscore", "linear-algebra.normalize-robust", "linear-algebra.normalize-l1", "linear-algebra.normalize-l2", "linear-algebra.normalize-log", "linear-algebra.angle", "linear-algebra.projection", "linear-algebra.orthogonal?", "linear-algebra.parallel?", "linear-algebra.collinear?", "linear-algebra.cosine-similarity", "linear-algebra.euclidean-distance", "linear-algebra.euclidean-norm", "linear-algebra.manhattan-distance", "linear-algebra.manhattan-norm", "linear-algebra.hamming-distance", "linear-algebra.hamming-norm", "linear-algebra.chebyshev-distance", "linear-algebra.chebyshev-norm", "linear-algebra.minkowski-distance", "linear-algebra.minkowski-norm", "linear-algebra.cov", "linear-algebra.corr", "linear-algebra.spearman-corr", "linear-algebra.pearson-corr", "linear-algebra.kendall-tau", "linear-algebra.autocorrelation", "linear-algebra.cross-correlation", "linear-algebra.rref", "linear-algebra.solve", "linear-algebra.to-polar", "linear-algebra.from-polar", "grid.cell-every?", "grid.some?", "grid.every-row?", "grid.some-row?", "grid.every-col?", "grid.some-col?", "grid.row", "grid.col", "grid.shape", "grid.fill", "grid.generate", "grid.reshape", "grid.transpose", "grid.flip-h", "grid.flip-v", "grid.rotate", "grid.crop", "grid.slice-rows", "grid.slice-cols", "grid.splice-rows", "grid.splice-cols", "grid.concat-rows", "grid.concat-cols", "grid.cell-map", "grid.cell-mapi", "grid.cell-reduce", "grid.cell-reducei", "grid.push-rows", "grid.unshift-rows", "grid.pop-row", "grid.shift-row", "grid.push-cols", "grid.unshift-cols", "grid.pop-col", "grid.shift-col", "grid.from-array", "number-theory.abundant-seq", "number-theory.abundant-nth", "number-theory.abundant-take-while", "number-theory.abundant?", "number-theory.arithmetic-seq", "number-theory.arithmetic-nth", "number-theory.arithmetic-take-while", "number-theory.arithmetic?", "number-theory.bell-seq", "number-theory.bell-nth", "number-theory.bell-take-while", "number-theory.bell?", "number-theory.catalan-seq", "number-theory.catalan-nth", "number-theory.catalan-take-while", "number-theory.catalan?", "number-theory.composite-seq", "number-theory.composite-nth", "number-theory.composite-take-while", "number-theory.composite?", "number-theory.deficient-seq", "number-theory.deficient-nth", "number-theory.deficient-take-while", "number-theory.deficient?", "number-theory.factorial-seq", "number-theory.factorial-nth", "number-theory.factorial-take-while", "number-theory.factorial?", "number-theory.fibonacci-seq", "number-theory.fibonacci-nth", "number-theory.fibonacci-take-while", "number-theory.fibonacci?", "number-theory.geometric-seq", "number-theory.geometric-nth", "number-theory.geometric-take-while", "number-theory.geometric?", "number-theory.golomb-seq", "number-theory.golomb-nth", "number-theory.golomb-take-while", "number-theory.golomb?", "number-theory.happy-seq", "number-theory.happy-nth", "number-theory.happy-take-while", "number-theory.happy?", "number-theory.look-and-say-seq", "number-theory.look-and-say-nth", "number-theory.look-and-say-take-while", "number-theory.look-and-say?", "number-theory.lucas-seq", "number-theory.lucas-nth", "number-theory.lucas-take-while", "number-theory.lucas?", "number-theory.lucky-seq", "number-theory.lucky-nth", "number-theory.lucky-take-while", "number-theory.lucky?", "number-theory.mersenne-seq", "number-theory.mersenne-nth", "number-theory.mersenne-take-while", "number-theory.mersenne?", "number-theory.padovan-seq", "number-theory.padovan-nth", "number-theory.padovan-take-while", "number-theory.padovan?", "number-theory.partition-seq", "number-theory.partition-nth", "number-theory.partition-take-while", "number-theory.partition?", "number-theory.pell-seq", "number-theory.pell-nth", "number-theory.pell-take-while", "number-theory.pell?", "number-theory.perfect-seq", "number-theory.perfect-nth", "number-theory.perfect-take-while", "number-theory.perfect?", "number-theory.perfect-cube-seq", "number-theory.perfect-cube-nth", "number-theory.perfect-cube-take-while", "number-theory.perfect-cube?", "number-theory.perfect-power-seq", "number-theory.perfect-power-nth", "number-theory.perfect-power-take-while", "number-theory.perfect-power?", "number-theory.perfect-square-seq", "number-theory.perfect-square-nth", "number-theory.perfect-square-take-while", "number-theory.perfect-square?", "number-theory.polygonal-seq", "number-theory.polygonal-nth", "number-theory.polygonal-take-while", "number-theory.polygonal?", "number-theory.prime-seq", "number-theory.prime-nth", "number-theory.prime-take-while", "number-theory.prime?", "number-theory.recaman-seq", "number-theory.recaman-nth", "number-theory.recaman-take-while", "number-theory.recaman?", "number-theory.sylvester-seq", "number-theory.sylvester-nth", "number-theory.sylvester-take-while", "number-theory.sylvester?", "number-theory.thue-morse-seq", "number-theory.thue-morse-nth", "number-theory.thue-morse-take-while", "number-theory.thue-morse?", "number-theory.tribonacci-seq", "number-theory.tribonacci-nth", "number-theory.tribonacci-take-while", "number-theory.tribonacci?", "number-theory.collatz-seq", "number-theory.juggler-seq", "number-theory.bernoulli-seq", "number-theory.bernoulli-take-while", "number-theory.bernoulli-nth", "number-theory.combinations", "number-theory.count-combinations", "number-theory.derangements", "number-theory.count-derangements", "number-theory.divisors", "number-theory.count-divisors", "number-theory.proper-divisors", "number-theory.count-proper-divisors", "number-theory.prime-factors", "number-theory.count-prime-factors", "number-theory.distinct-prime-factors", "number-theory.count-distinct-prime-factors", "number-theory.factorial", "number-theory.partitions", "number-theory.count-partitions", "number-theory.permutations", "number-theory.count-permutations", "number-theory.power-set", "number-theory.count-power-set", "number-theory.coprime?", "number-theory.divisible-by?", "number-theory.gcd", "number-theory.lcm", "number-theory.multinomial", "number-theory.amicable?", "number-theory.euler-totient", "number-theory.mobius", "number-theory.mertens", "number-theory.sigma", "number-theory.carmichael-lambda", "number-theory.cartesian-product", "number-theory.perfect-power", "number-theory.mod-exp", "number-theory.mod-inv", "number-theory.extended-gcd", "number-theory.chinese-remainder", "number-theory.stirling-first", "number-theory.stirling-second", "math.ln", "math.log2", "math.log10", "math.sin", "math.cos", "math.tan", "math.asin", "math.acos", "math.atan", "math.sinh", "math.cosh", "math.tanh", "math.asinh", "math.acosh", "math.atanh", "math.to-rad", "math.to-deg", "functional.juxt", "functional.complement", "functional.every-pred", "functional.some-pred", "functional.fnull", "assertion.assert=", "assertion.assert!=", "assertion.assert-gt", "assertion.assert-lt", "assertion.assert-gte", "assertion.assert-lte", "assertion.assert-true", "assertion.assert-false", "assertion.assert-truthy", "assertion.assert-falsy", "assertion.assert-null", "assertion.assert-throws", "assertion.assert-throws-error", "assertion.assert-not-throws", "assertion.assert-array", "assertion.assert-boolean", "assertion.assert-collection", "assertion.assert-function", "assertion.assert-grid", "assertion.assert-integer", "assertion.assert-matrix", "assertion.assert-number", "assertion.assert-object", "assertion.assert-regexp", "assertion.assert-sequence", "assertion.assert-string", "assertion.assert-vector", "string.string-repeat", "string.from-char-code", "string.to-char-code", "string.trim-left", "string.trim-right", "string.pad-left", "string.pad-right", "string.split-lines", "string.template", "string.encode-base64", "string.decode-base64", "string.encode-uri-component", "string.decode-uri-component", "string.capitalize", "collection.filteri", "collection.mapi", "collection.reducei", "collection.reduce-right", "collection.reducei-right", "collection.reductions", "collection.reductionsi", "collection.get-in", "collection.assoc-in", "collection.update", "collection.update-in", "collection.not-empty", "collection.every?", "collection.not-every?", "collection.any?", "collection.not-any?", "sequence.position", "sequence.last-index-of", "sequence.unshift", "sequence.splice", "sequence.sort-by", "sequence.distinct", "sequence.remove", "sequence.remove-at", "sequence.split-at", "sequence.split-with", "sequence.frequencies", "sequence.group-by", "sequence.partition", "sequence.partition-all", "sequence.partition-by", "sequence.starts-with?", "sequence.ends-with?", "sequence.interleave", "sequence.interpose", "bitwise.bit-not", "bitwise.bit-and-not", "bitwise.bit-flip", "bitwise.bit-clear", "bitwise.bit-set", "bitwise.bit-test", "convert.angstrom->um", "convert.angstrom->mm", "convert.angstrom->cm", "convert.angstrom->m", "convert.angstrom->km", "convert.angstrom->in", "convert.angstrom->ft", "convert.angstrom->yd", "convert.angstrom->mi", "convert.angstrom->nmi", "convert.um->angstrom", "convert.um->mm", "convert.um->cm", "convert.um->m", "convert.um->km", "convert.um->in", "convert.um->ft", "convert.um->yd", "convert.um->mi", "convert.um->nmi", "convert.mm->angstrom", "convert.mm->um", "convert.mm->cm", "convert.mm->m", "convert.mm->km", "convert.mm->in", "convert.mm->ft", "convert.mm->yd", "convert.mm->mi", "convert.mm->nmi", "convert.cm->angstrom", "convert.cm->um", "convert.cm->mm", "convert.cm->m", "convert.cm->km", "convert.cm->in", "convert.cm->ft", "convert.cm->yd", "convert.cm->mi", "convert.cm->nmi", "convert.m->angstrom", "convert.m->um", "convert.m->mm", "convert.m->cm", "convert.m->km", "convert.m->in", "convert.m->ft", "convert.m->yd", "convert.m->mi", "convert.m->nmi", "convert.km->angstrom", "convert.km->um", "convert.km->mm", "convert.km->cm", "convert.km->m", "convert.km->in", "convert.km->ft", "convert.km->yd", "convert.km->mi", "convert.km->nmi", "convert.in->angstrom", "convert.in->um", "convert.in->mm", "convert.in->cm", "convert.in->m", "convert.in->km", "convert.in->ft", "convert.in->yd", "convert.in->mi", "convert.in->nmi", "convert.ft->angstrom", "convert.ft->um", "convert.ft->mm", "convert.ft->cm", "convert.ft->m", "convert.ft->km", "convert.ft->in", "convert.ft->yd", "convert.ft->mi", "convert.ft->nmi", "convert.yd->angstrom", "convert.yd->um", "convert.yd->mm", "convert.yd->cm", "convert.yd->m", "convert.yd->km", "convert.yd->in", "convert.yd->ft", "convert.yd->mi", "convert.yd->nmi", "convert.mi->angstrom", "convert.mi->um", "convert.mi->mm", "convert.mi->cm", "convert.mi->m", "convert.mi->km", "convert.mi->in", "convert.mi->ft", "convert.mi->yd", "convert.mi->nmi", "convert.nmi->angstrom", "convert.nmi->um", "convert.nmi->mm", "convert.nmi->cm", "convert.nmi->m", "convert.nmi->km", "convert.nmi->in", "convert.nmi->ft", "convert.nmi->yd", "convert.nmi->mi", "convert.mg->g", "convert.mg->kg", "convert.mg->t", "convert.mg->oz", "convert.mg->lb", "convert.mg->st", "convert.g->mg", "convert.g->kg", "convert.g->t", "convert.g->oz", "convert.g->lb", "convert.g->st", "convert.kg->mg", "convert.kg->g", "convert.kg->t", "convert.kg->oz", "convert.kg->lb", "convert.kg->st", "convert.t->mg", "convert.t->g", "convert.t->kg", "convert.t->oz", "convert.t->lb", "convert.t->st", "convert.oz->mg", "convert.oz->g", "convert.oz->kg", "convert.oz->t", "convert.oz->lb", "convert.oz->st", "convert.lb->mg", "convert.lb->g", "convert.lb->kg", "convert.lb->t", "convert.lb->oz", "convert.lb->st", "convert.st->mg", "convert.st->g", "convert.st->kg", "convert.st->t", "convert.st->oz", "convert.st->lb", "convert.ml->cl", "convert.ml->dl", "convert.ml->l", "convert.ml->tsp", "convert.ml->tbsp", "convert.ml->fl-oz", "convert.ml->cup", "convert.ml->pt", "convert.ml->qt", "convert.ml->gal", "convert.cl->ml", "convert.cl->dl", "convert.cl->l", "convert.cl->tsp", "convert.cl->tbsp", "convert.cl->fl-oz", "convert.cl->cup", "convert.cl->pt", "convert.cl->qt", "convert.cl->gal", "convert.dl->ml", "convert.dl->cl", "convert.dl->l", "convert.dl->tsp", "convert.dl->tbsp", "convert.dl->fl-oz", "convert.dl->cup", "convert.dl->pt", "convert.dl->qt", "convert.dl->gal", "convert.l->ml", "convert.l->cl", "convert.l->dl", "convert.l->tsp", "convert.l->tbsp", "convert.l->fl-oz", "convert.l->cup", "convert.l->pt", "convert.l->qt", "convert.l->gal", "convert.tsp->ml", "convert.tsp->cl", "convert.tsp->dl", "convert.tsp->l", "convert.tsp->tbsp", "convert.tsp->fl-oz", "convert.tsp->cup", "convert.tsp->pt", "convert.tsp->qt", "convert.tsp->gal", "convert.tbsp->ml", "convert.tbsp->cl", "convert.tbsp->dl", "convert.tbsp->l", "convert.tbsp->tsp", "convert.tbsp->fl-oz", "convert.tbsp->cup", "convert.tbsp->pt", "convert.tbsp->qt", "convert.tbsp->gal", "convert.fl-oz->ml", "convert.fl-oz->cl", "convert.fl-oz->dl", "convert.fl-oz->l", "convert.fl-oz->tsp", "convert.fl-oz->tbsp", "convert.fl-oz->cup", "convert.fl-oz->pt", "convert.fl-oz->qt", "convert.fl-oz->gal", "convert.cup->ml", "convert.cup->cl", "convert.cup->dl", "convert.cup->l", "convert.cup->tsp", "convert.cup->tbsp", "convert.cup->fl-oz", "convert.cup->pt", "convert.cup->qt", "convert.cup->gal", "convert.pt->ml", "convert.pt->cl", "convert.pt->dl", "convert.pt->l", "convert.pt->tsp", "convert.pt->tbsp", "convert.pt->fl-oz", "convert.pt->cup", "convert.pt->qt", "convert.pt->gal", "convert.qt->ml", "convert.qt->cl", "convert.qt->dl", "convert.qt->l", "convert.qt->tsp", "convert.qt->tbsp", "convert.qt->fl-oz", "convert.qt->cup", "convert.qt->pt", "convert.qt->gal", "convert.gal->ml", "convert.gal->cl", "convert.gal->dl", "convert.gal->l", "convert.gal->tsp", "convert.gal->tbsp", "convert.gal->fl-oz", "convert.gal->cup", "convert.gal->pt", "convert.gal->qt", "convert.ms->s", "convert.ms->min", "convert.ms->h", "convert.ms->day", "convert.ms->week", "convert.s->ms", "convert.s->min", "convert.s->h", "convert.s->day", "convert.s->week", "convert.min->ms", "convert.min->s", "convert.min->h", "convert.min->day", "convert.min->week", "convert.h->ms", "convert.h->s", "convert.h->min", "convert.h->day", "convert.h->week", "convert.day->ms", "convert.day->s", "convert.day->min", "convert.day->h", "convert.day->week", "convert.week->ms", "convert.week->s", "convert.week->min", "convert.week->h", "convert.week->day", "convert.mm2->cm2", "convert.mm2->m2", "convert.mm2->km2", "convert.mm2->in2", "convert.mm2->ft2", "convert.mm2->yd2", "convert.mm2->acre", "convert.mm2->hectare", "convert.cm2->mm2", "convert.cm2->m2", "convert.cm2->km2", "convert.cm2->in2", "convert.cm2->ft2", "convert.cm2->yd2", "convert.cm2->acre", "convert.cm2->hectare", "convert.m2->mm2", "convert.m2->cm2", "convert.m2->km2", "convert.m2->in2", "convert.m2->ft2", "convert.m2->yd2", "convert.m2->acre", "convert.m2->hectare", "convert.km2->mm2", "convert.km2->cm2", "convert.km2->m2", "convert.km2->in2", "convert.km2->ft2", "convert.km2->yd2", "convert.km2->acre", "convert.km2->hectare", "convert.in2->mm2", "convert.in2->cm2", "convert.in2->m2", "convert.in2->km2", "convert.in2->ft2", "convert.in2->yd2", "convert.in2->acre", "convert.in2->hectare", "convert.ft2->mm2", "convert.ft2->cm2", "convert.ft2->m2", "convert.ft2->km2", "convert.ft2->in2", "convert.ft2->yd2", "convert.ft2->acre", "convert.ft2->hectare", "convert.yd2->mm2", "convert.yd2->cm2", "convert.yd2->m2", "convert.yd2->km2", "convert.yd2->in2", "convert.yd2->ft2", "convert.yd2->acre", "convert.yd2->hectare", "convert.acre->mm2", "convert.acre->cm2", "convert.acre->m2", "convert.acre->km2", "convert.acre->in2", "convert.acre->ft2", "convert.acre->yd2", "convert.acre->hectare", "convert.hectare->mm2", "convert.hectare->cm2", "convert.hectare->m2", "convert.hectare->km2", "convert.hectare->in2", "convert.hectare->ft2", "convert.hectare->yd2", "convert.hectare->acre", "convert.m/s->km/h", "convert.m/s->mph", "convert.m/s->kn", "convert.m/s->ft/s", "convert.km/h->m/s", "convert.km/h->mph", "convert.km/h->kn", "convert.km/h->ft/s", "convert.mph->m/s", "convert.mph->km/h", "convert.mph->kn", "convert.mph->ft/s", "convert.kn->m/s", "convert.kn->km/h", "convert.kn->mph", "convert.kn->ft/s", "convert.ft/s->m/s", "convert.ft/s->km/h", "convert.ft/s->mph", "convert.ft/s->kn", "convert.b->kb", "convert.b->mb", "convert.b->gb", "convert.b->tb", "convert.b->pb", "convert.kb->b", "convert.kb->mb", "convert.kb->gb", "convert.kb->tb", "convert.kb->pb", "convert.mb->b", "convert.mb->kb", "convert.mb->gb", "convert.mb->tb", "convert.mb->pb", "convert.gb->b", "convert.gb->kb", "convert.gb->mb", "convert.gb->tb", "convert.gb->pb", "convert.tb->b", "convert.tb->kb", "convert.tb->mb", "convert.tb->gb", "convert.tb->pb", "convert.pb->b", "convert.pb->kb", "convert.pb->mb", "convert.pb->gb", "convert.pb->tb", "convert.pa->kpa", "convert.pa->bar", "convert.pa->atm", "convert.pa->psi", "convert.pa->mmhg", "convert.kpa->pa", "convert.kpa->bar", "convert.kpa->atm", "convert.kpa->psi", "convert.kpa->mmhg", "convert.bar->pa", "convert.bar->kpa", "convert.bar->atm", "convert.bar->psi", "convert.bar->mmhg", "convert.atm->pa", "convert.atm->kpa", "convert.atm->bar", "convert.atm->psi", "convert.atm->mmhg", "convert.psi->pa", "convert.psi->kpa", "convert.psi->bar", "convert.psi->atm", "convert.psi->mmhg", "convert.mmhg->pa", "convert.mmhg->kpa", "convert.mmhg->bar", "convert.mmhg->atm", "convert.mmhg->psi", "convert.j->kj", "convert.j->cal", "convert.j->kcal", "convert.j->wh", "convert.j->kwh", "convert.j->btu", "convert.kj->j", "convert.kj->cal", "convert.kj->kcal", "convert.kj->wh", "convert.kj->kwh", "convert.kj->btu", "convert.cal->j", "convert.cal->kj", "convert.cal->kcal", "convert.cal->wh", "convert.cal->kwh", "convert.cal->btu", "convert.kcal->j", "convert.kcal->kj", "convert.kcal->cal", "convert.kcal->wh", "convert.kcal->kwh", "convert.kcal->btu", "convert.wh->j", "convert.wh->kj", "convert.wh->cal", "convert.wh->kcal", "convert.wh->kwh", "convert.wh->btu", "convert.kwh->j", "convert.kwh->kj", "convert.kwh->cal", "convert.kwh->kcal", "convert.kwh->wh", "convert.kwh->btu", "convert.btu->j", "convert.btu->kj", "convert.btu->cal", "convert.btu->kcal", "convert.btu->wh", "convert.btu->kwh", "convert.w->kw", "convert.w->mw", "convert.w->hp", "convert.kw->w", "convert.kw->mw", "convert.kw->hp", "convert.mw->w", "convert.mw->kw", "convert.mw->hp", "convert.hp->w", "convert.hp->kw", "convert.hp->mw", "convert.hz->khz", "convert.hz->mhz", "convert.hz->ghz", "convert.khz->hz", "convert.khz->mhz", "convert.khz->ghz", "convert.mhz->hz", "convert.mhz->khz", "convert.mhz->ghz", "convert.ghz->hz", "convert.ghz->khz", "convert.ghz->mhz", "convert.deg->rad", "convert.deg->grad", "convert.deg->turn", "convert.rad->deg", "convert.rad->grad", "convert.rad->turn", "convert.grad->deg", "convert.grad->rad", "convert.grad->turn", "convert.turn->deg", "convert.turn->rad", "convert.turn->grad", "convert.c->f", "convert.c->k", "convert.f->c", "convert.f->k", "convert.k->c", "convert.k->f", "-short-regexp", "-short-fn", "-type-number", "-type-string", "-type-object", "-type-array", "-type-vector", "-type-matrix", "-type-grid", "-type-boolean", "-type-function", "-type-integer", "-type-any", "-type-null", "-type-collection", "-type-sequence", "-type-regexp", "-type-effect", "-type-never"];
70
- export type CoreApiName = typeof coreApiNames[number];
71
- export type ApiName = typeof apiNames[number];
72
- export declare function isApiName(arg: string): arg is ApiName;
73
- export declare function isCoreApiName(arg: string): arg is CoreApiName;
@@ -1,3 +0,0 @@
1
- import type { DatatypeName } from './api';
2
- import type { DatatypeReference } from '.';
3
- export declare const datatype: Record<DatatypeName, DatatypeReference>;
@@ -1,195 +0,0 @@
1
- import type { Category, CoreApiName, CoreNormalExpressionName, DataType, ModuleExpressionName } from './api';
2
- export interface TypedValue {
3
- type: DataType[] | DataType;
4
- rest?: true;
5
- array?: true;
6
- }
7
- export type NormalExpressionArgument = TypedValue & {
8
- description?: string;
9
- };
10
- export type Argument = NormalExpressionArgument;
11
- interface Variant {
12
- argumentNames: string[];
13
- }
14
- export interface CommonReference<T extends Category> {
15
- title: string;
16
- category: T;
17
- examples: string[];
18
- description: string;
19
- seeAlso?: string[];
20
- }
21
- export type FunctionReference<T extends Category = Category> = CommonReference<T> & {
22
- returns: TypedValue;
23
- args: Record<string, Argument>;
24
- variants: Variant[];
25
- noOperatorDocumentation?: true;
26
- _isOperator?: boolean;
27
- _prefereOperator?: boolean;
28
- };
29
- export type CustomReference<T extends Category = Category> = CommonReference<T> & {
30
- customVariants: string[];
31
- details?: [string, string, string | undefined][];
32
- };
33
- export interface ShorthandReference extends CommonReference<'shorthand'> {
34
- shorthand: true;
35
- }
36
- export interface DatatypeReference extends CommonReference<'datatype'> {
37
- datatype: true;
38
- }
39
- export interface EffectReference extends CommonReference<'effect'> {
40
- effect: true;
41
- args: Record<string, Argument>;
42
- returns: TypedValue;
43
- variants: Variant[];
44
- }
45
- export type Reference<T extends Category = Category> = FunctionReference<T> | CustomReference<T> | ShorthandReference | DatatypeReference | EffectReference;
46
- export declare function isFunctionReference<T extends Category>(ref: Reference<T>): ref is FunctionReference<T>;
47
- export declare function isCustomReference<T extends Category>(ref: Reference<T>): ref is CustomReference<T>;
48
- export declare function isShorthandReference<T extends Category>(ref: Reference<T>): ref is ShorthandReference;
49
- export declare function isDatatypeReference<T extends Category>(ref: Reference<T>): ref is DatatypeReference;
50
- export declare function isEffectReference<T extends Category>(ref: Reference<T>): ref is EffectReference;
51
- export declare const normalExpressionReference: Record<CoreNormalExpressionName, FunctionReference>;
52
- export declare const moduleReference: Record<ModuleExpressionName, FunctionReference>;
53
- export declare const functionReference: {
54
- number: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
55
- boolean: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
56
- "^": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
57
- "*": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
58
- "/": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
59
- "%": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
60
- "+": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
61
- "-": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
62
- "<<": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
63
- ">>": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
64
- ">>>": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
65
- "++": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
66
- "<": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
67
- "<=": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
68
- ">": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
69
- ">=": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
70
- "==": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
71
- "!=": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
72
- "&": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
73
- xor: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
74
- "|": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
75
- "|>": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
76
- min: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
77
- max: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
78
- pop: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
79
- push: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
80
- join: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
81
- reverse: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
82
- slice: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
83
- sort: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
84
- some: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
85
- map: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
86
- filter: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
87
- reduce: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
88
- find: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
89
- entries: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
90
- keys: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
91
- replace: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
92
- split: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
93
- trim: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
94
- repeat: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
95
- assert: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
96
- regexp: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
97
- count: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
98
- first: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
99
- rest: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
100
- range: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
101
- flatten: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
102
- mapcat: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
103
- "moving-fn": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
104
- "running-fn": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
105
- second: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
106
- get: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
107
- "contains?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
108
- nth: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
109
- "empty?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
110
- "index-of": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
111
- assoc: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
112
- dissoc: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
113
- merge: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
114
- str: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
115
- apply: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
116
- comp: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
117
- identity: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
118
- constantly: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
119
- inc: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
120
- dec: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
121
- quot: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
122
- mod: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
123
- abs: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
124
- trunc: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
125
- sqrt: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
126
- cbrt: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
127
- round: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
128
- floor: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
129
- ceil: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
130
- sign: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
131
- doc: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
132
- arity: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
133
- "identical?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
134
- compare: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
135
- not: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
136
- "epoch->iso-date": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
137
- "iso-date->epoch": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
138
- "boolean?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
139
- "true?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
140
- "false?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
141
- "json-parse": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
142
- "json-stringify": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
143
- "effect-name": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
144
- "effect-matcher": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
145
- "effect?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
146
- "type-of": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
147
- "number?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
148
- "string?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
149
- "null?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
150
- "array?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
151
- "object?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
152
- "function?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
153
- "regexp?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
154
- vals: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
155
- zipmap: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
156
- "select-keys": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
157
- "merge-with": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
158
- "blank?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
159
- "collection?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
160
- "sequence?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
161
- "integer?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
162
- "zero?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
163
- "pos?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
164
- "neg?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
165
- "finite?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
166
- "even?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
167
- "odd?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
168
- "not-empty?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
169
- "vector?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
170
- "matrix?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
171
- "grid?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
172
- "re-match": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
173
- "positive-infinity?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
174
- "negative-infinity?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
175
- "replace-all": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
176
- last: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
177
- next: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
178
- take: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
179
- drop: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
180
- "take-last": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
181
- "take-while": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
182
- "drop-last": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
183
- "drop-while": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
184
- "lower-case": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
185
- "upper-case": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
186
- sum: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
187
- prod: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
188
- mean: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
189
- median: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "convert" | "shorthand" | "datatype" | "effect">;
190
- };
191
- export declare const apiReference: Record<CoreApiName, Reference>;
192
- export declare const effectReference: Record<string, EffectReference>;
193
- export declare const allReference: Record<string, Reference>;
194
- export declare function getLinkName(reference: Reference): string;
195
- export {};
@@ -1,3 +0,0 @@
1
- import type { ShorthandName } from './api';
2
- import type { ShorthandReference } from '.';
3
- export declare const shorthand: Record<ShorthandName, ShorthandReference>;