A translation of Gérard Huet's Lambda Calculus formalization in Coq (https://github.com/coq-contribs/lambda) to WhyML. Part of an internship focusing on adding case analysis on inductive predicates in Why3.
Find a file
2024-09-20 13:50:21 +02:00
ml feat: proof with match_inductive (without termination) and a bit of ml 2024-06-04 15:58:18 +02:00
mlw feat: final proof with correct termination check 2024-09-20 13:50:21 +02:00
.gitignore chore: backup 2024-04-01 19:00:43 +02:00
README.md feat: proof with match_inductive (without termination) and a bit of ml 2024-06-04 15:58:18 +02:00

Lambda

A direct translation of Gérard Huet's Lambda Calculus formalization in Coq to WhyML.

Part of an internship focused on adding case analysis on inductive predicates in Why3.