@fncts/test 0.0.51 → 0.0.52

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 (407) hide show
  1. package/LICENSE +26 -0
  2. package/_cjs/Fragment.cjs +424 -0
  3. package/_cjs/Fragment.cjs.map +1 -0
  4. package/_cjs/api.cjs +97 -83
  5. package/_cjs/api.cjs.map +1 -1
  6. package/_cjs/chunk.cjs +28 -0
  7. package/_cjs/control/AbstractRunnableSpec.cjs +83 -81
  8. package/_cjs/control/AbstractRunnableSpec.cjs.map +1 -1
  9. package/_cjs/control/Annotations/api.cjs +25 -24
  10. package/_cjs/control/Annotations/api.cjs.map +1 -1
  11. package/_cjs/control/Annotations/definition.cjs +19 -18
  12. package/_cjs/control/Annotations/definition.cjs.map +1 -1
  13. package/_cjs/control/Annotations/live.cjs +50 -40
  14. package/_cjs/control/Annotations/live.cjs.map +1 -1
  15. package/_cjs/control/Annotations.cjs +13 -39
  16. package/_cjs/control/Assertion/api.cjs +170 -156
  17. package/_cjs/control/Assertion/api.cjs.map +1 -1
  18. package/_cjs/control/Assertion/definition.cjs +21 -21
  19. package/_cjs/control/Assertion/definition.cjs.map +1 -1
  20. package/_cjs/control/Assertion.cjs +39 -28
  21. package/_cjs/control/AssertionIO/api.cjs +33 -31
  22. package/_cjs/control/AssertionIO/api.cjs.map +1 -1
  23. package/_cjs/control/AssertionIO/definition.cjs +27 -27
  24. package/_cjs/control/AssertionIO/definition.cjs.map +1 -1
  25. package/_cjs/control/AssertionIO.cjs +9 -28
  26. package/_cjs/control/DefaultRunnableSpec.cjs +14 -15
  27. package/_cjs/control/DefaultRunnableSpec.cjs.map +1 -1
  28. package/_cjs/control/DefaultTestReporter/definition.cjs +5 -6
  29. package/_cjs/control/DefaultTestReporter/definition.cjs.map +1 -1
  30. package/_cjs/control/DefaultTestReporter/render.cjs +184 -176
  31. package/_cjs/control/DefaultTestReporter/render.cjs.map +1 -1
  32. package/_cjs/control/DefaultTestReporter.cjs +10 -28
  33. package/_cjs/control/FreeBooleanAlgebraIO/api.cjs +47 -46
  34. package/_cjs/control/FreeBooleanAlgebraIO/api.cjs.map +1 -1
  35. package/_cjs/control/FreeBooleanAlgebraIO/definition.cjs +5 -6
  36. package/_cjs/control/FreeBooleanAlgebraIO/definition.cjs.map +1 -1
  37. package/_cjs/control/FreeBooleanAlgebraIO.cjs +12 -28
  38. package/_cjs/control/Gen/api.cjs +653 -614
  39. package/_cjs/control/Gen/api.cjs.map +1 -1
  40. package/_cjs/control/Gen/constraints.cjs +0 -2
  41. package/_cjs/control/Gen/definition.cjs +13 -15
  42. package/_cjs/control/Gen/definition.cjs.map +1 -1
  43. package/_cjs/control/Gen.cjs +84 -39
  44. package/_cjs/control/Live/definition.cjs +43 -38
  45. package/_cjs/control/Live/definition.cjs.map +1 -1
  46. package/_cjs/control/Live.cjs +6 -17
  47. package/_cjs/control/Sample/api.cjs +143 -145
  48. package/_cjs/control/Sample/api.cjs.map +1 -1
  49. package/_cjs/control/Sample/definition.cjs +15 -17
  50. package/_cjs/control/Sample/definition.cjs.map +1 -1
  51. package/_cjs/control/Sample.cjs +18 -28
  52. package/_cjs/control/Sized/api.cjs +17 -16
  53. package/_cjs/control/Sized/api.cjs.map +1 -1
  54. package/_cjs/control/Sized/definition.cjs +15 -15
  55. package/_cjs/control/Sized/definition.cjs.map +1 -1
  56. package/_cjs/control/Sized/live.cjs +25 -21
  57. package/_cjs/control/Sized/live.cjs.map +1 -1
  58. package/_cjs/control/Sized.cjs +9 -39
  59. package/_cjs/control/Spec/api.cjs +288 -385
  60. package/_cjs/control/Spec/api.cjs.map +1 -1
  61. package/_cjs/control/Spec/definition.cjs +86 -87
  62. package/_cjs/control/Spec/definition.cjs.map +1 -1
  63. package/_cjs/control/Spec.cjs +38 -28
  64. package/_cjs/control/SummaryBuilder.cjs +48 -56
  65. package/_cjs/control/SummaryBuilder.cjs.map +1 -1
  66. package/_cjs/control/Test.cjs +21 -17
  67. package/_cjs/control/Test.cjs.map +1 -1
  68. package/_cjs/control/TestAnnotationRenderer/api.cjs +63 -57
  69. package/_cjs/control/TestAnnotationRenderer/api.cjs.map +1 -1
  70. package/_cjs/control/TestAnnotationRenderer/definition.cjs +36 -33
  71. package/_cjs/control/TestAnnotationRenderer/definition.cjs.map +1 -1
  72. package/_cjs/control/TestAnnotationRenderer.cjs +14 -28
  73. package/_cjs/control/TestAspect/api.cjs +81 -80
  74. package/_cjs/control/TestAspect/api.cjs.map +1 -1
  75. package/_cjs/control/TestAspect/definition.cjs +0 -2
  76. package/_cjs/control/TestAspect.cjs +14 -28
  77. package/_cjs/control/TestClock/api.cjs +44 -32
  78. package/_cjs/control/TestClock/api.cjs.map +1 -1
  79. package/_cjs/control/TestClock/definition.cjs +175 -173
  80. package/_cjs/control/TestClock/definition.cjs.map +1 -1
  81. package/_cjs/control/TestClock.cjs +13 -28
  82. package/_cjs/control/TestConsole/api.cjs +45 -34
  83. package/_cjs/control/TestConsole/api.cjs.map +1 -1
  84. package/_cjs/control/TestConsole/definition.cjs +76 -83
  85. package/_cjs/control/TestConsole/definition.cjs.map +1 -1
  86. package/_cjs/control/TestConsole.cjs +8 -28
  87. package/_cjs/control/TestEnvironment.cjs +31 -23
  88. package/_cjs/control/TestEnvironment.cjs.map +1 -1
  89. package/_cjs/control/TestLogger.cjs +36 -31
  90. package/_cjs/control/TestLogger.cjs.map +1 -1
  91. package/_cjs/control/TestRandom/api.cjs +67 -58
  92. package/_cjs/control/TestRandom/api.cjs.map +1 -1
  93. package/_cjs/control/TestRandom/definition.cjs +332 -378
  94. package/_cjs/control/TestRandom/definition.cjs.map +1 -1
  95. package/_cjs/control/TestRandom.cjs +20 -28
  96. package/_cjs/control/TestRenderer/ConsoleRenderer.cjs +78 -82
  97. package/_cjs/control/TestRenderer/ConsoleRenderer.cjs.map +1 -1
  98. package/_cjs/control/TestRenderer/definition.cjs +0 -2
  99. package/_cjs/control.cjs +0 -2
  100. package/_cjs/data/AssertionData.cjs +35 -31
  101. package/_cjs/data/AssertionData.cjs.map +1 -1
  102. package/_cjs/data/AssertionResult.cjs +23 -23
  103. package/_cjs/data/AssertionResult.cjs.map +1 -1
  104. package/_cjs/data/AssertionValue/api.cjs +39 -40
  105. package/_cjs/data/AssertionValue/api.cjs.map +1 -1
  106. package/_cjs/data/AssertionValue/definition.cjs +27 -27
  107. package/_cjs/data/AssertionValue/definition.cjs.map +1 -1
  108. package/_cjs/data/AssertionValue.cjs +10 -28
  109. package/_cjs/data/ExecutedSpec/api.cjs +71 -90
  110. package/_cjs/data/ExecutedSpec/api.cjs.map +1 -1
  111. package/_cjs/data/ExecutedSpec/definition.cjs +39 -41
  112. package/_cjs/data/ExecutedSpec/definition.cjs.map +1 -1
  113. package/_cjs/data/ExecutedSpec.cjs +15 -28
  114. package/_cjs/data/ExecutionResult.cjs +78 -103
  115. package/_cjs/data/ExecutionResult.cjs.map +1 -1
  116. package/_cjs/data/FailureDetails.cjs +12 -14
  117. package/_cjs/data/FailureDetails.cjs.map +1 -1
  118. package/_cjs/data/FreeBooleanAlgebra/api.cjs +129 -127
  119. package/_cjs/data/FreeBooleanAlgebra/api.cjs.map +1 -1
  120. package/_cjs/data/FreeBooleanAlgebra/definition.cjs +40 -41
  121. package/_cjs/data/FreeBooleanAlgebra/definition.cjs.map +1 -1
  122. package/_cjs/data/FreeBooleanAlgebra.cjs +22 -28
  123. package/_cjs/data/GenFailureDetails.cjs +14 -16
  124. package/_cjs/data/GenFailureDetails.cjs.map +1 -1
  125. package/_cjs/data/LogLine/Fragment.cjs +10 -73
  126. package/_cjs/data/LogLine/Line.cjs +13 -112
  127. package/_cjs/data/LogLine/Message.cjs +13 -115
  128. package/_cjs/data/LogLine/Style.cjs +56 -65
  129. package/_cjs/data/LogLine/Style.cjs.map +1 -1
  130. package/_cjs/data/LogLine/api.cjs +30 -29
  131. package/_cjs/data/LogLine/api.cjs.map +1 -1
  132. package/_cjs/data/LogLine.cjs +24 -28
  133. package/_cjs/data/Render/api.cjs +13 -14
  134. package/_cjs/data/Render/api.cjs.map +1 -1
  135. package/_cjs/data/Render/definition.cjs +37 -36
  136. package/_cjs/data/Render/definition.cjs.map +1 -1
  137. package/_cjs/data/Render.cjs +8 -28
  138. package/_cjs/data/RenderParam/api.cjs +18 -22
  139. package/_cjs/data/RenderParam/api.cjs.map +1 -1
  140. package/_cjs/data/RenderParam/definition.cjs +20 -21
  141. package/_cjs/data/RenderParam/definition.cjs.map +1 -1
  142. package/_cjs/data/RenderParam.cjs +8 -28
  143. package/_cjs/data/Summary.cjs +19 -21
  144. package/_cjs/data/Summary.cjs.map +1 -1
  145. package/_cjs/data/TestAnnotation/api.cjs +55 -40
  146. package/_cjs/data/TestAnnotation/api.cjs.map +1 -1
  147. package/_cjs/data/TestAnnotation/definition.cjs +44 -39
  148. package/_cjs/data/TestAnnotation/definition.cjs.map +1 -1
  149. package/_cjs/data/TestAnnotation.cjs +19 -28
  150. package/_cjs/data/TestAnnotationMap.cjs +36 -34
  151. package/_cjs/data/TestAnnotationMap.cjs.map +1 -1
  152. package/_cjs/data/TestArgs/definition.cjs +14 -16
  153. package/_cjs/data/TestArgs/definition.cjs.map +1 -1
  154. package/_cjs/data/TestArgs.cjs +3 -17
  155. package/_cjs/data/TestConfig.cjs +46 -41
  156. package/_cjs/data/TestConfig.cjs.map +1 -1
  157. package/_cjs/data/TestFailure.cjs +41 -41
  158. package/_cjs/data/TestFailure.cjs.map +1 -1
  159. package/_cjs/data/TestSuccess.cjs +26 -26
  160. package/_cjs/data/TestSuccess.cjs.map +1 -1
  161. package/_cjs/data/TestTimeoutException.cjs +9 -11
  162. package/_cjs/data/TestTimeoutException.cjs.map +1 -1
  163. package/_cjs/data.cjs +0 -2
  164. package/_cjs/global.cjs +0 -2
  165. package/_cjs/index.cjs +0 -2
  166. package/_cjs/util/math.cjs +319 -440
  167. package/_cjs/util/math.cjs.map +1 -1
  168. package/_cjs/util.cjs +0 -2
  169. package/_cjs/vitest.cjs +115 -104
  170. package/_cjs/vitest.cjs.map +1 -1
  171. package/_mjs/Fragment.mjs +237 -0
  172. package/_mjs/Fragment.mjs.map +1 -0
  173. package/_mjs/api.mjs +67 -64
  174. package/_mjs/api.mjs.map +1 -1
  175. package/_mjs/control/AbstractRunnableSpec.mjs +53 -65
  176. package/_mjs/control/AbstractRunnableSpec.mjs.map +1 -1
  177. package/_mjs/control/Annotations/api.mjs +21 -17
  178. package/_mjs/control/Annotations/api.mjs.map +1 -1
  179. package/_mjs/control/Annotations/definition.mjs +14 -10
  180. package/_mjs/control/Annotations/definition.mjs.map +1 -1
  181. package/_mjs/control/Annotations/live.mjs +32 -28
  182. package/_mjs/control/Annotations/live.mjs.map +1 -1
  183. package/_mjs/control/Annotations.mjs +4 -5
  184. package/_mjs/control/Assertion/api.mjs +140 -142
  185. package/_mjs/control/Assertion/api.mjs.map +1 -1
  186. package/_mjs/control/Assertion/definition.mjs +19 -14
  187. package/_mjs/control/Assertion/definition.mjs.map +1 -1
  188. package/_mjs/control/Assertion.mjs +3 -4
  189. package/_mjs/control/AssertionIO/api.mjs +26 -22
  190. package/_mjs/control/AssertionIO/api.mjs.map +1 -1
  191. package/_mjs/control/AssertionIO/definition.mjs +22 -18
  192. package/_mjs/control/AssertionIO/definition.mjs.map +1 -1
  193. package/_mjs/control/AssertionIO.mjs +3 -4
  194. package/_mjs/control/DefaultRunnableSpec.mjs +9 -5
  195. package/_mjs/control/DefaultRunnableSpec.mjs.map +1 -1
  196. package/_mjs/control/DefaultTestReporter/definition.mjs +5 -1
  197. package/_mjs/control/DefaultTestReporter/definition.mjs.map +1 -1
  198. package/_mjs/control/DefaultTestReporter/render.mjs +152 -165
  199. package/_mjs/control/DefaultTestReporter/render.mjs.map +1 -1
  200. package/_mjs/control/DefaultTestReporter.mjs +3 -4
  201. package/_mjs/control/FreeBooleanAlgebraIO/api.mjs +43 -39
  202. package/_mjs/control/FreeBooleanAlgebraIO/api.mjs.map +1 -1
  203. package/_mjs/control/FreeBooleanAlgebraIO/definition.mjs +5 -1
  204. package/_mjs/control/FreeBooleanAlgebraIO/definition.mjs.map +1 -1
  205. package/_mjs/control/FreeBooleanAlgebraIO.mjs +3 -4
  206. package/_mjs/control/Gen/api.mjs +570 -591
  207. package/_mjs/control/Gen/api.mjs.map +1 -1
  208. package/_mjs/control/Gen/constraints.mjs +0 -2
  209. package/_mjs/control/Gen/definition.mjs +13 -9
  210. package/_mjs/control/Gen/definition.mjs.map +1 -1
  211. package/_mjs/control/Gen.mjs +4 -5
  212. package/_mjs/control/Live/definition.mjs +31 -27
  213. package/_mjs/control/Live/definition.mjs.map +1 -1
  214. package/_mjs/control/Live.mjs +2 -3
  215. package/_mjs/control/Sample/api.mjs +109 -126
  216. package/_mjs/control/Sample/api.mjs.map +1 -1
  217. package/_mjs/control/Sample/definition.mjs +15 -11
  218. package/_mjs/control/Sample/definition.mjs.map +1 -1
  219. package/_mjs/control/Sample.mjs +3 -4
  220. package/_mjs/control/Sized/api.mjs +13 -9
  221. package/_mjs/control/Sized/api.mjs.map +1 -1
  222. package/_mjs/control/Sized/definition.mjs +11 -7
  223. package/_mjs/control/Sized/definition.mjs.map +1 -1
  224. package/_mjs/control/Sized/live.mjs +18 -14
  225. package/_mjs/control/Sized/live.mjs.map +1 -1
  226. package/_mjs/control/Sized.mjs +4 -5
  227. package/_mjs/control/Spec/api.mjs +245 -366
  228. package/_mjs/control/Spec/api.mjs.map +1 -1
  229. package/_mjs/control/Spec/definition.mjs +79 -75
  230. package/_mjs/control/Spec/definition.mjs.map +1 -1
  231. package/_mjs/control/Spec.mjs +3 -4
  232. package/_mjs/control/SummaryBuilder.mjs +31 -41
  233. package/_mjs/control/SummaryBuilder.mjs.map +1 -1
  234. package/_mjs/control/Test.mjs +13 -9
  235. package/_mjs/control/Test.mjs.map +1 -1
  236. package/_mjs/control/TestAnnotationRenderer/api.mjs +53 -55
  237. package/_mjs/control/TestAnnotationRenderer/api.mjs.map +1 -1
  238. package/_mjs/control/TestAnnotationRenderer/definition.mjs +25 -21
  239. package/_mjs/control/TestAnnotationRenderer/definition.mjs.map +1 -1
  240. package/_mjs/control/TestAnnotationRenderer.mjs +3 -4
  241. package/_mjs/control/TestAspect/api.mjs +49 -63
  242. package/_mjs/control/TestAspect/api.mjs.map +1 -1
  243. package/_mjs/control/TestAspect/definition.mjs +0 -2
  244. package/_mjs/control/TestAspect.mjs +3 -4
  245. package/_mjs/control/TestClock/api.mjs +24 -20
  246. package/_mjs/control/TestClock/api.mjs.map +1 -1
  247. package/_mjs/control/TestClock/definition.mjs +128 -150
  248. package/_mjs/control/TestClock/definition.mjs.map +1 -1
  249. package/_mjs/control/TestClock.mjs +3 -4
  250. package/_mjs/control/TestConsole/api.mjs +27 -24
  251. package/_mjs/control/TestConsole/api.mjs.map +1 -1
  252. package/_mjs/control/TestConsole/definition.mjs +62 -72
  253. package/_mjs/control/TestConsole/definition.mjs.map +1 -1
  254. package/_mjs/control/TestConsole.mjs +3 -4
  255. package/_mjs/control/TestEnvironment.mjs +14 -10
  256. package/_mjs/control/TestEnvironment.mjs.map +1 -1
  257. package/_mjs/control/TestLogger.mjs +25 -21
  258. package/_mjs/control/TestLogger.mjs.map +1 -1
  259. package/_mjs/control/TestRandom/api.mjs +46 -43
  260. package/_mjs/control/TestRandom/api.mjs.map +1 -1
  261. package/_mjs/control/TestRandom/definition.mjs +311 -362
  262. package/_mjs/control/TestRandom/definition.mjs.map +1 -1
  263. package/_mjs/control/TestRandom.mjs +3 -4
  264. package/_mjs/control/TestRenderer/ConsoleRenderer.mjs +66 -72
  265. package/_mjs/control/TestRenderer/ConsoleRenderer.mjs.map +1 -1
  266. package/_mjs/control/TestRenderer/definition.mjs +0 -2
  267. package/_mjs/control.mjs +0 -2
  268. package/_mjs/data/AssertionData.mjs +27 -22
  269. package/_mjs/data/AssertionData.mjs.map +1 -1
  270. package/_mjs/data/AssertionResult.mjs +18 -14
  271. package/_mjs/data/AssertionResult.mjs.map +1 -1
  272. package/_mjs/data/AssertionValue/api.mjs +34 -32
  273. package/_mjs/data/AssertionValue/api.mjs.map +1 -1
  274. package/_mjs/data/AssertionValue/definition.mjs +24 -20
  275. package/_mjs/data/AssertionValue/definition.mjs.map +1 -1
  276. package/_mjs/data/AssertionValue.mjs +3 -4
  277. package/_mjs/data/ExecutedSpec/api.mjs +64 -80
  278. package/_mjs/data/ExecutedSpec/api.mjs.map +1 -1
  279. package/_mjs/data/ExecutedSpec/definition.mjs +38 -34
  280. package/_mjs/data/ExecutedSpec/definition.mjs.map +1 -1
  281. package/_mjs/data/ExecutedSpec.mjs +3 -4
  282. package/_mjs/data/ExecutionResult.mjs +63 -91
  283. package/_mjs/data/ExecutionResult.mjs.map +1 -1
  284. package/_mjs/data/FailureDetails.mjs +12 -8
  285. package/_mjs/data/FailureDetails.mjs.map +1 -1
  286. package/_mjs/data/FreeBooleanAlgebra/api.mjs +107 -111
  287. package/_mjs/data/FreeBooleanAlgebra/api.mjs.map +1 -1
  288. package/_mjs/data/FreeBooleanAlgebra/definition.mjs +37 -33
  289. package/_mjs/data/FreeBooleanAlgebra/definition.mjs.map +1 -1
  290. package/_mjs/data/FreeBooleanAlgebra.mjs +3 -4
  291. package/_mjs/data/GenFailureDetails.mjs +14 -10
  292. package/_mjs/data/GenFailureDetails.mjs.map +1 -1
  293. package/_mjs/data/LogLine/Fragment.mjs +2 -58
  294. package/_mjs/data/LogLine/Line.mjs +2 -94
  295. package/_mjs/data/LogLine/Message.mjs +2 -99
  296. package/_mjs/data/LogLine/Style.mjs +56 -66
  297. package/_mjs/data/LogLine/Style.mjs.map +1 -1
  298. package/_mjs/data/LogLine/api.mjs +24 -20
  299. package/_mjs/data/LogLine/api.mjs.map +1 -1
  300. package/_mjs/data/LogLine.mjs +3 -3
  301. package/_mjs/data/Render/api.mjs +12 -8
  302. package/_mjs/data/Render/api.mjs.map +1 -1
  303. package/_mjs/data/Render/definition.mjs +31 -27
  304. package/_mjs/data/Render/definition.mjs.map +1 -1
  305. package/_mjs/data/Render.mjs +3 -4
  306. package/_mjs/data/RenderParam/api.mjs +15 -15
  307. package/_mjs/data/RenderParam/api.mjs.map +1 -1
  308. package/_mjs/data/RenderParam/definition.mjs +19 -15
  309. package/_mjs/data/RenderParam/definition.mjs.map +1 -1
  310. package/_mjs/data/RenderParam.mjs +3 -4
  311. package/_mjs/data/Summary.mjs +19 -15
  312. package/_mjs/data/Summary.mjs.map +1 -1
  313. package/_mjs/data/TestAnnotation/api.mjs +34 -30
  314. package/_mjs/data/TestAnnotation/api.mjs.map +1 -1
  315. package/_mjs/data/TestAnnotation/definition.mjs +31 -27
  316. package/_mjs/data/TestAnnotation/definition.mjs.map +1 -1
  317. package/_mjs/data/TestAnnotation.mjs +3 -4
  318. package/_mjs/data/TestAnnotationMap.mjs +28 -24
  319. package/_mjs/data/TestAnnotationMap.mjs.map +1 -1
  320. package/_mjs/data/TestArgs/definition.mjs +14 -10
  321. package/_mjs/data/TestArgs/definition.mjs.map +1 -1
  322. package/_mjs/data/TestArgs.mjs +2 -3
  323. package/_mjs/data/TestConfig.mjs +34 -30
  324. package/_mjs/data/TestConfig.mjs.map +1 -1
  325. package/_mjs/data/TestFailure.mjs +35 -31
  326. package/_mjs/data/TestFailure.mjs.map +1 -1
  327. package/_mjs/data/TestSuccess.mjs +22 -18
  328. package/_mjs/data/TestSuccess.mjs.map +1 -1
  329. package/_mjs/data/TestTimeoutException.mjs +9 -5
  330. package/_mjs/data/TestTimeoutException.mjs.map +1 -1
  331. package/_mjs/data.mjs +0 -2
  332. package/_mjs/global.mjs +0 -2
  333. package/_mjs/index.mjs +0 -2
  334. package/_mjs/util/math.mjs +310 -432
  335. package/_mjs/util/math.mjs.map +1 -1
  336. package/_mjs/util.mjs +0 -2
  337. package/_mjs/vitest.mjs +80 -80
  338. package/_mjs/vitest.mjs.map +1 -1
  339. package/package.json +13 -4
  340. package/_cjs/control/Annotations.cjs.map +0 -1
  341. package/_cjs/control/Assertion.cjs.map +0 -1
  342. package/_cjs/control/AssertionIO.cjs.map +0 -1
  343. package/_cjs/control/DefaultTestReporter.cjs.map +0 -1
  344. package/_cjs/control/FreeBooleanAlgebraIO.cjs.map +0 -1
  345. package/_cjs/control/Gen/constraints.cjs.map +0 -1
  346. package/_cjs/control/Gen.cjs.map +0 -1
  347. package/_cjs/control/Live.cjs.map +0 -1
  348. package/_cjs/control/Sample.cjs.map +0 -1
  349. package/_cjs/control/Sized.cjs.map +0 -1
  350. package/_cjs/control/Spec.cjs.map +0 -1
  351. package/_cjs/control/TestAnnotationRenderer.cjs.map +0 -1
  352. package/_cjs/control/TestAspect/definition.cjs.map +0 -1
  353. package/_cjs/control/TestAspect.cjs.map +0 -1
  354. package/_cjs/control/TestClock.cjs.map +0 -1
  355. package/_cjs/control/TestConsole.cjs.map +0 -1
  356. package/_cjs/control/TestRandom.cjs.map +0 -1
  357. package/_cjs/control/TestRenderer/definition.cjs.map +0 -1
  358. package/_cjs/control.cjs.map +0 -1
  359. package/_cjs/data/AssertionValue.cjs.map +0 -1
  360. package/_cjs/data/ExecutedSpec.cjs.map +0 -1
  361. package/_cjs/data/FreeBooleanAlgebra.cjs.map +0 -1
  362. package/_cjs/data/LogLine/Fragment.cjs.map +0 -1
  363. package/_cjs/data/LogLine/Line.cjs.map +0 -1
  364. package/_cjs/data/LogLine/Message.cjs.map +0 -1
  365. package/_cjs/data/LogLine.cjs.map +0 -1
  366. package/_cjs/data/Render.cjs.map +0 -1
  367. package/_cjs/data/RenderParam.cjs.map +0 -1
  368. package/_cjs/data/TestAnnotation.cjs.map +0 -1
  369. package/_cjs/data/TestArgs.cjs.map +0 -1
  370. package/_cjs/data.cjs.map +0 -1
  371. package/_cjs/global.cjs.map +0 -1
  372. package/_cjs/index.cjs.map +0 -1
  373. package/_cjs/util.cjs.map +0 -1
  374. package/_mjs/control/Annotations.mjs.map +0 -1
  375. package/_mjs/control/Assertion.mjs.map +0 -1
  376. package/_mjs/control/AssertionIO.mjs.map +0 -1
  377. package/_mjs/control/DefaultTestReporter.mjs.map +0 -1
  378. package/_mjs/control/FreeBooleanAlgebraIO.mjs.map +0 -1
  379. package/_mjs/control/Gen/constraints.mjs.map +0 -1
  380. package/_mjs/control/Gen.mjs.map +0 -1
  381. package/_mjs/control/Live.mjs.map +0 -1
  382. package/_mjs/control/Sample.mjs.map +0 -1
  383. package/_mjs/control/Sized.mjs.map +0 -1
  384. package/_mjs/control/Spec.mjs.map +0 -1
  385. package/_mjs/control/TestAnnotationRenderer.mjs.map +0 -1
  386. package/_mjs/control/TestAspect/definition.mjs.map +0 -1
  387. package/_mjs/control/TestAspect.mjs.map +0 -1
  388. package/_mjs/control/TestClock.mjs.map +0 -1
  389. package/_mjs/control/TestConsole.mjs.map +0 -1
  390. package/_mjs/control/TestRandom.mjs.map +0 -1
  391. package/_mjs/control/TestRenderer/definition.mjs.map +0 -1
  392. package/_mjs/control.mjs.map +0 -1
  393. package/_mjs/data/AssertionValue.mjs.map +0 -1
  394. package/_mjs/data/ExecutedSpec.mjs.map +0 -1
  395. package/_mjs/data/FreeBooleanAlgebra.mjs.map +0 -1
  396. package/_mjs/data/LogLine/Fragment.mjs.map +0 -1
  397. package/_mjs/data/LogLine/Line.mjs.map +0 -1
  398. package/_mjs/data/LogLine/Message.mjs.map +0 -1
  399. package/_mjs/data/LogLine.mjs.map +0 -1
  400. package/_mjs/data/Render.mjs.map +0 -1
  401. package/_mjs/data/RenderParam.mjs.map +0 -1
  402. package/_mjs/data/TestAnnotation.mjs.map +0 -1
  403. package/_mjs/data/TestArgs.mjs.map +0 -1
  404. package/_mjs/data.mjs.map +0 -1
  405. package/_mjs/global.mjs.map +0 -1
  406. package/_mjs/index.mjs.map +0 -1
  407. package/_mjs/util.mjs.map +0 -1
@@ -1,756 +1,735 @@
1
- const fileName_1 = "(@fncts/test) src/control/Gen/api.ts";
2
- import * as tsplus_module_1 from "@fncts/base/data/Equatable/api";
3
- import * as tsplus_module_2 from "@fncts/base/data/Eq/definition";
4
- import * as tsplus_module_3 from "@fncts/test/control/Sized/api";
5
- import * as tsplus_module_4 from "@fncts/test/control/Sample/api";
6
- import * as tsplus_module_5 from "@fncts/io/Random/api";
1
+ import { MAX_VALUE_32, Unit64, add64, clamp, computeArrayInt64GenerateRange, indexToDouble, indexToFloat, isStrictlyPositive64, isStrictlySmaller64, safeDoubleToIndex, safeFloatToIndex, substract64 } from "../../util/math.mjs";
2
+ import { Sample } from "../Sample/definition.mjs";
3
+ import "../Sample.mjs";
4
+ import { Gen } from "./definition.mjs";
5
+ import * as tsplus_module_13 from "@fncts/base/data/Maybe/api";
7
6
  import * as tsplus_module_6 from "@fncts/io/IO/api";
8
- import * as tsplus_module_7 from "@fncts/base/collection/immutable/Conc/definition";
9
7
  import * as tsplus_module_8 from "@fncts/base/data/Maybe/constructors";
