software_foundations
Exercise repository
A collection of Coq proof solutions to Software Foundations course exercises
My solutions to Software Foundations course in Coq proof assistant.
33 stars
3 watching
16 forks
Language: Coq
last commit: 7 months ago Related projects:
Repository | Description | Stars |
---|---|---|
coq-community/coq-art | Coq proof assistant book with exercises and examples | 114 |
math-comp/tutorial_material | Tutorials and materials for teaching Coq-based mathematical component development | 17 |
coq/platform | A multi-platform distribution of the Coq proof assistant and its libraries, providing a standardized setup for development and teaching | 191 |
coq-community/reglang | Provides definitions and verified translations between various representations of regular languages in the Coq proof assistant | 41 |
coq-community/coq-ext-lib | A collection of reusable Coq definitions and theorems for building software development tools | 129 |
coq/vscoq | An extension for Visual Studio Code and VSCodium to support Coq Proof Assistant | 349 |
ejgallego/coq-lsp | A tool for interactive theorem proving and language support in Coq | 153 |
coq-community/gaia | A Coq implementation of mathematical concepts from N. Bourbaki's Elements of Mathematics | 30 |
princeton-vl/coqgym | A learning environment for theorem proving with the Coq proof assistant | 388 |
coq-community/coq-100-theorems | Repository tracking famous theorems proved using proof assistants. | 57 |
stepchowfun/proofs | A personal repository of formally verified mathematics using the Coq proof assistant | 292 |
cpitclaudel/company-coq | An Emacs plugin that enhances Coq mode with various features and tools for writing and debugging proof-based software | 351 |
math-comp/analysis | A Coq proof-assistant library for real analysis and mathematical structures | 210 |
engineeringsoftware/mcoq | Analyze and test Coq proof assistant projects by generating modified versions of the code to identify flaws in specifications. | 30 |
coq-community/lemma-overloading | A Coq library demonstrating design patterns for automated proof automation and canonical structures | 26 |