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 current one is way too slow. Also to speed up:
Give each type an int
Use union-find in unify
Turn on optimizations
Go back to the mutable version
Allow the program to be run in the mean time
There are times in which simplifyig the type would be helpful. Take advantage of those
Pass around a loc with a type
Watch the output of unify on a simple program like:
the current one is way too slow. Also to speed up:
Give each type an int
Use union-find in
unify
Turn on optimizations
Go back to the mutable version
Allow the program to be run in the mean time
There are times in which simplifyig the type would be helpful. Take advantage of those
Pass around a loc with a type
Watch the output of
unify
on a simple program like:The text was updated successfully, but these errors were encountered: