Minor restructuring

This commit is contained in:
Ozzie Gooen 2020-02-16 12:14:08 +00:00
parent 61645243f9
commit d71d157741
15 changed files with 1 additions and 3 deletions

View File

@ -13,8 +13,8 @@ type xyShape = {
xs: array(float),
ys: array(float),
};
type continuousShape = xyShape;
type continuousShape = xyShape;
type discreteShape = xyShape;
type mixedShape = {

View File

View File

@ -1,2 +0,0 @@
// [@bs.module "./GuesstimatorLibrary.js"]
/* external toGuesstimator: (string, int) => CdfLibrary.JS.distJs = "run"*/