Closed shwestrick closed 1 year ago
Generated function error_check expects input type int, but is called with an Int32.int. Fixed with Int32.toInt.
error_check
int
Int32.int
Int32.toInt
Generated function
error_check
expects input typeint
, but is called with anInt32.int
. Fixed withInt32.toInt
.