X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/fc2ec49c325b99370170789886b4be4f43e16d68..b8e89a384896a4f8ce3e1990a10c88e7164af55c:/documentation/code_VALInterpreter.sublist.html diff --git a/documentation/code_VALInterpreter.sublist.html b/documentation/code_VALInterpreter.sublist.html deleted file mode 100644 index bb66b24..0000000 --- a/documentation/code_VALInterpreter.sublist.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - -Interpreter.sublist - - -let sublist l start length = 
-        try
-                let arr = Array.of_list l in
-                let sub_array = Array.sub arr start length in
-                        Array.to_list sub_array
-
-        with (Invalid_argument "Array.sub"->
-                raise (Invalid_argument "List.sub")
\ No newline at end of file