tiny cleanup
This commit is contained in:
parent
c50f8a3273
commit
a00772ef5c
|
@ -10,10 +10,10 @@ type env = {
|
|||
}
|
||||
|
||||
type outputType =
|
||||
| Dist(GenericDist_Types.genericDist)
|
||||
| Dist(genericDist)
|
||||
| Float(float)
|
||||
| String(string)
|
||||
| GenDistError(GenericDist_Types.error)
|
||||
| GenDistError(error)
|
||||
|
||||
/*
|
||||
We're going to add another function to this module later, so first define a
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
type genericDist =
|
||||
| PointSet(PointSetTypes.pointSetDist)
|
||||
| SampleSet(array<float>)
|
||||
| SampleSet(SampleSet.t)
|
||||
| Symbolic(SymbolicDistTypes.symbolicDist)
|
||||
|
||||
type error =
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
type t = array<float>
|
||||
|
||||
// TODO: Refactor to raise correct error when not enough samples
|
||||
|
||||
module Internals = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user