22 lines
462 B
Markdown
22 lines
462 B
Markdown
The Pieuvre Proof Assistant
|
|
===========================
|
|
|
|
# Utilisation
|
|
|
|
## Option `typecheck`
|
|
L'option `typecheck` peut être testée avec les fichiers tests dans `tests/typecheck`. Pour cela, utiliser les commandes :
|
|
```
|
|
./pieuvre -typecheck tests/typecheck/right-type
|
|
./pieuvre -typecheck tests/typecheck/wrong-type
|
|
```
|
|
|
|
## Note d'implémentation
|
|
|
|
## Répartition du travail
|
|
|
|
### Adrien
|
|
|
|
### Samy
|
|
Fonctions de manipulation des λ-termes (pieuvre.ml)
|
|
Typecheck
|