Adrien Vannson d78428c831
README alpha
2022-05-17 11:34:59 +02:00
2022-05-17 11:34:59 +02:00
2022-05-17 11:23:54 +02:00
2022-05-17 11:23:54 +02:00
2022-05-10 11:48:53 +02:00
2022-05-17 11:23:54 +02:00
2022-05-17 11:26:34 +02:00
2022-05-17 11:34:59 +02:00

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

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) Typecheck

Description
The Pieuvre® Proof Assistant
Readme 142 KiB
Languages
OCaml 90.5%
Roff 8.4%
Makefile 1.1%