Skip to content

Conversation

@matthewleon
Copy link
Contributor

No description provided.

@matthewleon
Copy link
Contributor Author

Not sure if there is a reason this wasn't in there. I suspect just an oversight? I'm quite possibly mistaken, but some monad transformers I've been working would benefit from this.

@matthewleon
Copy link
Contributor Author

Here is the sig of the function in question. Without this change, the basic monad (transformer applied to Identity) won't work:

genLazyList :: forall s m a. (Monad m, Z.Lazy (m (L.List a))) => GenT s m a -> GenT s m (L.List a)

@paf31
Copy link
Contributor

paf31 commented Mar 23, 2017

LGTM

@garyb
Copy link
Member

garyb commented Mar 23, 2017

👍

@garyb garyb merged commit 17aced5 into purescript:master Mar 23, 2017
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.

3 participants