Skip to content

Commit c8f811e

Browse files
committed
added link to slides
1 parent 1a615ba commit c8f811e

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,23 @@ Pi-Forall language
22
------------------
33

44
This language implementation is designed to accompany four lectures at
5-
OPLSS during Summer 2014. Notes for these lectures are available at:
5+
OPLSS during Summer 2014. Notes for these lectures are included in the
6+
distribution:
67

78
- [notes.md](notes.md): Basic language with Type:Type
89
- [notes2.md](notes2.md): Implementation of basic languages
910
- [notes3.md](notes3.md): Definitional and propositional equality
1011
- [notes4.md](notes4.md): Datatypes, with parameters and indices, erased arguments
1112

12-
Each set of lecture notes corresponds to an increasingly expressive demo
13+
Videos for these lectures are also available from the
14+
[OPLSS website](https://www.cs.uoregon.edu/research/summerschool/summer14/curriculum.html).
15+
16+
These lecture notes corresponds to an increasingly expressive demo
1317
implementation of dependently-typed lambda calculus.
1418

1519
- [version1/](version1/): Basic language implementation,
16-
- [version2/](version2/): Language extended with nontrivial definitional equality
17-
- [soln/](soln/): Language with datatypes and erased arguments
20+
- [version2/](version2/): Basic language extended with nontrivial definitional equality
21+
- [soln/](soln/): Full language with datatypes and erased arguments
1822

1923
See also the implementation [README.md](master/README.md) for more details.
2024

master/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ Features
2525
- bidirectional type checking
2626
- erased arguments (forall)
2727
- propositional equality
28-
- inductive & indexed datatypes
28+
- indexed datatypes
2929

3030
Not covered (Future work!)
3131
--------------------------
32-
- nontermination
32+
- termination & inductive datatypes
3333
- effects
3434
- co-induction
3535
- type inference & unification

0 commit comments

Comments
 (0)