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

Refactor typecheck.rkt #71

Merged
merged 2 commits into from
May 10, 2018
Merged

Refactor typecheck.rkt #71

merged 2 commits into from
May 10, 2018

Conversation

iitalics
Copy link
Contributor

This refactors class/instance-specific logic out of typecheck.rkt and then hides details about how type contexts are implemented. The purpose of this change is to make it easier to change the representation of type contexts (step towards fixing issue #70 and #62), and to allow me and Alex to hack on the type checker more easily.

@lexi-lambda lexi-lambda merged commit cb3cec6 into lexi-lambda:master May 10, 2018
@lexi-lambda
Copy link
Owner

This looks good, thanks!

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.

2 participants