Start new

This commit is contained in:
elvis
2024-10-27 15:37:10 +01:00
parent 9a71d5011b
commit a6daee916e
4 changed files with 2 additions and 85 deletions

View File

@ -1,7 +1 @@
val typecheck : Types.t_exp -> (Types.ftype, Types.error) result
val unify : Types.intermediaryTypes -> Types.intermediaryTypes -> (Types.substitution, Types.error) result
module VariableSet : Set.S with type elt = string
val freevariables : Types.intermediaryTypes -> VariableSet.t