backed out of rescript-fast-check

This commit is contained in:
Quinn Dougherty 2022-04-07 08:55:52 -04:00
parent e89042406b
commit c50f8a3273
3 changed files with 6 additions and 10 deletions

View File

@ -37,12 +37,12 @@ describe("mixture", () => {
let (betaParams, rate) = tup
let (alpha, beta) = betaParams
let theMean = {
run(Mixture(
[
(mkBeta(alpha, beta), 0.25),
(mkExponential(rate), 0.75)
]
)) -> outputMap(FromDist(ToFloat(#Mean)))
run(Mixture(
[
(mkBeta(alpha, beta), 0.25),
(mkExponential(rate), 0.75)
]
)) -> outputMap(FromDist(ToFloat(#Mean)))
}
theMean
-> unpackFloat

View File

@ -30,9 +30,6 @@
"rationale",
"bisect_ppx"
],
"bs-dev-dependencies": [
"rescript-fast-check"
],
"gentypeconfig": {
"language": "typescript",
"module": "commonjs",

View File

@ -35,7 +35,6 @@
"docsify": "^4.12.2",
"gentype": "^4.3.0",
"jest": "^27.5.1",
"rescript-fast-check": "^1.1.1",
"moduleserve": "0.9.1",
"ts-jest": "^27.1.4",
"ts-loader": "^9.2.8",