X-Git-Url: https://svn.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/a891a827a9bad83d44164ffdd7b28f070c439e46..d8214dc258396483f72533504515a4e1d1b3deef:/interpretor/types.ml diff --git a/interpretor/types.ml b/interpretor/types.ml index 3d14095..89f1e5f 100644 --- a/interpretor/types.ml +++ b/interpretor/types.ml @@ -153,5 +153,5 @@ class type process_type = class type io_type = object method read : string array -> beam_type - method write : value_type array array -> string array + method write : int array -> value_type array array -> string array end;;