abstract 565 B

123456789101112131415161718192021
  1. Agda II -- Take One
  2. I will present the first version of the Agda II language and some of the
  3. motivations behind it. In particular I will talk about what is in the language:
  4. * implicit arguments
  5. * datatypes and functions by pattern matching
  6. * fancy module system
  7. and what is not:
  8. * pi in set
  9. * signatures and structures
  10. * inductive families
  11. and try to convey the reasons why this is so. The presentation will be
  12. accompanied by a healthy amount of simple examples illustrating the syntax of
  13. the language and how the different features can be used.