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
Given a variable v having case class type that has a field f of function type say Unit => A.
The termination checker assumes that v.f() is a structurally smaller term than v. This basically stems from the assumption of well-founded types.
The text was updated successfully, but these errors were encountered:
Given a variable
v
having case class type that has a fieldf
of function type sayUnit => A
.The termination checker assumes that
v.f()
is a structurally smaller term thanv
. This basically stems from the assumption of well-founded types.The text was updated successfully, but these errors were encountered: