We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a6809 commit c2d6d8cCopy full SHA for c2d6d8c
README.md
@@ -19,16 +19,16 @@ Build with the `build.sh` script.
19
20
### Features
21
- [x] Simple Types
22
+ - [x] Verify properties using Agda (Progress/Preservation)
23
- [ ] Extensions (TaPL ch 11)
24
+ [x] Uninterpreted (opaque) Types
- + [x] Numbers, booleans, ITE
25
- + [ ] Equality, Strings
+ + [x] Numbers, booleans, ITE, ltNat
26
+ [x] Pairs
27
- + [ ] Sums
+ + [x] Sums
28
+ + [x] Pattern Matching
29
+ [ ] General recursion
- + [ ] Pattern Matching
30
- [ ] Polymorphism
31
- - [ ] Verify properties using Agda (Progress/Preservation)
+ - [ ] Recursive Types (Enabling strings)
32
- [ ] Library of examples
33
34
### Usability
0 commit comments