projects
/
Faustine.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Ignore .o, .a, and .svg files.
[Faustine.git]
/
interpretor
/
types.ml
diff --git
a/interpretor/types.ml
b/interpretor/types.ml
index
17dea67
..
dae188f
100644
(file)
--- 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;;