README alpha
This commit is contained in:
parent
8b73c14eeb
commit
d78428c831
@ -10,11 +10,19 @@ L'option `typecheck` peut être testée avec les fichiers tests dans `tests/type
|
|||||||
./pieuvre -typecheck tests/typecheck/wrong-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
|
## Note d'implémentation
|
||||||
|
|
||||||
## Répartition du travail
|
## Répartition du travail
|
||||||
|
|
||||||
### Adrien
|
### Adrien
|
||||||
|
- Option `typecheck`
|
||||||
|
|
||||||
### Samy
|
### Samy
|
||||||
Fonctions de manipulation des λ-termes (pieuvre.ml)
|
Fonctions de manipulation des λ-termes (pieuvre.ml)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user