[Agda] Type a = Set a

Sergei Meshveliani mechvel at botik.ru
Sat May 30 21:06:30 CEST 2015


People,
I consider renaming `Set' to `Type' this way:  

  Type : (a : Level) → Set (suc a)
  Type a = Set a

The idea is to write `Type' everywhere instead of `Set'.
Will this work all right? 

Thanks,

------
Sergei



More information about the Agda mailing list