Andre Knispel

Results 79 comments of Andre Knispel

I don't think any of these instances are actually required, certainly not in what I'm doing right now. There are a few lines that mention `GHC.Prim` in the generated code,...

> What kind of naive equality check are you suggesting? Neither equality on the underlying `Map` representation nor on the `Data` representation are correct. You want _equivalence_ of `Value`s, which...

There are no guarantees about the order. I think they are sorted (similar to inputs), but there are some potential subtleties in the implementation that may or may not screw...

You're mixing some things here. Just because the CLI outputs a certain format it doesn't mean that all transactions have to be of that format. The same goes for this...

I think we should get together and figure out what we can and can't promise for the script context. Here are some examples of `P`s where weird things happen: -...

This is mostly an accident caused by a design decision made for Shelley (order didn't matter, so we put things in a set instead of a list). However, I still...

I forgot about this issue, but I just went over this list and while a few things have changed in the implementation I think everything in this issue has been...

@L-TChen Thank you, I'll update the branch!

Oof, I wasn't aware of this trick/abuse (classic https://xkcd.com/1172/). I'll need to think a bit about this, but obviously we'll have to do something about it. Here's another hacky way...