Merge pull request #415 from quantified-uncertainty/fix-unused-warnings

Add functions to implementation file to fix warnings
This commit is contained in:
Ozzie Gooen 2022-04-28 12:00:02 -04:00 committed by GitHub
commit 64c720209d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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