Thanks
---
I previously struggled to find a T such that
Πα:*.α : T
which appears to ask for a 'type of a type'
with some help, I used the formation rule to say T must be *
---
The reason I'm struggling a little with this kind of expression again is I have a more challenging (to me) exercise where I have to find an inhabitant for α and β given the context
α : ∗
β : ∗
x : α →Πα:*.α
f : (α →α) →α
looking at x is why I'm thinking " what is the type of Πα:*.α ?"