Skip to content

Feature: print type coverage #8

@Raynos

Description

@Raynos

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions