In the purescript-exception (and I guess other) library err :: Exception was renamed to exception :: Exception in the commit "Use exception rather than err".
Since it has the old name in your lib, I have the strange effect, that I now have both: err :: Exception and exception :: Exception in my type. I don't understand the issue fully, but maybe it is a simple solution if you can rename the label too?
In the purescript-exception (and I guess other) library err :: Exception was renamed to exception :: Exception in the commit "Use
exceptionrather thanerr".Since it has the old name in your lib, I have the strange effect, that I now have both: err :: Exception and exception :: Exception in my type. I don't understand the issue fully, but maybe it is a simple solution if you can rename the label too?