[Agda] This ain't right, is it?

Benja Fallenstein benja.fallenstein at gmail.com
Sat Oct 31 00:54:56 CET 2009


Hi all,

The following type-checks with the darcs version of Agda (and
--universe-polymorphism):

IsThatRight : {i : Level} → Set i
IsThatRight {i} = (R : Set i) → R

Isn't that like set-in-set? Agda does object to this:

That'sNotRight : Set
That'sNotRight = (R : Set) → R

Thanks,
- Benja


More information about the Agda mailing list