8
+ import * as tsplus_module_16 from "@fncts/base/collection/immutable/Conc/constructors";
10
9
  import * as tsplus_module_9 from "@fncts/io/Stream/api";
11
- import * as tsplus_module_10 from "@fncts/base/collection/immutable/Conc/api/empty";
10
+ import * as tsplus_module_4 from "@fncts/test/control/Sample/api";
12
11
  import * as tsplus_module_11 from "@fncts/base/collection/immutable/Conc/api";
13
- import * as tsplus_module_12 from "@fncts/base/collection/immutable/Conc/api/replicate";
14
- import * as tsplus_module_13 from "@fncts/base/data/Maybe/api";
15
12
  import * as tsplus_module_14 from "@fncts/base/data/Maybe/destructors";
13
+ import { identity } from "@fncts/base/data/function";
14
+ import * as tsplus_module_5 from "@fncts/io/Random/api";
15
+ import * as tsplus_module_1 from "@fncts/base/data/Equatable/api";
16
+ import { IllegalArgumentError, NoSuchElementError } from "@fncts/base/data/exceptions";
16
17
  import * as tsplus_module_15 from "@fncts/base/collection/immutable/ReadonlyArray/api";
17
- import * as tsplus_module_16 from "@fncts/base/collection/immutable/Conc/constructors";
18
+ import * as tsplus_module_19 from "@fncts/base/data/function/api";
18
19
  import * as tsplus_module_17 from "@fncts/base/data/number/instances";
20
+ import * as tsplus_module_10 from "@fncts/base/collection/immutable/Conc/api/empty";
21
+ import * as tsplus_module_21 from "@fncts/base/data/Eq/api";
22
+ import * as tsplus_module_2 from "@fncts/base/data/Eq/definition";
23
+ import * as tsplus_module_3 from "@fncts/test/control/Sized/api";
24
+ import * as tsplus_module_7 from "@fncts/base/collection/immutable/Conc/definition";
25
+ import * as tsplus_module_12 from "@fncts/base/collection/immutable/Conc/api/replicate";
19
26
  import * as tsplus_module_18 from "@fncts/base/collection/immutable/SortedMap/api";
20
- import * as tsplus_module_19 from "@fncts/base/data/function/api";
21
27
  import * as tsplus_module_20 from "@fncts/base/data/string/instances";
22
- import * as tsplus_module_21 from "@fncts/base/data/Eq/api";
23
- export const array = array_1;
24
- export const arrayWith = arrayWith_1;
25
- export const arrayN = arrayN_1;
26
- export const arrayInt64 = arrayInt64_1;
27
- export const asciiStringWith = asciiStringWith_1;
28
- export const base64StringWith = base64StringWith_1;
29
- export const bounded = bounded_1;
30
- export const char = char_1;
31
- export const concWith = concWith_1;
32
- export const concN = concN_1;
33
- export const constant = constant_1;
34
- export const defer = defer_1;
35
- export const filter = filter_1;
36
- export const flatMap = flatMap_1;
37
- export const flatten = flatten_1;
38
- export const fromIO = fromIO_1;
39
- export const fromIOSample = fromIOSample_1;
40
- export const floatWith = floatWith_1;
41
- export const intWith = intWith_1;
42
- export const map = map_1;
43
- export const memo = memo_1;
44
- export const oneOf = oneOf_1;
45
- export const reshrink = reshrink_1;
46
- export const small = small_1;
47
- export const string = string_1;
48
- export const stringN = stringN_1;
49
- export const unfoldGenN = unfoldGenN_1;
50
- export const uniqueConc = uniqueConc_1;
51
- export const uniqueConcN = uniqueConcN_1;
52
- export const unwrap = unwrap_1;
53
- export const weighted = weighted_1;
54
- export const zipWith = zipWith_1;
55
- export const tuple = tuple_1;
56
- export const record = record_1;
57
- export const date = date_1;
58
- export const int8Array = int8Array_1;
59
- export const int16Array = int16Array_1;
60
- export const int32Array = int32Array_1;
61
- export const uint8Array = uint8Array_1;
62
- export const uint16Array = uint16Array_1;
63
- export const uint32Array = uint32Array_1;
64
- import { IllegalArgumentError, NoSuchElementError } from "@fncts/base/data/exceptions";
65
- import { identity } from "@fncts/base/data/function";
66
- import { add64, clamp, computeArrayInt64GenerateRange, indexToDouble, indexToFloat, isStrictlyPositive64, isStrictlySmaller64, MAX_VALUE_32, safeDoubleToIndex, safeFloatToIndex, substract64, Unit64 } from "../../util/math.mjs";
67
- import { Sample } from "../Sample.mjs";
68
- import { Gen } from "./definition.mjs";
69
- const gapSize = 0xdfff + 1 - 0xd800;
70
- /**
71
- * @tsplus static fncts.test.GenOps anything
72
- */
73
- export function anything(constraints = {}) {
74
- const key = constraints.key ?? alphaNumericString_1;
75
- const maxDepth = constraints.maxDepth ?? 2;
76
- const maxKeys = constraints.maxKeys ?? 5;
77
- const values = constraints.values ?? [boolean_1, alphaNumericString_1, double_1, int_1, oneOf_1(alphaNumericString_1, constant_1(null), constant_1(undefined))];
78
- function mapOf(key, value) {
79
- return map_1(pairs => new Map(pairs))(uniqueConc_1({
80
- eq: tsplus_module_2.makeEq({
81
- equals: ([k1]) => ([k]) => tsplus_module_1.strictEquals(k, k1)
82
- }),
83
- maxLength: maxKeys
84
- })(tuple_1(key, value)));
85
- }
86
- function setOf(value) {
87
- return map_1(values => new Set(values))(uniqueConc_1({
88
- eq: tsplus_module_2.makeEq({
89
- equals: v1 => v => tsplus_module_1.strictEquals(v, v1)
90
- }),
91
- maxLength: maxKeys
92
- })(value));
93
- }
94
- const base = oneOf_1(...values);
95
- const arrayBase = oneOf_1(...values.map(gen => arrayWith_1({
96
- maxLength: maxKeys
97
- })(gen)));
98
- const arrayGen = memo_1(n => oneOf_1(arrayBase, arrayWith_1({
99
- maxLength: maxKeys
100
- })(gen(n))));
101
- const objectBase = oneOf_1(...values.map(gen => record_1(key, gen)));
102
- const objectGen = memo_1(n => oneOf_1(objectBase, record_1(key, gen(n))));
103
- const setBase = oneOf_1(...values.map(setOf));
104
- const setGen = memo_1(n => oneOf_1(setBase, setOf(gen(n))));
105
- const mapBase = oneOf_1(...values.map(value => mapOf(key, value)));
106
- const mapGen = memo_1(n => oneOf_1(mapBase, mapOf(oneOf_1(key, gen(n)), gen(n))));
107
- const gen = memo_1(n => {
108
- if (n <= 0) return base;
109
- return oneOf_1(base, arrayGen(), objectGen(), ...(constraints.withDate ? [date_1()] : []), ...(constraints.withSet ? [setGen()] : []), ...(constraints.withMap ? [mapGen()] : []), ...(constraints.withTypedArray ? [oneOf_1(int8Array_1(), uint8Array_1(), int16Array_1(), uint16Array_1(), int32Array_1(), uint32Array_1())] : []));
110
- });
111
- return gen(maxDepth);
112
- }
113
- /**
114
- * @tsplus static fncts.test.GenOps size
115
- */
116
- const size_1 = /*#__PURE__*/fromIO_1(tsplus_module_3.size);
117
- export const size = size_1;
118
- /**
119
- * @tsplus static fncts.test.GenOps uniform
120
- */
121
- const uniform_1 = /*#__PURE__*/fromIOSample_1(/*#__PURE__*/tsplus_module_6.map(tsplus_module_4.shrinkFractional(0.0), fileName_1 + ":127:82")(tsplus_module_5.nextDouble));
122
- export const uniform = uniform_1;
123
- /**
124
- * @tsplus static fncts.test.GenOps alphaNumericChar
125
- */
126
- const alphaNumericChar_1 = /*#__PURE__*/weighted_1([/*#__PURE__*/char_1({
127
- min: 48,
128
- max: 57
129
- }), 10], [/*#__PURE__*/char_1({
130
- min: 65,
131
- max: 90
132
- }), 26], [/*#__PURE__*/char_1({
133
- min: 97,
134
- max: 122
28
+ //#region build/esm/control/Gen/api.js
29
+ const fileName_1 = "(@fncts/test) src/control/Gen/api.ts";
30
+ const array = array_1;
31
+ const arrayWith = arrayWith_1;
32
+ const arrayN = arrayN_1;
33
+ const arrayInt64 = arrayInt64_1;
34
+ const asciiStringWith = asciiStringWith_1;
35
+ const base64StringWith = base64StringWith_1;
36
+ const bounded = bounded_1;
37
+ const char = char_1;
38
+ const concWith = concWith_1;
39
+ const concN = concN_1;
40
+ const constant = constant_1;
41
+ const defer = defer_1;
42
+ const filter = filter_1;
43
+ const flatMap = flatMap_1;
44
+ const flatten = flatten_1;
45
+ const fromIO = fromIO_1;
46
+ const fromIOSample = fromIOSample_1;
47
+ const floatWith = floatWith_1;
48
+ const intWith = intWith_1;
49
+ const map = map_1;
50
+ const memo = memo_1;
51
+ const oneOf = oneOf_1;
52
+ const reshrink = reshrink_1;
53
+ const small = small_1;
54
+ const string = string_1;
55
+ const stringN = stringN_1;
56
+ const unfoldGenN = unfoldGenN_1;
57
+ const uniqueConc = uniqueConc_1;
58
+ const uniqueConcN = uniqueConcN_1;
59
+ const unwrap = unwrap_1;
60
+ const weighted = weighted_1;
61
+ const zipWith = zipWith_1;
62
+ const tuple = tuple_1;
63
+ const record = record_1;
64
+ const date = date_1;
65
+ const int8Array = int8Array_1;
66
+ const int16Array = int16Array_1;
67
+ const int32Array = int32Array_1;
68
+ const uint8Array = uint8Array_1;
69
+ const uint16Array = uint16Array_1;
70
+ const uint32Array = uint32Array_1;
71
+ const gapSize = 2048;
72
+ /**
73
+ * @tsplus static fncts.test.GenOps anything
74
+ */
75
+ function anything(constraints = {}) {
76
+ const key = constraints.key ?? alphaNumericString_1;
77
+ const maxDepth = constraints.maxDepth ?? 2;
78
+ const maxKeys = constraints.maxKeys ?? 5;
79
+ const values = constraints.values ?? [
80
+ boolean_1,
81
+ alphaNumericString_1,
82
+ double_1,
83
+ int_1,
84
+ oneOf_1(alphaNumericString_1, constant_1(null), constant_1(void 0))
85
+ ];
86
+ function mapOf(key, value) {
87
+ return map_1((pairs) => new Map(pairs))(uniqueConc_1({
88
+ eq: tsplus_module_2.makeEq({ equals: ([k1]) => ([k]) => tsplus_module_1.strictEquals(k, k1) }),
89
+ maxLength: maxKeys
90
+ })(tuple_1(key, value)));
91
+ }
92
+ function setOf(value) {
93
+ return map_1((values) => new Set(values))(uniqueConc_1({
94
+ eq: tsplus_module_2.makeEq({ equals: (v1) => (v) => tsplus_module_1.strictEquals(v, v1) }),
95
+ maxLength: maxKeys
96
+ })(value));
97
+ }
98
+ const base = oneOf_1(...values);
99
+ const arrayBase = oneOf_1(...values.map((gen) => arrayWith_1({ maxLength: maxKeys })(gen)));
100
+ const arrayGen = memo_1((n) => oneOf_1(arrayBase, arrayWith_1({ maxLength: maxKeys })(gen(n))));
101
+ const objectBase = oneOf_1(...values.map((gen) => record_1(key, gen)));
102
+ const objectGen = memo_1((n) => oneOf_1(objectBase, record_1(key, gen(n))));
103
+ const setBase = oneOf_1(...values.map(setOf));
104
+ const setGen = memo_1((n) => oneOf_1(setBase, setOf(gen(n))));
105
+ const mapBase = oneOf_1(...values.map((value) => mapOf(key, value)));
106
+ const mapGen = memo_1((n) => oneOf_1(mapBase, mapOf(oneOf_1(key, gen(n)), gen(n))));
107
+ const gen = memo_1((n) => {
108
+ if (n <= 0) return base;
109
+ return oneOf_1(base, arrayGen(), objectGen(), ...constraints.withDate ? [date_1()] : [], ...constraints.withSet ? [setGen()] : [], ...constraints.withMap ? [mapGen()] : [], ...constraints.withTypedArray ? [oneOf_1(int8Array_1(), uint8Array_1(), int16Array_1(), uint16Array_1(), int32Array_1(), uint32Array_1())] : []);
110
+ });
111
+ return gen(maxDepth);
112
+ }
113
+ /**
114
+ * @tsplus static fncts.test.GenOps size
115
+ */
116
+ const size_1 = fromIO_1(tsplus_module_3.size);
117
+ const size = size_1;
118
+ /**
119
+ * @tsplus static fncts.test.GenOps uniform
120
+ */
121
+ const uniform_1 = fromIOSample_1(tsplus_module_6.map(tsplus_module_4.shrinkFractional(0), fileName_1 + ":127:82")(tsplus_module_5.nextDouble));
122
+ const uniform = uniform_1;
123
+ /**
124
+ * @tsplus static fncts.test.GenOps alphaNumericChar
125
+ */
126
+ const alphaNumericChar_1 = weighted_1([char_1({
127
+ min: 48,
128
+ max: 57
129
+ }), 10], [char_1({
130
+ min: 65,
131
+ max: 90
132
+ }), 26], [char_1({
133
+ min: 97,
134
+ max: 122
135
135
  }), 26]);
136
- export const alphaNumericChar = alphaNumericChar_1;
136
+ const alphaNumericChar = alphaNumericChar_1;
137
137
  /**
138
- * @tsplus static fncts.test.GenOps alphaNumericStringWith
139
- */
140
- export function alphaNumericStringWith(constraints = {}) {
141
- return string_1(constraints)(alphaNumericChar_1);
138
+ * @tsplus static fncts.test.GenOps alphaNumericStringWith
139
+ */
140
+ function alphaNumericStringWith(constraints = {}) {
141
+ return string_1(constraints)(alphaNumericChar_1);
142
142
  }
143
143
  /**
144
- * @tsplus static fncts.test.GenOps alphaNumericString
145
- */
146
- const alphaNumericString_1 = /*#__PURE__*/string_1()(alphaNumericChar_1);
147
- export const alphaNumericString = alphaNumericString_1;
144
+ * @tsplus static fncts.test.GenOps alphaNumericString
145
+ */
146
+ const alphaNumericString_1 = string_1()(alphaNumericChar_1);
147
+ const alphaNumericString = alphaNumericString_1;
148
148
  /**
149
- * @tsplus static fncts.test.GenOps array
150
- * @tsplus getter fncts.test.Gen array
151
- */
149
+ * @tsplus static fncts.test.GenOps array
150
+ * @tsplus getter fncts.test.Gen array
151
+ */
152
152
  function array_1(self) {
153
- return arrayWith_1()(self);
153
+ return arrayWith_1()(self);
154
154
  }
155
155
  /**
156
- * @tsplus pipeable fncts.test.Gen arrayWith
157
- */
156
+ * @tsplus pipeable fncts.test.Gen arrayWith
157
+ */
158
158
  function arrayWith_1(constraints = {}) {
159
- return g => {
160
- const minLength = constraints.minLength || 0;
161
- return constraints.maxLength ? flatMap_1(n => arrayN_1(n)(g))(intWith_1({
162
- min: minLength,
163
- max: constraints.maxLength
164
- })) : small_1(n => arrayN_1(n)(g), minLength);
165
- };
159
+ return (g) => {
160
+ const minLength = constraints.minLength || 0;
161
+ return constraints.maxLength ? flatMap_1((n) => arrayN_1(n)(g))(intWith_1({
162
+ min: minLength,
163
+ max: constraints.maxLength
164
+ })) : small_1((n) => arrayN_1(n)(g), minLength);
165
+ };
166
166
  }
167
167
  /**
168
- * @tsplus pipeable fncts.test.Gen arrayN
169
- */
168
+ * @tsplus pipeable fncts.test.Gen arrayN
169
+ */
170
170
  function arrayN_1(n) {
171
- return self => {
172
- return map_1(conc => tsplus_module_7.toArray(conc))(concN_1(n)(self));
173
- };
171
+ return (self) => {
172
+ return map_1((conc) => tsplus_module_7.toArray(conc))(concN_1(n)(self));
173
+ };
174
174
  }
175
175
  /**
176
- * @tsplus static fncts.test.GenOps arrayInt64
177
- */
176
+ * @tsplus static fncts.test.GenOps arrayInt64
177
+ */
178
178
  function arrayInt64_1(min, max) {
179
- return new Gen(tsplus_module_9.map(uncheckedValue => {
180
- if (uncheckedValue.data.length === 1) {
181
- uncheckedValue.data.unshift(0);
182
- }
183
- return tsplus_module_8.just(tsplus_module_4.shrinkArrayInt64(min)(uncheckedValue), fileName_1 + ":190:20");
184
- }, fileName_1 + ":186:11")(tsplus_module_9.flatMap(({
185
- min,
186
- max
187
- }) => tsplus_module_9.repeatIO(tsplus_module_5.nextArrayIntBetween(min, max, fileName_1 + ":185:76"), fileName_1 + ":185:49"), fileName_1 + ":185:15")(tsplus_module_9.fromIO(computeArrayInt64GenerateRange(min, max, undefined, undefined), fileName_1 + ":184:18"))));
188
- }
189
- /**
190
- * @tsplus static fncts.test.GenOps asciiChar
191
- */
192
- const asciiChar_1 = /*#__PURE__*/_char(0x00, 0x7f, indexToPrintableIndex);
193
- export const asciiChar = asciiChar_1;
194
- /**
195
- * @tsplus static fncts.test.GenOps asciiStringWith
196
- */
179
+ return new Gen(tsplus_module_9.map((uncheckedValue) => {
180
+ if (uncheckedValue.data.length === 1) uncheckedValue.data.unshift(0);
181
+ return tsplus_module_8.just(tsplus_module_4.shrinkArrayInt64(min)(uncheckedValue), fileName_1 + ":190:20");
182
+ }, fileName_1 + ":186:11")(tsplus_module_9.flatMap(({ min, max }) => tsplus_module_9.repeatIO(tsplus_module_5.nextArrayIntBetween(min, max, fileName_1 + ":185:76"), fileName_1 + ":185:49"), fileName_1 + ":185:15")(tsplus_module_9.fromIO(computeArrayInt64GenerateRange(min, max, void 0, void 0), fileName_1 + ":184:18"))));
183
+ }
184
+ /**
185
+ * @tsplus static fncts.test.GenOps asciiChar
186
+ */
187
+ const asciiChar_1 = _char(0, 127, indexToPrintableIndex);
188
+ const asciiChar = asciiChar_1;
189
+ /**
190
+ * @tsplus static fncts.test.GenOps asciiStringWith
191
+ */
197
192
  function asciiStringWith_1(constraints) {
198
- return string_1(constraints)(asciiChar_1);
193
+ return string_1(constraints)(asciiChar_1);
199
194
  }
200
195
  /**
201
- * @tsplus static fncts.test.GenOps asciiString
202
- */
203
- export const asciiString = /*#__PURE__*/asciiStringWith_1();
196
+ * @tsplus static fncts.test.GenOps asciiString
197
+ */
198
+ const asciiString = asciiStringWith_1();
204
199
  /**
205
- * @tsplus static fncts.test.GenOps base64Char
206
- */
207
- const base64Char_1 = /*#__PURE__*/_char(0, 63, base64ToCharCode);
208
- export const base64Char = base64Char_1;
200
+ * @tsplus static fncts.test.GenOps base64Char
201
+ */
202
+ const base64Char_1 = _char(0, 63, base64ToCharCode);
203
+ const base64Char = base64Char_1;
209
204
  /**
210
- * @tsplus static fncts.test.GenOps base64String
211
- */
212
- export const base64String = /*#__PURE__*/base64StringWith_1();
205
+ * @tsplus static fncts.test.GenOps base64String
206
+ */
207
+ const base64String = base64StringWith_1();
213
208
  /**
214
- * @tsplus static fncts.test.GenOps base64StringWith
215
- */
209
+ * @tsplus static fncts.test.GenOps base64StringWith
210
+ */
216
211
  function base64StringWith_1(constraints = {}) {
217
- return string_1(constraints)(base64Char_1);
212
+ return string_1(constraints)(base64Char_1);
218
213
  }
219
214
  /**
220
- * @tsplus static fncts.test.GenOps bigInt
221
- */
222
- export const bigInt = /*#__PURE__*/fromIOSample_1(/*#__PURE__*/tsplus_module_6.map(tsplus_module_4.shrinkBigInt(BigInt(0)), fileName_1 + ":233:98")(/*#__PURE__*/tsplus_module_5.nextBigIntBetween(/*#__PURE__*/BigInt(-1) << /*#__PURE__*/BigInt(255), (/*#__PURE__*/BigInt(1) << /*#__PURE__*/BigInt(255)) - /*#__PURE__*/BigInt(1), fileName_1 + ":233:27")));
215
+ * @tsplus static fncts.test.GenOps bigInt
216
+ */
217
+ const bigInt = fromIOSample_1(tsplus_module_6.map(tsplus_module_4.shrinkBigInt(BigInt(0)), fileName_1 + ":233:98")(tsplus_module_5.nextBigIntBetween(BigInt(-1) << BigInt(255), (BigInt(1) << BigInt(255)) - BigInt(1), fileName_1 + ":233:27")));
223
218
  /**
224
- * @tsplus static fncts.test.GenOps boolean
225
- */
226
- const boolean_1 = /*#__PURE__*/defer_1(() => oneOf_1(constant_1(true), constant_1(false)));
227
- export const boolean = boolean_1;
219
+ * @tsplus static fncts.test.GenOps boolean
220
+ */
221
+ const boolean_1 = defer_1(() => oneOf_1(constant_1(true), constant_1(false)));
222
+ const boolean = boolean_1;
228
223
  /**
229
- * @tsplus static fncts.test.GenOps bounded
230
- */
224
+ * @tsplus static fncts.test.GenOps bounded
225
+ */
231
226
  function bounded_1(min, max, f) {
232
- return flatMap_1(f)(intWith_1({
233
- min,
234
- max
235
- }));
227
+ return flatMap_1(f)(intWith_1({
228
+ min,
229
+ max
230
+ }));
236
231
  }
237
232
  /**
238
- * @tsplus static fncts.test.GenOps char
239
- */
233
+ * @tsplus static fncts.test.GenOps char
234
+ */
240
235
  function char_1(constraints) {
241
- return _char(constraints.min, constraints.max, identity);
236
+ return _char(constraints.min, constraints.max, identity);
242
237
  }
243
238
  /**
244
- * @tsplus static fncts.test.GenOps char16
245
- */
246
- const char16_1 = /*#__PURE__*/_char(0x0000, 0xffff, indexToPrintableIndex);
247
- export const char16 = char16_1;
239
+ * @tsplus static fncts.test.GenOps char16
240
+ */
241
+ const char16_1 = _char(0, 65535, indexToPrintableIndex);
242
+ const char16 = char16_1;
248
243
  /**
249
- * @tsplus pipeable fncts.test.Gen conc
250
- */
244
+ * @tsplus pipeable fncts.test.Gen conc
245
+ */
251
246
  function concWith_1(constraints = {}) {
252
- return self => {
253
- const minLength = constraints.minLength ?? 0;
254
- return constraints.maxLength ? flatMap_1(n => concN_1(n)(self))(intWith_1({
255
- min: minLength,
256
- max: constraints.maxLength
257
- })) : small_1(n => concN_1(n)(self), minLength);
258
- };
247
+ return (self) => {
248
+ const minLength = constraints.minLength ?? 0;
249
+ return constraints.maxLength ? flatMap_1((n) => concN_1(n)(self))(intWith_1({
250
+ min: minLength,
251
+ max: constraints.maxLength
252
+ })) : small_1((n) => concN_1(n)(self), minLength);
253
+ };
259
254
  }
260
255
  /**
261
- * @tsplus getter fncts.test.Gen conc
262
- * @tsplus static fncts.test.GenOps conc
263
- */
264
- export function conc(self) {
265
- return concWith_1()(self);
256
+ * @tsplus getter fncts.test.Gen conc
257
+ * @tsplus static fncts.test.GenOps conc
258
+ */
259
+ function conc(self) {
260
+ return concWith_1()(self);
266
261
  }
267
262
  /**
268
- * @tsplus pipeable fncts.test.Gen concN
269
- */
263
+ * @tsplus pipeable fncts.test.Gen concN
264
+ */
270
265
  function concN_1(n) {
271
- return g => {
272
- return tsplus_module_11.foldLeft(constant_1(tsplus_module_10.empty()), (gen, a) => zipWith_1(a, (as, a) => tsplus_module_11.append(a)(as))(gen))(tsplus_module_12.replicate(n, g));
273
- };
266
+ return (g) => {
267
+ return tsplus_module_11.foldLeft(constant_1(tsplus_module_10.empty()), (gen, a) => zipWith_1(a, (as, a) => tsplus_module_11.append(a)(as))(gen))(tsplus_module_12.replicate(n, g));
268
+ };
274
269
  }
275
270
  /**
276
- * @tsplus static fncts.test.GenOps constant
277
- */
271
+ * @tsplus static fncts.test.GenOps constant
272
+ */
278
273
  function constant_1(a) {
279
- return new Gen(tsplus_module_9.succeedNow(tsplus_module_8.just(tsplus_module_4.noShrink(a), fileName_1 + ":297:40"), fileName_1 + ":297:35"));
274
+ return new Gen(tsplus_module_9.succeedNow(tsplus_module_8.just(tsplus_module_4.noShrink(a), fileName_1 + ":297:40"), fileName_1 + ":297:35"));
280
275
  }
281
276
  /**
282
- * @tsplus static fncts.test.GenOps defer
283
- */
277
+ * @tsplus static fncts.test.GenOps defer
278
+ */
284
279
  function defer_1(gen) {
285
- return flatten_1(fromIO_1(tsplus_module_6.succeed(gen, fileName_1 + ":304:31")));
286
- }
287
- /**
288
- * @tsplus static fncts.test.GenOps double
289
- */
290
- const double_1 = /*#__PURE__*/fromIOSample_1(/*#__PURE__*/tsplus_module_6.map(tsplus_module_4.shrinkFractional(0), fileName_1 + ":310:81")(tsplus_module_5.nextDouble));
291
- export const double = double_1;
292
- /**
293
- * @tsplus static fncts.test.GenOps doubleWith
294
- */
295
- export function doubleWith(constraints = {}) {
296
- const {
297
- noDefaultInfinity = false,
298
- noNaN = false,
299
- min = noDefaultInfinity ? -Number.MAX_VALUE : Number.NEGATIVE_INFINITY,
300
- max = noDefaultInfinity ? Number.MAX_VALUE : Number.POSITIVE_INFINITY
301
- } = constraints;
302
- return unwrap_1(tsplus_module_6.gen(function* (_) {
303
- const minIndex = yield* _(safeDoubleToIndex(min, "min"), fileName_1 + ":324:32");
304
- const maxIndex = yield* _(safeDoubleToIndex(max, "max"), fileName_1 + ":325:32");
305
- if (isStrictlySmaller64(maxIndex, minIndex)) {
306
- return yield* _(tsplus_module_6.haltNow(new IllegalArgumentError("min must be less than or equal to max", "Gen.double"), fileName_1 + ":327:35"), fileName_1 + ":327:24");
307
- }
308
- if (noNaN) {
309
- return map_1(indexToDouble)(arrayInt64_1(minIndex, maxIndex));
310
- }
311
- const positiveMaxIdx = isStrictlyPositive64(maxIndex);
312
- const minIndexWithNaN = positiveMaxIdx ? minIndex : substract64(minIndex, Unit64);
313
- const maxIndexWithNaN = positiveMaxIdx ? add64(maxIndex, Unit64) : maxIndex;
314
- return map_1(index => {
315
- if (isStrictlySmaller64(maxIndex, index) || isStrictlySmaller64(index, minIndex)) return Number.NaN;else return indexToDouble(index);
316
- })(arrayInt64_1(minIndexWithNaN, maxIndexWithNaN));
317
- }, fileName_1 + ":323:11"));
318
- }
319
- /**
320
- * @tsplus static fncts.test.GenOps empty
321
- */
322
- const empty_1 = /*#__PURE__*/new Gen(tsplus_module_9.empty);
323
- export const empty = empty_1;
324
- /**
325
- * @tsplus static fncts.test.GenOps exponential
326
- */
327
- const exponential_1 = /*#__PURE__*/map_1(n => -Math.log(1 - n))(uniform_1);
328
- export const exponential = exponential_1;
280
+ return flatten_1(fromIO_1(tsplus_module_6.succeed(gen, fileName_1 + ":304:31")));
281
+ }
282
+ /**
283
+ * @tsplus static fncts.test.GenOps double
284
+ */
285
+ const double_1 = fromIOSample_1(tsplus_module_6.map(tsplus_module_4.shrinkFractional(0), fileName_1 + ":310:81")(tsplus_module_5.nextDouble));
286
+ const double = double_1;
287
+ /**
288
+ * @tsplus static fncts.test.GenOps doubleWith
289
+ */
290
+ function doubleWith(constraints = {}) {
291
+ const { noDefaultInfinity = false, noNaN = false, min = noDefaultInfinity ? -Number.MAX_VALUE : Number.NEGATIVE_INFINITY, max = noDefaultInfinity ? Number.MAX_VALUE : Number.POSITIVE_INFINITY } = constraints;
292
+ return unwrap_1(tsplus_module_6.gen(function* (_) {
293
+ const minIndex = yield* _(safeDoubleToIndex(min, "min"), fileName_1 + ":324:32");
294
+ const maxIndex = yield* _(safeDoubleToIndex(max, "max"), fileName_1 + ":325:32");
295
+ if (isStrictlySmaller64(maxIndex, minIndex)) return yield* _(tsplus_module_6.haltNow(new IllegalArgumentError("min must be less than or equal to max", "Gen.double"), fileName_1 + ":327:35"), fileName_1 + ":327:24");
296
+ if (noNaN) return map_1(indexToDouble)(arrayInt64_1(minIndex, maxIndex));
297
+ const positiveMaxIdx = isStrictlyPositive64(maxIndex);
298
+ const minIndexWithNaN = positiveMaxIdx ? minIndex : substract64(minIndex, Unit64);
299
+ const maxIndexWithNaN = positiveMaxIdx ? add64(maxIndex, Unit64) : maxIndex;
300
+ return map_1((index) => {
301
+ if (isStrictlySmaller64(maxIndex, index) || isStrictlySmaller64(index, minIndex)) return NaN;
302
+ else return indexToDouble(index);
303
+ })(arrayInt64_1(minIndexWithNaN, maxIndexWithNaN));
304
+ }, fileName_1 + ":323:11"));
305
+ }
306
+ /**
307
+ * @tsplus static fncts.test.GenOps empty
308
+ */
309
+ const empty_1 = new Gen(tsplus_module_9.empty);
310
+ const empty = empty_1;
311
+ /**
312
+ * @tsplus static fncts.test.GenOps exponential
313
+ */
314
+ const exponential_1 = map_1((n) => -Math.log(1 - n))(uniform_1);
315
+ const exponential = exponential_1;
329
316
  function filter_1(p) {
330
- return fa => {
331
- return flatMap_1(a => p(a) ? constant_1(a) : empty_1)(fa);
332
- };
317
+ return (fa) => {
318
+ return flatMap_1((a) => p(a) ? constant_1(a) : empty_1)(fa);
319
+ };
333
320
  }
334
321
  /**
335
- * @tsplus pipeable fncts.test.Gen filterNot
336
- */
337
- export function filterNot(p) {
338
- return fa => {
339
- return filter_1(a => !p(a))(fa);
340
- };
322
+ * @tsplus pipeable fncts.test.Gen filterNot
323
+ */
324
+ function filterNot(p) {
325
+ return (fa) => {
326
+ return filter_1((a) => !p(a))(fa);
327
+ };
341
328
  }
342
329
  /**
343
- * @tsplus pipeable fncts.test.Gen flatMap
344
- */
330
+ * @tsplus pipeable fncts.test.Gen flatMap
331
+ */
345
332
  function flatMap_1(f) {
346
- return ma => {
347
- return new Gen(tsplus_module_4.flatMapStream(ma.sample, sample => {
348
- const values = f(sample.value).sample;
349
- const shrinks = flatMap_1(a => f(a))(new Gen(sample.shrink)).sample;
350
- return tsplus_module_9.map(maybeSample => tsplus_module_13.map(sample => tsplus_module_4.flatMap(b => new Sample(b, shrinks))(sample))(maybeSample), fileName_1 + ":382:26")(values);
351
- }));
352
- };
333
+ return (ma) => {
334
+ return new Gen(tsplus_module_4.flatMapStream(ma.sample, (sample) => {
335
+ const values = f(sample.value).sample;
336
+ const shrinks = flatMap_1((a) => f(a))(new Gen(sample.shrink)).sample;
337
+ return tsplus_module_9.map((maybeSample) => tsplus_module_13.map((sample) => tsplus_module_4.flatMap((b) => new Sample(b, shrinks))(sample))(maybeSample), fileName_1 + ":382:26")(values);
338
+ }));
339
+ };
353
340
  }
354
341
  /**
355
- * @tsplus getter fncts.test.Gen flatten
356
- */
342
+ * @tsplus getter fncts.test.Gen flatten
343
+ */
357
344
  function flatten_1(mma) {
358
- return flatMap_1(identity)(mma);
345
+ return flatMap_1(identity)(mma);
359
346
  }
360
347
  /**
361
- * @tsplus static fncts.test.GenOps fromIO
362
- */
348
+ * @tsplus static fncts.test.GenOps fromIO
349
+ */
363
350
  function fromIO_1(effect) {
364
- return fromIOSample_1(tsplus_module_6.map(tsplus_module_4.noShrink, fileName_1 + ":399:37")(effect));
351
+ return fromIOSample_1(tsplus_module_6.map(tsplus_module_4.noShrink, fileName_1 + ":399:37")(effect));
365
352
  }
366
353
  /**
367
- * @tsplus static fncts.test.GenOps fromIOSample
368
- */
354
+ * @tsplus static fncts.test.GenOps fromIOSample
355
+ */
369
356
  function fromIOSample_1(effect) {
370
- return new Gen(tsplus_module_9.fromIO(tsplus_module_6.map(tsplus_module_8.just, fileName_1 + ":406:42")(effect), fileName_1 + ":406:31"));
357
+ return new Gen(tsplus_module_9.fromIO(tsplus_module_6.map(tsplus_module_8.just, fileName_1 + ":406:42")(effect), fileName_1 + ":406:31"));
371
358
  }
372
359
  /**
373
- * @tsplus static fncts.test.GenOps floatWith
374
- */
360
+ * @tsplus static fncts.test.GenOps floatWith
361
+ */
375
362
  function floatWith_1(constraints = {}) {
376
- const {
377
- noDefaultInfinity = false,
378
- min = noDefaultInfinity ? -MAX_VALUE_32 : Number.NEGATIVE_INFINITY,
379
- max = noDefaultInfinity ? MAX_VALUE_32 : Number.POSITIVE_INFINITY,
380
- noNaN = false
381
- } = constraints;
382
- return unwrap_1(tsplus_module_6.gen(function* (_) {
383
- const minIndex = yield* _(safeFloatToIndex(min, "min"), fileName_1 + ":421:32");
384
- const maxIndex = yield* _(safeFloatToIndex(max, "max"), fileName_1 + ":422:32");
385
- if (minIndex > maxIndex) {
386
- return yield* _(tsplus_module_6.haltNow(new Error("Gen.float constraints.min must be less than or equal to constraints.max"), fileName_1 + ":425:21"), fileName_1 + ":424:24");
387
- }
388
- if (noNaN) {
389
- return map_1(indexToFloat)(intWith_1({
390
- min: minIndex,
391
- max: maxIndex
392
- }));
393
- }
394
- const minIndexWithNaN = maxIndex > 0 ? minIndex : minIndex - 1;
395
- const maxIndexWithNaN = maxIndex > 0 ? maxIndex + 1 : maxIndex;
396
- return map_1(index => {
397
- if (index > maxIndex || index < minIndex) return Number.NaN;else return indexToFloat(index);
398
- })(intWith_1({
399
- min: minIndexWithNaN,
400
- max: maxIndexWithNaN
401
- }));
402
- }, fileName_1 + ":420:11"));
403
- }
404
- /**
405
- * @tsplus static fncts.test.GenOps float
406
- */
407
- export const float = /*#__PURE__*/floatWith_1();
408
- /**
409
- * @tsplus static fncts.test.GenOps fullUnicodeChar
410
- */
411
- const fullUnicodeChar_1 = /*#__PURE__*/_char(0x0000, 0x10ffff - gapSize, unicodeToCharCode);
412
- export const fullUnicodeChar = fullUnicodeChar_1;
413
- /**
414
- * @tsplus static fncts.test.GenOps fullUnicodeString
415
- */
416
- export function fullUnicodeString(constraints = {}) {
417
- return string_1(constraints)(fullUnicodeChar_1);
418
- }
419
- /**
420
- * @tsplus static fncts.test.GenOps hexChar
421
- */
422
- const hexChar_1 = /*#__PURE__*/_char(0, 15, hexToCharCode);
423
- export const hexChar = hexChar_1;
424
- /**
425
- * @tsplus static fncts.test.GenOps hexString
426
- */
427
- export function hexString(constraints = {}) {
428
- return string_1(constraints)(hexChar_1);
429
- }
430
- /**
431
- * @tsplus static fncts.test.GenOps int
432
- */
433
- const int_1 = /*#__PURE__*/fromIOSample_1(/*#__PURE__*/tsplus_module_6.map(tsplus_module_4.shrinkIntegral(0), fileName_1 + ":473:75")(tsplus_module_5.nextInt));
434
- export const int = int_1;
435
- /**
436
- * @tsplus static fncts.test.GenOps intWith
437
- */
363
+ const { noDefaultInfinity = false, min = noDefaultInfinity ? -MAX_VALUE_32 : Number.NEGATIVE_INFINITY, max = noDefaultInfinity ? MAX_VALUE_32 : Number.POSITIVE_INFINITY, noNaN = false } = constraints;
364
+ return unwrap_1(tsplus_module_6.gen(function* (_) {
365
+ const minIndex = yield* _(safeFloatToIndex(min, "min"), fileName_1 + ":421:32");
366
+ const maxIndex = yield* _(safeFloatToIndex(max, "max"), fileName_1 + ":422:32");
367
+ if (minIndex > maxIndex) return yield* _(tsplus_module_6.haltNow(/* @__PURE__ */ new Error("Gen.float constraints.min must be less than or equal to constraints.max"), fileName_1 + ":425:21"), fileName_1 + ":424:24");
368
+ if (noNaN) return map_1(indexToFloat)(intWith_1({
369
+ min: minIndex,
370
+ max: maxIndex
371
+ }));
372
+ const minIndexWithNaN = maxIndex > 0 ? minIndex : minIndex - 1;
373
+ const maxIndexWithNaN = maxIndex > 0 ? maxIndex + 1 : maxIndex;
374
+ return map_1((index) => {
375
+ if (index > maxIndex || index < minIndex) return NaN;
376
+ else return indexToFloat(index);
377
+ })(intWith_1({
378
+ min: minIndexWithNaN,
379
+ max: maxIndexWithNaN
380
+ }));
381
+ }, fileName_1 + ":420:11"));
382
+ }
383
+ /**
384
+ * @tsplus static fncts.test.GenOps float
385
+ */
386
+ const float = floatWith_1();
387
+ /**
388
+ * @tsplus static fncts.test.GenOps fullUnicodeChar
389
+ */
390
+ const fullUnicodeChar_1 = _char(0, 1114111 - gapSize, unicodeToCharCode);
391
+ const fullUnicodeChar = fullUnicodeChar_1;
392
+ /**
393
+ * @tsplus static fncts.test.GenOps fullUnicodeString
394
+ */
395
+ function fullUnicodeString(constraints = {}) {
396
+ return string_1(constraints)(fullUnicodeChar_1);
397
+ }
398
+ /**
399
+ * @tsplus static fncts.test.GenOps hexChar
400
+ */
401
+ const hexChar_1 = _char(0, 15, hexToCharCode);
402
+ const hexChar = hexChar_1;
403
+ /**
404
+ * @tsplus static fncts.test.GenOps hexString
405
+ */
406
+ function hexString(constraints = {}) {
407
+ return string_1(constraints)(hexChar_1);
408
+ }
409
+ /**
410
+ * @tsplus static fncts.test.GenOps int
411
+ */
412
+ const int_1 = fromIOSample_1(tsplus_module_6.map(tsplus_module_4.shrinkIntegral(0), fileName_1 + ":473:75")(tsplus_module_5.nextInt));
413
+ const int = int_1;
414
+ /**
415
+ * @tsplus static fncts.test.GenOps intWith
416
+ */
438
417
  function intWith_1(constraints = {}) {
439
- return fromIOSample_1(tsplus_module_6.defer(() => {
440
- const min = constraints.min ?? -0x80000000;
441
- const max = constraints.max ?? 0x7fffffff;
442
- if (min > max || min < Number.MIN_SAFE_INTEGER || max > Number.MAX_SAFE_INTEGER) {
443
- return tsplus_module_6.haltNow(new IllegalArgumentError("invalid bounds", "Gen.intWith"), fileName_1 + ":484:26");
444
- } else {
445
- return tsplus_module_6.map(tsplus_module_4.shrinkIntegral(min), fileName_1 + ":486:51")(tsplus_module_5.nextIntBetween(min, max, fileName_1 + ":486:37"));
446
- }
447
- }, fileName_1 + ":480:13"));
448
- }
449
- /**
450
- * @tsplus pipeable fncts.test.Gen map
451
- */
418
+ return fromIOSample_1(tsplus_module_6.defer(() => {
419
+ const min = constraints.min ?? -2147483648;
420
+ const max = constraints.max ?? 2147483647;
421
+ if (min > max || min < Number.MIN_SAFE_INTEGER || max > Number.MAX_SAFE_INTEGER) return tsplus_module_6.haltNow(new IllegalArgumentError("invalid bounds", "Gen.intWith"), fileName_1 + ":484:26");
422
+ else return tsplus_module_6.map(tsplus_module_4.shrinkIntegral(min), fileName_1 + ":486:51")(tsplus_module_5.nextIntBetween(min, max, fileName_1 + ":486:37"));
423
+ }, fileName_1 + ":480:13"));
424
+ }
425
+ /**
426
+ * @tsplus pipeable fncts.test.Gen map
427
+ */
452
428
  function map_1(f) {
453
- return self => {
454
- return new Gen(tsplus_module_9.map(maybeSample => tsplus_module_13.map(sample => tsplus_module_4.map(f)(sample))(maybeSample), fileName_1 + ":497:35")(self.sample));
455
- };
429
+ return (self) => {
430
+ return new Gen(tsplus_module_9.map((maybeSample) => tsplus_module_13.map((sample) => tsplus_module_4.map(f)(sample))(maybeSample), fileName_1 + ":497:35")(self.sample));
431
+ };
456
432
  }
457
433
  /**
458
- * @tsplus pipeable fncts.test.Gen mapIO
459
- */
460
- export function mapIO(f) {
461
- return self => {
462
- return new Gen(tsplus_module_9.mapIO(maybeSample => tsplus_module_14.match(() => tsplus_module_6.succeedNow(tsplus_module_8.nothing(fileName_1 + ":509:38"), fileName_1 + ":509:30"), sample => tsplus_module_6.map(tsplus_module_8.just, fileName_1 + ":510:44")(tsplus_module_4.foreach(f)(sample)))(maybeSample), fileName_1 + ":507:24")(self.sample));
463
- };
434
+ * @tsplus pipeable fncts.test.Gen mapIO
435
+ */
436
+ function mapIO(f) {
437
+ return (self) => {
438
+ return new Gen(tsplus_module_9.mapIO((maybeSample) => tsplus_module_14.match(() => tsplus_module_6.succeedNow(tsplus_module_8.nothing(fileName_1 + ":509:38"), fileName_1 + ":509:30"), (sample) => tsplus_module_6.map(tsplus_module_8.just, fileName_1 + ":510:44")(tsplus_module_4.foreach(f)(sample)))(maybeSample), fileName_1 + ":507:24")(self.sample));
439
+ };
464
440
  }
465
441
  /**
466
- * @tsplus static fncts.test.GenOps medium
467
- */
468
- export function medium(f, min = 0) {
469
- return flatMap_1(f)(reshrink_1(tsplus_module_4.shrinkIntegral(min))(flatMap_1(max => map_1(n => clamp(Math.round(n * max / 10.0), min, max))(exponential_1))(size_1)));
442
+ * @tsplus static fncts.test.GenOps medium
443
+ */
444
+ function medium(f, min = 0) {
445
+ return flatMap_1(f)(reshrink_1(tsplus_module_4.shrinkIntegral(min))(flatMap_1((max) => map_1((n) => clamp(Math.round(n * max / 10), min, max))(exponential_1))(size_1)));
470
446
  }
471
447
  /**
472
- * @tsplus static fncts.test.GenOps memo
473
- */
448
+ * @tsplus static fncts.test.GenOps memo
449
+ */
474
450
  function memo_1(builder) {
475
- const previous = {};
476
- let remainingDepth = 10;
477
- return maxDepth => {
478
- const n = maxDepth !== undefined ? maxDepth : remainingDepth;
479
- if (!Object.prototype.hasOwnProperty.call(previous, n)) {
480
- const prev = remainingDepth;
481
- remainingDepth = n - 1;
482
- previous[n] = builder(n);
483
- remainingDepth = prev;
484
- }
485
- return previous[n];
486
- };
487
- }
488
- /**
489
- * @tsplus static fncts.test.GenOps nat
490
- */
491
- export function nat(max = 0x7fffffff) {
492
- return intWith_1({
493
- min: 0,
494
- max: clamp(max, 0, max)
495
- });
496
- }
497
- /**
498
- * @tsplus static fncts.test.GenOps oneOf
499
- */
451
+ const previous = {};
452
+ let remainingDepth = 10;
453
+ return (maxDepth) => {
454
+ const n = maxDepth !== void 0 ? maxDepth : remainingDepth;
455
+ if (!Object.prototype.hasOwnProperty.call(previous, n)) {
456
+ const prev = remainingDepth;
457
+ remainingDepth = n - 1;
458
+ previous[n] = builder(n);
459
+ remainingDepth = prev;
460
+ }
461
+ return previous[n];
462
+ };
463
+ }
464
+ /**
465
+ * @tsplus static fncts.test.GenOps nat
466
+ */
467
+ function nat(max = 2147483647) {
468
+ return intWith_1({
469
+ min: 0,
470
+ max: clamp(max, 0, max)
471
+ });
472
+ }
473
+ /**
474
+ * @tsplus static fncts.test.GenOps oneOf
475
+ */
500
476
  function oneOf_1(...gens) {
501
- if (tsplus_module_15.isEmpty(gens)) return empty_1;else return flatMap_1(i => gens[i])(intWith_1({
502
- min: 0,
503
- max: gens.length - 1
504
- }));
505
- }
506
- /**
507
- * @tsplus static fncts.test.GenOps partial
508
- */
509
- export function partial(properties) {
510
- const entries = Object.entries(properties);
511
- return tsplus_module_15.foldLeft(constant_1({}), (b, [k, gen]) => unwrap_1(tsplus_module_6.ifIO(() => tsplus_module_6.succeed(() => zipWith_1(gen, (r, a) => ({
512
- ...r,
513
- [k]: a
514
- }))(b), fileName_1 + ":575:50"), () => tsplus_module_6.succeed(() => b, fileName_1 + ":575:108"), fileName_1 + ":575:39")(tsplus_module_5.nextBoolean)))(entries);
515
- }
516
- /**
517
- * @tsplus static fncts.test.GenOps printableChar
518
- */
519
- export const printableChar = /*#__PURE__*/char_1({
520
- min: 0x20,
521
- max: 0x7e
477
+ if (tsplus_module_15.isEmpty(gens)) return empty_1;
478
+ else return flatMap_1((i) => gens[i])(intWith_1({
479
+ min: 0,
480
+ max: gens.length - 1
481
+ }));
482
+ }
483
+ /**
484
+ * @tsplus static fncts.test.GenOps partial
485
+ */
486
+ function partial(properties) {
487
+ const entries = Object.entries(properties);
488
+ return tsplus_module_15.foldLeft(constant_1({}), (b, [k, gen]) => unwrap_1(tsplus_module_6.ifIO(() => tsplus_module_6.succeed(() => zipWith_1(gen, (r, a) => ({
489
+ ...r,
490
+ [k]: a
491
+ }))(b), fileName_1 + ":575:50"), () => tsplus_module_6.succeed(() => b, fileName_1 + ":575:108"), fileName_1 + ":575:39")(tsplus_module_5.nextBoolean)))(entries);
492
+ }
493
+ /**
494
+ * @tsplus static fncts.test.GenOps printableChar
495
+ */
496
+ const printableChar = char_1({
497
+ min: 32,
498
+ max: 126
522
499
  });
523
500
  /**
524
- * @tsplus pipeable fncts.test.Gen reshrink
525
- */
501
+ * @tsplus pipeable fncts.test.Gen reshrink
502
+ */
526
503
  function reshrink_1(f) {
527
- return gen => {
528
- return new Gen(tsplus_module_9.map(maybeSample => tsplus_module_13.map(sample => f(sample.value))(maybeSample), fileName_1 + ":590:69")(gen.sample));
529
- };
504
+ return (gen) => {
505
+ return new Gen(tsplus_module_9.map((maybeSample) => tsplus_module_13.map((sample) => f(sample.value))(maybeSample), fileName_1 + ":590:69")(gen.sample));
506
+ };
530
507
  }
531
508
  /**
532
- * @tsplus static fncts.test.GenOps sized
533
- */
534
- export function sized(f) {
535
- return flatMap_1(f)(size_1);
509
+ * @tsplus static fncts.test.GenOps sized
510
+ */
511
+ function sized(f) {
512
+ return flatMap_1(f)(size_1);
536
513
  }
537
514
  /**
538
- * @tsplus static fncts.test.GenOps small
539
- */
515
+ * @tsplus static fncts.test.GenOps small
516
+ */
540
517
  function small_1(f, min = 0) {
541
- return flatMap_1(f)(reshrink_1(tsplus_module_4.shrinkIntegral(min))(flatMap_1(max => map_1(n => clamp(Math.round(n * max / 25), min, max))(exponential_1))(size_1)));
518
+ return flatMap_1(f)(reshrink_1(tsplus_module_4.shrinkIntegral(min))(flatMap_1((max) => map_1((n) => clamp(Math.round(n * max / 25), min, max))(exponential_1))(size_1)));
542
519
  }
543
520
  /**
544
- * @tsplus static fncts.test.GenOps string16
545
- */
546
- export function string16(constraints = {}) {
547
- return string_1(constraints)(char16_1);
521
+ * @tsplus static fncts.test.GenOps string16
522
+ */
523
+ function string16(constraints = {}) {
524
+ return string_1(constraints)(char16_1);
548
525
  }
549
526
  /**
550
- * @tsplus pipeable fncts.test.Gen string
551
- */
527
+ * @tsplus pipeable fncts.test.Gen string
528
+ */
552
529
  function string_1(constraints = {}) {
553
- return char => {
554
- const min = constraints.minLength || 0;
555
- return constraints.maxLength ? bounded_1(min, constraints.maxLength, n => stringN_1(n)(char)) : small_1(n => stringN_1(n)(char), min);
556
- };
530
+ return (char) => {
531
+ const min = constraints.minLength || 0;
532
+ return constraints.maxLength ? bounded_1(min, constraints.maxLength, (n) => stringN_1(n)(char)) : small_1((n) => stringN_1(n)(char), min);
533
+ };
557
534
  }
558
535
  /**
559
- * @tsplus pipeable fncts.test.Gen stringN
560
- */
536
+ * @tsplus pipeable fncts.test.Gen stringN
537
+ */
561
538
  function stringN_1(n) {
562
- return char => {
563
- return map_1(arr => arr.join(""))(arrayN_1(n)(char));
564
- };
539
+ return (char) => {
540
+ return map_1((arr) => arr.join(""))(arrayN_1(n)(char));
541
+ };
565
542
  }
566
543
  /**
567
- * @tsplus static fncts.test.GenOps struct
568
- */
569
- export function struct(properties) {
570
- const entries = Object.entries(properties);
571
- return tsplus_module_15.foldLeft(constant_1({}), (b, [k, gen]) => zipWith_1(gen, (out, a) => ({
572
- ...out,
573
- [k]: a
574
- }))(b))(entries);
544
+ * @tsplus static fncts.test.GenOps struct
545
+ */
546
+ function struct(properties) {
547
+ const entries = Object.entries(properties);
548
+ return tsplus_module_15.foldLeft(constant_1({}), (b, [k, gen]) => zipWith_1(gen, (out, a) => ({
549
+ ...out,
550
+ [k]: a
551
+ }))(b))(entries);
575
552
  }
576
553
  /**
577
- * @tsplus static fncts.test.GenOps unfoldGen
578
- */
579
- export function unfoldGen(s, f) {
580
- return small_1(n => unfoldGenN_1(n, s, f));
554
+ * @tsplus static fncts.test.GenOps unfoldGen
555
+ */
556
+ function unfoldGen(s, f) {
557
+ return small_1((n) => unfoldGenN_1(n, s, f));
581
558
  }
582
559
  /**
583
- * @tsplus static fncts.test.GenOps unfoldGenN
584
- */
560
+ * @tsplus static fncts.test.GenOps unfoldGenN
561
+ */
585
562
  function unfoldGenN_1(n, s, f) {
586
- if (n <= 0) return constant_1(tsplus_module_16.make());else return flatMap_1(([s, a]) => map_1(as => tsplus_module_11.append(a)(as))(unfoldGenN_1(n - 1, s, f)))(f(s));
563
+ if (n <= 0) return constant_1(tsplus_module_16.make());
564
+ else return flatMap_1(([s, a]) => map_1((as) => tsplus_module_11.append(a)(as))(unfoldGenN_1(n - 1, s, f)))(f(s));
587
565
  }
588
566
  /**
589
- * @tsplus static fncts.test.GenOps unicodeChar
590
- */
591
- const unicodeChar_1 = /*#__PURE__*/_char(0x0000, 0xffff - gapSize, unicodeToCharCode);
592
- export const unicodeChar = unicodeChar_1;
567
+ * @tsplus static fncts.test.GenOps unicodeChar
568
+ */
569
+ const unicodeChar_1 = _char(0, 65535 - gapSize, unicodeToCharCode);
570
+ const unicodeChar = unicodeChar_1;
593
571
  /**
594
- * @tsplus static fncts.test.GenOps unicodeString
595
- */
596
- export function unicodeString(constraints = {}) {
597
- return string_1(constraints)(unicodeChar_1);
572
+ * @tsplus static fncts.test.GenOps unicodeString
573
+ */
574
+ function unicodeString(constraints = {}) {
575
+ return string_1(constraints)(unicodeChar_1);
598
576
  }
599
577
  /**
600
- * @tsplus pipeable fncts.test.Gen uniqueArray
601
- */
602
- export function uniqueArray(constraints = {}) {
603
- return gen => {
604
- return map_1(conc => tsplus_module_7.toArray(conc))(uniqueConc_1(constraints)(gen));
605
- };
578
+ * @tsplus pipeable fncts.test.Gen uniqueArray
579
+ */
580
+ function uniqueArray(constraints = {}) {
581
+ return (gen) => {
582
+ return map_1((conc) => tsplus_module_7.toArray(conc))(uniqueConc_1(constraints)(gen));
583
+ };
606
584
  }
607
585
  /**
608
- * @tsplus pipeable fncts.test.Gen uniqueConc
609
- */
586
+ * @tsplus pipeable fncts.test.Gen uniqueConc
587
+ */
610
588
  function uniqueConc_1(constraints = {}) {
611
- return self => {
612
- const minLength = constraints.minLength ?? 0;
613
- const eq = constraints.eq ?? tsplus_module_2.makeEq({
614
- equals: y => x => tsplus_module_1.strictEquals(x, y)
615
- });
616
- return constraints.maxLength ? bounded_1(minLength, constraints.maxLength, n => uniqueConcN_1(n, eq)(self)) : small_1(n => uniqueConcN_1(n, eq)(self), minLength);
617
- };
589
+ return (self) => {
590
+ const minLength = constraints.minLength ?? 0;
591
+ const eq = constraints.eq ?? tsplus_module_2.makeEq({ equals: (y) => (x) => tsplus_module_1.strictEquals(x, y) });
592
+ return constraints.maxLength ? bounded_1(minLength, constraints.maxLength, (n) => uniqueConcN_1(n, eq)(self)) : small_1((n) => uniqueConcN_1(n, eq)(self), minLength);
593
+ };
618
594
  }
619
595
  /**
620
- * @tsplus pipeable fncts.test.Gen uniqueConcN
621
- */
622
- function uniqueConcN_1(n, /** @tsplus auto */E) {
623
- return self => {
624
- return tsplus_module_11.foldLeft(constant_1(tsplus_module_10.empty()), (gen, a) => zipWith_1(a, (as, a) => tsplus_module_11.elem(a, E)(as) ? as : tsplus_module_11.append(a)(as))(gen))(tsplus_module_12.replicate(n, self));
625
- };
596
+ * @tsplus pipeable fncts.test.Gen uniqueConcN
597
+ */
598
+ function uniqueConcN_1(n, E) {
599
+ return (self) => {
600
+ return tsplus_module_11.foldLeft(constant_1(tsplus_module_10.empty()), (gen, a) => zipWith_1(a, (as, a) => tsplus_module_11.elem(a, E)(as) ? as : tsplus_module_11.append(a)(as))(gen))(tsplus_module_12.replicate(n, self));
601
+ };
626
602
  }
627
603
  /**
628
- * @tsplus static fncts.test.GenOps unwrap
629
- */
604
+ * @tsplus static fncts.test.GenOps unwrap
605
+ */
630
606
  function unwrap_1(effect) {
631
- return flatten_1(fromIO_1(effect));
607
+ return flatten_1(fromIO_1(effect));
632
608
  }
633
609
  /**
634
- * @tsplus static fncts.test.GenOps weighted
635
- */
610
+ * @tsplus static fncts.test.GenOps weighted
611
+ */
636
612
  function weighted_1(...gens) {
637
- const sum = tsplus_module_15.foldLeft(0, (b, a) => b + a)(gens.map(([, weight]) => weight));
638
- const [map] = tsplus_module_15.foldLeft(tsplus_module_19.tuple(tsplus_module_18.make(tsplus_module_17.Ord), 0), ([map, acc], [gen, d]) => {
639
- if ((acc + d) / sum > acc / sum) return tsplus_module_19.tuple(tsplus_module_18.set((acc + d) / sum, gen)(map), acc + d);else return tsplus_module_19.tuple(map, acc);
640
- })(gens);
641
- return flatMap_1(n => tsplus_module_13.getOrElse(() => {
642
- throw new NoSuchElementError("Gen.weighted");
643
- })(tsplus_module_18.getGte(n)(map)))(uniform_1);
644
- }
645
- /**
646
- * @tsplus pipeable fncts.test.Gen zipWith
647
- */
613
+ const sum = tsplus_module_15.foldLeft(0, (b, a) => b + a)(gens.map(([, weight]) => weight));
614
+ const [map] = tsplus_module_15.foldLeft(tsplus_module_19.tuple(tsplus_module_18.make(tsplus_module_17.Ord), 0), ([map, acc], [gen, d]) => {
615
+ if ((acc + d) / sum > acc / sum) return tsplus_module_19.tuple(tsplus_module_18.set((acc + d) / sum, gen)(map), acc + d);
616
+ else return tsplus_module_19.tuple(map, acc);
617
+ })(gens);
618
+ return flatMap_1((n) => tsplus_module_13.getOrElse(() => {
619
+ throw new NoSuchElementError("Gen.weighted");
620
+ })(tsplus_module_18.getGte(n)(map)))(uniform_1);
621
+ }
622
+ /**
623
+ * @tsplus pipeable fncts.test.Gen zipWith
624
+ */
648
625
  function zipWith_1(that, f) {
649
- return self => {
650
- return flatMap_1(a => map_1(b => f(a, b))(that))(self);
651
- };
626
+ return (self) => {
627
+ return flatMap_1((a) => map_1((b) => f(a, b))(that))(self);
628
+ };
652
629
  }
653
630
  /**
654
- * @tsplus pipeable fncts.test.Gen zip
655
- */
656
- export function zip(that) {
657
- return self => {
658
- return zipWith_1(that, tsplus_module_19.tuple)(self);
659
- };
631
+ * @tsplus pipeable fncts.test.Gen zip
632
+ */
633
+ function zip(that) {
634
+ return (self) => {
635
+ return zipWith_1(that, tsplus_module_19.tuple)(self);
636
+ };
660
637
  }
661
638
  /**
662
- * @tsplus static fncts.test.GenOps tuple
663
- */
639
+ * @tsplus static fncts.test.GenOps tuple
640
+ */
664
641
  function tuple_1(...components) {
665
- return tsplus_module_15.foldLeft(constant_1([]), (b, a) => zipWith_1(a, (vs, v) => [...vs, v])(b))(components);
642
+ return tsplus_module_15.foldLeft(constant_1([]), (b, a) => zipWith_1(a, (vs, v) => [...vs, v])(b))(components);
666
643
  }
667
644
  /**
668
- * @tsplus static fncts.test.GenOps record
669
- */
645
+ * @tsplus static fncts.test.GenOps record
646
+ */
670
647
  function record_1(key, value, constraints) {
671
- return map_1(pairs => tsplus_module_11.foldLeft({}, (b, [k, v]) => ({
672
- ...b,
673
- [k]: v
674
- }))(pairs))(uniqueConc_1({
675
- eq: tsplus_module_21.contramap(([k]) => k)(tsplus_module_20.Eq),
676
- ...constraints
677
- })(tuple_1(key, value)));
648
+ return map_1((pairs) => tsplus_module_11.foldLeft({}, (b, [k, v]) => ({
649
+ ...b,
650
+ [k]: v
651
+ }))(pairs))(uniqueConc_1({
652
+ eq: tsplus_module_21.contramap(([k]) => k)(tsplus_module_20.Eq),
653
+ ...constraints
654
+ })(tuple_1(key, value)));
678
655
  }
679
656
  /**
680
- * @tsplus static fncts.test.GenOps date
681
- */
657
+ * @tsplus static fncts.test.GenOps date
658
+ */
682
659
  function date_1(constraints = {}) {
683
- const min = constraints.min ? constraints.min.getTime() : -8_640_000_000_000_000;
684
- const max = constraints.max ? constraints.max.getTime() : 8_640_000_000_000_000;
685
- return map_1(n => new Date(n))(intWith_1({
686
- min,
687
- max
688
- }));
660
+ const min = constraints.min ? constraints.min.getTime() : -864e13;
661
+ const max = constraints.max ? constraints.max.getTime() : 864e13;
662
+ return map_1((n) => new Date(n))(intWith_1({
663
+ min,
664
+ max
665
+ }));
689
666
  }
690
667
  function typedArray(constraints, minBound, maxBound, ctor) {
691
- const min = constraints.min ? clamp(constraints.min, minBound, maxBound) : minBound;
692
- const max = constraints.max ? clamp(constraints.max, minBound, maxBound) : maxBound;
693
- return map_1(n => new ctor(n))(array_1(intWith_1({
694
- min,
695
- max
696
- })));
668
+ const min = constraints.min ? clamp(constraints.min, minBound, maxBound) : minBound;
669
+ const max = constraints.max ? clamp(constraints.max, minBound, maxBound) : maxBound;
670
+ return map_1((n) => new ctor(n))(array_1(intWith_1({
671
+ min,
672
+ max
673
+ })));
697
674
  }
698
675
  /**
699
- * @tsplus static fncts.test.GenOps int8Array
700
- */
676
+ * @tsplus static fncts.test.GenOps int8Array
677
+ */
701
678
  function int8Array_1(constraints = {}) {
702
- return typedArray(constraints, -128, 127, Int8Array);
679
+ return typedArray(constraints, -128, 127, Int8Array);
703
680
  }
704
681
  /**
705
- * @tsplus static fncts.test.GenOps int16Array
706
- */
682
+ * @tsplus static fncts.test.GenOps int16Array
683
+ */
707
684
  function int16Array_1(constraints = {}) {
708
- return typedArray(constraints, -32768, 32767, Int16Array);
685
+ return typedArray(constraints, -32768, 32767, Int16Array);
709
686
  }
710
687
  /**
711
- * @tsplus static fncts.test.GenOps int32Array
712
- */
688
+ * @tsplus static fncts.test.GenOps int32Array
689
+ */
713
690
  function int32Array_1(constraints = {}) {
714
- return typedArray(constraints, -0x80000000, 0x7fffffff, Int32Array);
691
+ return typedArray(constraints, -2147483648, 2147483647, Int32Array);
715
692
  }
716
693
  /**
717
- * @tsplus static fncts.test.GenOps uint8Array
718
- */
694
+ * @tsplus static fncts.test.GenOps uint8Array
695
+ */
719
696
  function uint8Array_1(constraints = {}) {
720
- return typedArray(constraints, 0, 255, Uint8Array);
697
+ return typedArray(constraints, 0, 255, Uint8Array);
721
698
  }
722
699
  /**
723
- * @tsplus static fncts.test.GenOps uint16Array
724
- */
700
+ * @tsplus static fncts.test.GenOps uint16Array
701
+ */
725
702
  function uint16Array_1(constraints = {}) {
726
- return typedArray(constraints, 0, 65535, Uint16Array);
703
+ return typedArray(constraints, 0, 65535, Uint16Array);
727
704
  }
728
705
  /**
729
- * @tsplus static fncts.test.GenOps uint32Array
730
- */
706
+ * @tsplus static fncts.test.GenOps uint32Array
707
+ */
731
708
  function uint32Array_1(constraints = {}) {
732
- return typedArray(constraints, 0, 0xffffffff, Uint32Array);
709
+ return typedArray(constraints, 0, 4294967295, Uint32Array);
733
710
  }
734
711
  function _char(min, max, mapToCode) {
735
- return map_1(n => String.fromCharCode(mapToCode(n)))(intWith_1({
736
- min,
737
- max
738
- }));
712
+ return map_1((n) => String.fromCharCode(mapToCode(n)))(intWith_1({
713
+ min,
714
+ max
715
+ }));
739
716
  }
740
717
  function indexToPrintableIndex(v) {
741
- return v < 95 ? v + 0x20 : v <= 0x7e ? v - 95 : v;
718
+ return v < 95 ? v + 32 : v <= 126 ? v - 95 : v;
742
719
  }
743
720
  function base64ToCharCode(v) {
744
- if (v < 26) return v + 65; // A-Z
745
- if (v < 52) return v + 97 - 26; // a-z
746
- if (v < 62) return v + 48 - 52; // 0-9
747
- return v === 62 ? 43 : 47; // +/
721
+ if (v < 26) return v + 65;
722
+ if (v < 52) return v + 97 - 26;
723
+ if (v < 62) return v + 48 - 52;
724
+ return v === 62 ? 43 : 47;
748
725
  }
749
726
  function hexToCharCode(v) {
750
- return v < 10 ? v + 48 // 0-9
751
- : v + 97 - 10; // a-f
727
+ return v < 10 ? v + 48 : v + 97 - 10;
752
728
  }
753
729
  function unicodeToCharCode(v) {
754
- return v < 0xd800 ? indexToPrintableIndex(v) : v + gapSize;
730
+ return v < 55296 ? indexToPrintableIndex(v) : v + gapSize;
755
731
  }
732
+ //#endregion
733
+ export { alphaNumericChar, alphaNumericString, alphaNumericStringWith, anything, array, arrayInt64, arrayN, arrayWith, asciiChar, asciiString, asciiStringWith, base64Char, base64String, base64StringWith, bigInt, boolean, bounded, char, char16, conc, concN, concWith, constant, date, defer, double, doubleWith, empty, exponential, filter, filterNot, flatMap, flatten, float, floatWith, fromIO, fromIOSample, fullUnicodeChar, fullUnicodeString, hexChar, hexString, int, int16Array, int32Array, int8Array, intWith, map, mapIO, medium, memo, nat, oneOf, partial, printableChar, record, reshrink, size, sized, small, string, string16, stringN, struct, tuple, uint16Array, uint32Array, uint8Array, unfoldGen, unfoldGenN, unicodeChar, unicodeString, uniform, uniqueArray, uniqueConc, uniqueConcN, unwrap, weighted, zip, zipWith };
734
+
756
735
  //# sourceMappingURL=api.mjs.map