Skip to content

Weaken Monad constraints of {eval,exec}StateT to Functor#122

Open
Bodigrim wants to merge 1 commit into
mainfrom
relax-evalStateT-and-execStateT-constraints
Open

Weaken Monad constraints of {eval,exec}StateT to Functor#122
Bodigrim wants to merge 1 commit into
mainfrom
relax-evalStateT-and-execStateT-constraints

Conversation

@Bodigrim
Copy link
Copy Markdown
Contributor

@Bodigrim Bodigrim commented Jun 3, 2026

Closes #95.

The change is purposefully mechanical and clumsy to underline that strictness properties remain unchanged. @L0neGamer does it aleviate your concerns from #95 (comment)?

Copy link
Copy Markdown
Collaborator

@L0neGamer L0neGamer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's likely sufficient, but I would really appreciate some basic strictness tests to assert equivalence.

I'm just wary of inspecting code and seeing that it should be right and then we've broken something fundamental.

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.

Weaken Monad constraints of {eval,exec}StateT to Functor.

2 participants