Original bug ID: 7513 Reporter:@yallop Assigned to:@lefessan Status: resolved (set by @mshinwell on 2017-05-16T20:00:26Z) Resolution: fixed Priority: normal Severity: minor Category: standard library
Bug description
List.compare_length_with [] min_int;;
: int = 1
List.compare_length_with [1] min_int;;
: int = -1
The text was updated successfully, but these errors were encountered:
Original bug ID: 7513
Reporter: @yallop
Assigned to: @lefessan
Status: resolved (set by @mshinwell on 2017-05-16T20:00:26Z)
Resolution: fixed
Priority: normal
Severity: minor
Category: standard library
Bug description
List.compare_length_with [] min_int;;
List.compare_length_with [1] min_int;;
The text was updated successfully, but these errors were encountered: