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

Feature: print type coverage #8

Open
Raynos opened this issue Aug 20, 2016 · 0 comments
Open

Feature: print type coverage #8

Raynos opened this issue Aug 20, 2016 · 0 comments

Comments

@Raynos
Copy link
Owner

Raynos commented Aug 20, 2016

To sanity check that your have type coverage on your code you may want to get the checker to pretty-print checked and unchecked code.

Currently the only time code is unchecked is:

  • if we early bail & not check a unused function implementation
  • if we get an error halfway through an expression and dont check the rest of the expr, aka assignment has lower type coverage if the left hand side is ambigious.
  • if there is a bug in the type checker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant