1. T : Type
2. valueall-type(T)
3. x : T
⊢ has-valueall(x)
{ Unfold `valueall-type` 2 }
1. T : Type
2. ∀[x:Base]. (evalall(x))↓ supposing x ∈ T
3. x : T
⊢ has-valueall(x)