Add functions to implementation file to fix warnings
This commit is contained in:
parent
bf8daeb7d0
commit
c9301085b9
|
@ -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