~ubuntu-branches/ubuntu/wily/agda/wily-proposed

« back to all changes in this revision

Viewing changes to notes/talks/video060510/abstract

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2014-08-05 06:38:12 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20140805063812-io8e77niomivhd49
Tags: 2.4.0.2-1
* [6e140ac] Imported Upstream version 2.4.0.2
* [2049fc8] Update Build-Depends to match control
* [93dc4d4] Install the new primitives
* [e48f40f] Fix typo dev→doc

Show diffs side-by-side

added added

removed removed

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