From: William James Date: 2006-08-04T03:50:10+09:00 Subject: Re: For performance, write it in OCaml Jon Harrop wrote: > let incompat = > let aux x y = > Array.iteri (fun i px -> if px = perms.(y).(i) then raise Exit) perms > (x); Perhaps google has mangled you code; at this point ocaml reports File "latin-squares-H.ml", line 30, characters 4-15: This function is applied to too many arguments, maybe you forgot a `;'