diku-dk / smlfut

Call Futhark programs from Standard ML
GNU General Public License v3.0
10 stars 1 forks source link

Int32.toInt for return of error_check #1

Closed shwestrick closed 1 year ago

shwestrick commented 1 year ago

Generated function error_check expects input type int, but is called with an Int32.int. Fixed with Int32.toInt.