Skip to content
This repository was archived by the owner on Oct 4, 2020. It is now read-only.

Fix StrMap.foldM implementation #21

Merged
merged 1 commit into from
Nov 18, 2014
Merged

Conversation

dylex
Copy link
Contributor

@dylex dylex commented Nov 18, 2014

It previously did not work correctly with monads that deferred
evaluation (like Eff) because k had the wrong scope. This adds an
explicit closure for k. Fixes #18

It previously did not work correctly with monads that deferred
evaluation (like Eff) because k had the wrong scope.  This adds an
explicit closure for k.  Fixes purescript-deprecated#18
paf31 added a commit that referenced this pull request Nov 18, 2014
Fix StrMap.foldM implementation
@paf31 paf31 merged commit 27991cb into purescript-deprecated:master Nov 18, 2014
@paf31
Copy link
Contributor

paf31 commented Nov 18, 2014

👍

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

Successfully merging this pull request may close these issues.

StrMap fails test
2 participants