unisonweb / unison

A friendly programming language from the future
https://unison-lang.org
Other
5.81k stars 271 forks source link

Remove unused `unpack` and `Unpack` from runtime #5389

Closed ChrisPenner closed 1 month ago

ChrisPenner commented 1 month ago

Overview

These were causing me some headaches in the stack rewrite work; turns out Unpack instructions aren't actually generated by any source code; can we just remove them?