Results 2 issues of AJ Ruf

I think I have found a bug in encoding/decoding things of this shape: ` Array (Tuple (Tuple Int Int) Int)` Running this program: ```purescript type A = Array (Tuple (Tuple...

`BatchId` does not currently have some of the usual suspects for instances (Show, Eq, Ord ...) which makes it tough to integrate into other date types. It also exposes the...