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

forall in signatures #39

Closed
NCrashed opened this issue Jan 17, 2015 · 2 comments
Closed

forall in signatures #39

NCrashed opened this issue Jan 17, 2015 · 2 comments

Comments

@NCrashed
Copy link

Search query: zipM

Displayed result: zipMono :: a -> a -> a) -> v -> v -> v
Expected result: zipMono :: Proxy c -> (forall a. c a => a -> a -> a) -> v -> v -> v

@chrisreu
Copy link
Member

@sebastian-philipp @alexbiehl

Looks like this is already fixed?

@alexbiehl
Copy link
Member

Yes, an older version was deployed back then.

Chris Reumann notifications@github.com schrieb am Mo., 25. Mai 2015 um
19:49 Uhr:

@sebastian-philipp https://github.com/sebastian-philipp @alexbiehl
https://github.com/alexbiehl

Looks like this is already fixed?


Reply to this email directly or view it on GitHub
#39 (comment)
.

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

No branches or pull requests

3 participants