diff options
author | Raito Bezarius | 2024-04-17 15:08:07 +0200 |
---|---|---|
committer | Raito Bezarius | 2024-04-17 15:08:07 +0200 |
commit | 945c630ec18e282bd0db731fb3f0b521e99de059 (patch) | |
tree | 5eefbf30b7a41612d61a5fe26223a59398af4fa2 /notes.md | |
parent | 117cd1c0afbc50ffc5a90473cb4c01185188711e (diff) |
feat: add functional correctness of elements contained in the resulting tree
We revamp the typeclass mechanisms and we add an equality hypothesis
now.
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
Diffstat (limited to 'notes.md')
-rw-r--r-- | notes.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -123,3 +123,8 @@ Source: 'src/main.rs', lines 132:4-158:5 [Error] There should be no bottoms in the value Source: 'src/main.rs', lines 175:52-181:9 ``` + +## Réunion + +- Prédicat avec `setOf`: OK. +- `ForallNode` négatif pour exclure l'appartenance d'un élément à l'arbre |