generate-purescript script was complaining of git tree being "dirty", and it seemed that the issue was that I hadn't updated the source of the examples that were generated from Haskell to PureScript and didn't have the literal address but generated the address from the bytes. So this PR fixes this so that it all matches and works hopefully. Because it is a very minor change I don't think it needs any reviewers.
Pre-submit checklist:
Branch
[ ] ~Tests are provided (if possible)~
[x] Commit sequence broadly makes sense
[x] Key commits have useful messages
[x] Relevant tickets are mentioned in commit messages
[x] Formatting, materialized Nix files, PNG optimization, etc. are updated
generate-purescript
script was complaining of git tree being "dirty", and it seemed that the issue was that I hadn't updated the source of the examples that were generated from Haskell to PureScript and didn't have the literal address but generated the address from the bytes. So this PR fixes this so that it all matches and works hopefully. Because it is a very minor change I don't think it needs any reviewers.Pre-submit checklist: