[Agda] What's the type of Set?

Chris Casinghino chris.casinghino at gmail.com
Thu Apr 29 17:38:09 CEST 2010


With universe polymorphism turned on, it seems that:

(\ l -> Set l) : (l : Level) -> Set (suc l)

But

Set : Set1

I guess this is just syntax sugar getting in the way of eta reduction?

Agda's explicit universe polymorphism is a lot of fun to play with.
Is it documented anywhere?

--Chris


More information about the Agda mailing list