VS
Size: a a a
VS
AH
VS
AH
AH
AH
let compareResultsByScoreTimeRatio x y =
match compare x.Score y.Score with
| 0 ->
match compare x.Time y.Time with
| 0 ->
compare <| x.Ratio() <| y.Ratio()
| c -> c
| c -> c
AH
AK
Seq.iter ^ fun x -> ...
^там про что-то другое
ЕБ
AK
^, да😂
AK
EV
DB
DB
AH
AH
compare i j
!VS
VS