binary
binary copied to clipboard
Deserialize all TypeRep arrow representations
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
@bgamari You asked for it; you got it.
Thanks!
Travis failure is unrelated to the changes in this PR and was fixed in #147, a rebase should make the check go green.