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 (betaParams, rate) = tup
let (alpha, beta) = betaParams let (alpha, beta) = betaParams
let theMean = { let theMean = {
run(Mixture( run(Mixture(
[ [
(mkBeta(alpha, beta), 0.25), (mkBeta(alpha, beta), 0.25),
(mkExponential(rate), 0.75) (mkExponential(rate), 0.75)
] ]
)) -> outputMap(FromDist(ToFloat(#Mean))) )) -> outputMap(FromDist(ToFloat(#Mean)))
} }
theMean theMean
-> unpackFloat -> unpackFloat

View File

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

View File

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