Ad
  • Default User Avatar

    It seems that this kata can't be resolved using OCaml environement probably due to the expected result type. In my "solution" (that doesn't pass the test), when the given list has fewer than two element i return None and else i return an (int * int) option, but it isn't accepted.