change polymorphic types to type constructors #13
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix-types"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
this fix ensured the code to be forward compatible with
the upcoming TR's kind system
Hi, thanks for the patch!
IIUC, only the define-type in the tests needed to be updated? There's a lot of noise in the diff due to a whitespace change, just checking that I didn't miss anything :)
Kinds are exciting! Thanks for having worked on those for TR :)
Sorry about the noise. I thought white space changes could be easily ignored via (?w=1 or
git diff -w
). I'll revert those white space changes.I used
raco test -p type-expander
to test the changedtype-expander
against the working TR branch and all tests passed.Do you have anything particular in mind that I need to test?
Oooh, I never knew about ?w=1, that's a great trick! No need to revert the changes, don't worry.
I think
raco test -p type-expander
should be enough, I used to have a CI script but it suspect it won't work anymore since Travis changed things on their platform; I'll disable the checks and merge in a couple of hours.Sorry about the delay, merged. Thanks a lot for the fix :) !