Changes between Version 11 and Version 12 of WikiStart
- Timestamp:
- Dec 27, 2012, 2:56:31 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v11 v12 1 1 = Iron Lambda = 2 2 3 Iron Lambda is a collection of Coq formalisations for functional languages 4 of various complexities. The aim of the project is to get the proofs done 5 and not worry too much about using the coolest new approaches. 3 Iron Lambda is a collection of Coq formalisations for functional languages of increasing complexity. The aim of the project is to get the proofs done and not worry too much about using the coolest new approaches. 6 4 7 5 All proofs use straight deBruijn indices for binders, which are fairly usable once you understand what lifting lemmas are required. They use a "semi-[http://adam.chlipala.net/cpdt/ Chilpala]" approach to mechanisation -- most lemmas are added to the global hint and rewrite databases, but if the proof script of a particular lemma was already of a sane length, then we haven't invested time writing tricky LTac code to make it smaller.