Library not found

stdint :–)

Other than that you really have a syntax error in Bataille.ml, Uint8.+ is not valid syntax. Maybe you meant Uint8.( + ) if there’s such an operator in the Uint8 module.

1 Like