iron
Functional language formalization
Formalizations of functional languages with a focus on proof and verification
Coq formalizations of functional languages.
142 stars
20 watching
9 forks
Language: Coq
last commit: over 4 years ago coqcoq-formalizationslambda-calculusprooftheory
Related projects:
Repository | Description | Stars |
---|---|---|
| A formalization of polymorphic lambda calculus with a proof of parametricity theorem. | 33 |
| A comprehensive Coq library providing formal definitions and proofs of rewriting theory, lambda-calculus, and termination. | 35 |
| A Coq formalization of abstract algebra using functional programming style | 28 |
| An implementation of System F in Coq, aiming to provide a rigorous and expressive formal system for describing programming languages. | 19 |
| Development of formal semantics and verification tools for imperative languages and functional programming languages. | 64 |
| A formalization of typed and untyped lambda calculus in Coq and Agda2, aiming to provide a rigorous foundation for understanding the properties of these systems. | 78 |
| Provides definitions and verified translations between various representations of regular languages in the Coq proof assistant | 41 |
| A personal repository of formally verified mathematics using the Coq proof assistant | 292 |
| An introductory course on floating-point numbers and formal proof using Coq | 6 |
| Formalizations of logical deduction systems using Coq | 44 |
| Formalizing Brainfuck in Coq to prove its properties and verify a compiler for simple arithmetic expressions. | 26 |
| A comprehensive survey of programming language semantics styles implemented in Coq | 46 |
| Implementing a graph-reduction machine for a small functional language based on λ-calculus and combinatory logic | 28 |
| A programming language and syntax for functional programs in R with type checking and pattern matching | 216 |