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
It seems that during space calculation for Basic.Adt[String], BarTy is not being concretized to String, so Basic.Bar[String] is not included in the space. I’m trying to take a look and see if I can fix it.
injae-kim and Alex1005ainjae-kim and Alex1005ainjae-kim and Alex1005a
Activity
nox213 commentedon Aug 7, 2025
It seems that during space calculation for Basic.Adt[String], BarTy is not being concretized to String, so Basic.Bar[String] is not included in the space. I’m trying to take a look and see if I can fix it.
Alex1005a commentedon Aug 7, 2025
You can see that the type bounds checking happens in the
addOneBound
function. This check happens duringrefineUsingParent
function.