Closed robin-aws closed 2 years ago
Already implemented as a Dafny integration test: https://github.com/dafny-lang/dafny/blob/master/Test/dafny4/BinarySearch.dfy
Should also accept a comparator that is a total ordering over the sorted list as in https://github.com/dafny-lang/libraries/issues/39#issuecomment-1069669490
Added with #49
Already implemented as a Dafny integration test: https://github.com/dafny-lang/dafny/blob/master/Test/dafny4/BinarySearch.dfy