Add functions to implementation file to fix warnings

This commit is contained in:
Sam Nolan 2022-04-28 15:50:12 +00:00
parent bf8daeb7d0
commit c9301085b9

View File

@ -69,3 +69,6 @@ let mixture: (
~scaleMultiplyFn: scaleMultiplyFn,
~pointwiseAddFn: pointwiseAddFn,
) => result<t, error>
let isSymbolic: t => bool
let isPointSet: t => bool