X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/fc2ec49c325b99370170789886b4be4f43e16d68..b8e89a384896a4f8ce3e1990a10c88e7164af55c:/documentation/code_VALInterpreter.channels.html diff --git a/documentation/code_VALInterpreter.channels.html b/documentation/code_VALInterpreter.channels.html deleted file mode 100644 index 1668932..0000000 --- a/documentation/code_VALInterpreter.channels.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - -Interpreter.channels - - -let channels = fun f_array_array_array -> fun width ->
-          let channel = fun faaa -> fun i -> 
-                let faa = faaa.(i) in
-                let length = Array.length faa in
-                let fa = faa.(length - 1) in
-                Array.length fa
-        in
-        let channel_array = Array.init width (channel f_array_array_array) in
-        channel_array
\ No newline at end of file