Skip to content
Snippets Groups Projects

Correct type-checking of calls

Merged Aaron Councilman requested to merge typecheck_call into main

Correctly type-check calls. Resolves #4 (closed)

  1. Checking the argument types against the parameter types by substituting the dynamic constants of the call into the parameter types
  2. Producing the return type of the function by substituting the dynamic constants into the function's return type
Edited by Aaron Councilman

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading