We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d97e3bb commit 18370d1Copy full SHA for 18370d1
src/Language/Haskell/Exts/ParseMonad.hs
@@ -75,7 +75,7 @@ data ParseResult a
75
| ParseFailed SrcLoc String
76
-- ^ The parse failed at the specified
77
-- source location, with an error message.
78
- deriving Show
+ deriving (Show, Ord, Eq)
79
80
-- | Retrieve the result of a successful parse, throwing an
81
-- error if the parse is actually not successful.
0 commit comments