Skip to content

Commit c2d6d8c

Browse files
committed
Update README
1 parent 94a6809 commit c2d6d8c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ Build with the `build.sh` script.
1919

2020
### Features
2121
- [x] Simple Types
22+
- [x] Verify properties using Agda (Progress/Preservation)
2223
- [ ] Extensions (TaPL ch 11)
2324
+ [x] Uninterpreted (opaque) Types
24-
+ [x] Numbers, booleans, ITE
25-
+ [ ] Equality, Strings
25+
+ [x] Numbers, booleans, ITE, ltNat
2626
+ [x] Pairs
27-
+ [ ] Sums
27+
+ [x] Sums
28+
+ [x] Pattern Matching
2829
+ [ ] General recursion
29-
+ [ ] Pattern Matching
3030
- [ ] Polymorphism
31-
- [ ] Verify properties using Agda (Progress/Preservation)
31+
- [ ] Recursive Types (Enabling strings)
3232
- [ ] Library of examples
3333

3434
### Usability

0 commit comments

Comments
 (0)