Skip to content

Data.Functor.Classes: fix Ord1 instance for Down

Vaibhav Sagar requested to merge vaibhavsagar/ghc:vs-ord1-down into master

As detailed in #17472 (closed), the Ord1 instance for Down is incorrect. This MR fixes that and adds a test case with the expected behaviour.

Edited by chessai

Merge request reports