Skip to content
  • Ian Lynagh's avatar
    Remove some uses of sortLe · 0043f07a
    Ian Lynagh authored
    Technically the behaviour of sortWith has changed, as it used
        x `le` y = get_key x < get_key y
    (note "<" rather than "<="), but I assume that that was just a mistake.
    0043f07a