JsonDecodeError is defined in two separate places:
purescript-argonaut-codecs defines parsJson, but codec-argonaut does not.
Can we define both the JsonDecodeError type and parseJson in this library so that the two other libraries can be used interchangeably?
JsonDecodeErroris defined in two separate places:purescript-codec-argonaut, the original definitionpurescript-argonaut-codecs, a port of the original one to this librarypurescript-argonaut-codecsdefinesparsJson, butcodec-argonautdoes not.Can we define both the
JsonDecodeErrortype andparseJsonin this library so that the two other libraries can be used interchangeably?