Mentions légales du service

Skip to content
Snippets Groups Projects
Commit a6522a4e authored by Mario Pereira's avatar Mario Pereira
Browse files

Driver ocaml64: typo

parent c59ad355
No related branches found
No related tags found
No related merge requests found
......@@ -183,7 +183,7 @@ module array.Array
end
module array.Init
syntax val init "Array.init (Z.to_int %1) %2"
syntax val init "Array.init (Z.to_int %1) (fun i -> %2 (Z.of_int i))"
end
module matrix.Matrix
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment