binary icon indicating copy to clipboard operation
binary copied to clipboard

Deserialize all TypeRep arrow representations

Open treeowl opened this issue 7 years ago • 3 comments

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 avatar Nov 16 '17 04:11 treeowl

@bgamari You asked for it; you got it.

treeowl avatar Nov 16 '17 04:11 treeowl

Thanks!

bgamari avatar Nov 16 '17 17:11 bgamari

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

int-index avatar Jun 07 '18 12:06 int-index