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

Add error message for type checking #1

Draft
wants to merge 10 commits into
base: functions-and-integers
Choose a base branch
from

Conversation

tiashah1
Copy link
Owner

  • Error messages are a String as we do not have other information currently. New file TypeCheckError
  • Replaced the check and synth functions to allow for: Either a (Expr b)
  • Added check and synth patterns for
    • Lambda
    • App
    • MatchAs
    • DProject (only for synth)
    • Matrix (only for check)
  • Altered the Dictionary patterns in check and synth to line up with changes from develop (removing Records, etc.)
    • Added a new type: TDict Types Types

@tiashah1 tiashah1 changed the title Add error msg Add error message for type checking Jan 13, 2025
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.

1 participant