unify function
This commit is contained in:
@ -1 +1,7 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user