projects
/
Faustine.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
New Faustine tested by sin.dsp and fft.dsp.
[Faustine.git]
/
interpretor
/
types.ml
diff --git
a/interpretor/types.ml
b/interpretor/types.ml
index
3d14095
..
89f1e5f
100644
(file)
--- 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;;