Refactoring, errors are not thrown anymore

This commit is contained in:
elvis
2024-10-26 01:47:30 +02:00
parent 8427133fd7
commit 3e4e1615d2
11 changed files with 413 additions and 339 deletions

View File

@ -1 +1 @@
val typecheck : Types.t_exp -> bool
val typecheck : Types.t_exp -> (Types.ftype, Types.error) result