Skip to content

2024-08-05

Pre-release
Pre-release
Compare
Choose a tag to compare
@chrisdone chrisdone released this 05 Aug 14:38
· 100 commits to main since this release
  • Human-readable error messages (basic, nothing fancy)
  • Error out in the elaborator when variables that aren't in scope are encountered
    • Previously it would leave these to be resolved by the checker which lead to an "AmbiguousMetaVar" error - not helpful!