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
Once we have a unification function for terms (#3), we can proceed to type inference. We want to be able to, as much as possible,
to avoid writing down types. This is especially important for polymorphic functions, which, in the core Calculus of Inductive Constructions, require their type parameters to be explicitly provided at the call site.
The text was updated successfully, but these errors were encountered:
Once we have a unification function for terms (#3), we can proceed to type inference. We want to be able to, as much as possible,
to avoid writing down types. This is especially important for polymorphic functions, which, in the core Calculus of Inductive Constructions, require their type parameters to be explicitly provided at the call site.
The text was updated successfully, but these errors were encountered: