You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The typechecking/typechecker.py file is too big, containing almost everything related to the typechecker.
Some modularization should be done, especially:
put all error definitions in error_defs
put the environment definition (e.g. builtins ...) in env_defs
maybe some more modularization (?)
The text was updated successfully, but these errors were encountered:
The
typechecking/typechecker.py
file is too big, containing almost everything related to the typechecker.Some modularization should be done, especially:
error_defs
env_defs
maybe some more modularization (?)
The text was updated successfully, but these errors were encountered: