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 07bd7b7 commit d79b665Copy full SHA for d79b665
Data/Aeson/Parser/Internal.hs
@@ -279,7 +279,7 @@ eitherDecodeWith p to s =
279
where
280
buildMsg [] msg = msg
281
buildMsg (expectation:_) msg =
282
- msg <> ". Expecting " <> expectation
+ msg ++ ". Expecting " ++ expectation
283
{-# INLINE eitherDecodeWith #-}
284
285
eitherDecodeStrictWith :: Parser Value -> (Value -> IResult a) -> B.ByteString
0 commit comments