X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/4d5f39ea1ae1eff1d8eadf7875851be467e40a47..23922b6f3a5f9813b822b4c60f05c8f2e384b070:/interpretor/types.ml diff --git a/interpretor/types.ml b/interpretor/types.ml index 6fa6513..5e88a1a 100644 --- a/interpretor/types.ml +++ b/interpretor/types.ml @@ -144,6 +144,5 @@ class type process_type = method exp : faust_exp method dim : dimension_type method delay : int - method to_string : string method evaluate : beam_type -> beam_type end;;