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

Deserialize all TypeRep arrow representations #141

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

treeowl
Copy link
Contributor

@treeowl treeowl commented Nov 16, 2017

Previously, TypeRep (a -> b) could only be deserialized if
a and b both had kind *. Change that to allow any kinds
of the form TYPE rep.

Fixes #140

@treeowl
Copy link
Contributor Author

treeowl commented Nov 16, 2017

@bgamari You asked for it; you got it.

@bgamari
Copy link
Collaborator

bgamari commented Nov 16, 2017

Thanks!

Previously, `TypeRep (a -> b)` could only be deserialized if
`a` and `b` both had kind `*`. Change that to allow any kinds
of the form `TYPE rep`.

Fixes haskell#140
@int-index
Copy link
Contributor

Travis failure is unrelated to the changes in this PR and was fixed in #147, a rebase should make the check go green.

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