Minor restructuring
This commit is contained in:
parent
61645243f9
commit
d71d157741
|
@ -13,8 +13,8 @@ type xyShape = {
|
||||||
xs: array(float),
|
xs: array(float),
|
||||||
ys: array(float),
|
ys: array(float),
|
||||||
};
|
};
|
||||||
type continuousShape = xyShape;
|
|
||||||
|
|
||||||
|
type continuousShape = xyShape;
|
||||||
type discreteShape = xyShape;
|
type discreteShape = xyShape;
|
||||||
|
|
||||||
type mixedShape = {
|
type mixedShape = {
|
|
@ -1,2 +0,0 @@
|
||||||
// [@bs.module "./GuesstimatorLibrary.js"]
|
|
||||||
/* external toGuesstimator: (string, int) => CdfLibrary.JS.distJs = "run"*/
|
|
Loading…
Reference in New Issue
Block a user