purescript / purescript-transformers

Monad and comonad transformers
BSD 3-Clause "New" or "Revised" License
69 stars 44 forks source link

Fix the asks function #131

Closed setsunica closed 3 years ago

setsunica commented 4 years ago

Thank you for your response to Issue! 😀 I've made some modifications based on #130. This is a change to the type definition only. The constraints are loosened and compatibility with existing sources will be maintained. Closes #130

garyb commented 4 years ago

I can't really think of a way this would break an existing inferred type 🤔. Are we going to be breaking this library for 0.14 anyway though? If so, then I guess waiting makes sense.

hdgarrood commented 4 years ago

Here's an example: https://try.purescript.org/?gist=a4db03ecd5e0385e28c493d29f83a686&session=ea0ea2de-a087-ad4b-ec4b-b096e3d090d9

thomashoneyman commented 3 years ago

Merging as part of upcoming 0.14 changes.