README alpha

This commit is contained in:
Adrien Vannson 2022-05-17 11:34:59 +02:00
parent 8b73c14eeb
commit d78428c831
No known key found for this signature in database
GPG Key ID: FE2E66FD978C1A55
3 changed files with 8 additions and 0 deletions

View File

@ -10,11 +10,19 @@ L'option `typecheck` peut être testée avec les fichiers tests dans `tests/type
./pieuvre -typecheck tests/typecheck/wrong-type
```
## Option `alpha`
L'option `alpha` vérifie si deux lambda-termes sont alpha-équivalents. Elle s'utilise de la manière suivante :
```
./pieuvre -alpha tests/lambda-terms/alpha-eq.lams
./pieuvre -alpha tests/lambda-terms/alpha-not-eq.lams
```
## Note d'implémentation
## Répartition du travail
### Adrien
- Option `typecheck`
### Samy
Fonctions de manipulation des λ-termes (pieuvre.ml)