Merge pull request #415 from quantified-uncertainty/fix-unused-warnings
Add functions to implementation file to fix warnings
This commit is contained in:
commit
64c720209d
|
@ -69,3 +69,6 @@ let mixture: (
|
|||
~scaleMultiplyFn: scaleMultiplyFn,
|
||||
~pointwiseAddFn: pointwiseAddFn,
|
||||
) => result<t, error>
|
||||
|
||||
let isSymbolic: t => bool
|
||||
let isPointSet: t => bool
|
||||
|
|
Loading…
Reference in New Issue
Block a user