Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 322 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 322 Bytes

STLC Type Soundness Proof in Coq

This repository contains a formal proof of the type soundness of the Simply Typed Lambda Calculus (STLC) using Coq. The proof demonstrates that well-typed terms satisfy progress (a term is either a value or can take a step) and preservation (evaluation preserves types).