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

Fix is_rec_assign bug in simpleChecker.ml #43

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

Conversation

0npv527yh9
Copy link
Contributor

Resolve #42

Change to return `false` in the case of unknown type variables
because such type variables will turn out to be `Int`.
(`false` is returned in the case of `Int`.)
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.

Bug in SimpleChecker for Recursive Types
1 participant