X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/5ffc68ce0ca4af8e3139f8df236b19edae9e4cd5..c0ac16bdf3099698bb61bb8183f047381a6c713e:/interpretor/types.ml diff --git a/interpretor/types.ml b/interpretor/types.ml index 17dea67..dae188f 100644 --- a/interpretor/types.ml +++ b/interpretor/types.ml @@ -153,6 +153,7 @@ class type process_type = class type io_type = object + method set : string -> string -> unit method read : string array -> beam_type method write : int array -> float array array array -> string array end;;