Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a way to destructively unpack containers #278

Open
mcoblenz opened this issue Nov 12, 2019 · 0 comments
Open

Add a way to destructively unpack containers #278

mcoblenz opened this issue Nov 12, 2019 · 0 comments

Comments

@mcoblenz
Copy link
Owner

Currently, if a container owns an object, then getting ownership out out (while destroying the container) is inconvenient; typically one would have an Empty state for the container so that one can first extract the owned object, and then separately discard the container. Maybe we could have destructive transactions that return tuples (we'd need to add support for these) and destroy the receiver.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant