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