make Compiling src/util.ml to native code File "src/util.ml", line 157, characters 30-37: This expression has type (int -> 'a) -> 'a but is here used with type 'a mv: can't stat source src/util.cmi mv: can't stat source src/util.o make: *** [obj/x86_LINUX/util.cmx] Error
This is line 156-157
and cont_s s i = Buffer.add_string dest s; doprn i. Can anyone help me?