Closed
Description
Describe the bug
In Pursuit, the type of decodeJson
(as listed on the DecodeJson
typecclass) is shown as Json -> Either String a
. However, it is Json -> Either JsonDecodeError a
in the code.
Expected behavior
An updated documentation, this is the only error that I have come across thus far, however, there could be other errors.