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

More strict newTVarWithInvariant, newTVarWithInvariantIO and newMVarWithInvariant #431

Merged
merged 1 commit into from
Aug 4, 2023

Conversation

coot
Copy link
Contributor

@coot coot commented Aug 3, 2023

Although the underlying mutable variable is strict, we execute the
invariant on the initial data, for this reason we have to evaluate it
before writing it to the variable.

…ithInvariant

Although the underlying mutable variable is strict, we execute the
invariant on the initial data, for this reason we have to evaluate it
before writing it to the variable.
@coot coot requested a review from jorisdral August 3, 2023 20:32
@coot coot merged commit c3fb129 into master Aug 4, 2023
@coot coot deleted the coot/strictness branch August 4, 2023 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants