this post was submitted on 02 Aug 2023
7 points (88.9% liked)
Formal Methods
163 readers
1 users here now
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The article skipped the most well-known and important books! (at least from my circle)
Software Foundations: https://softwarefoundations.cis.upenn.edu/
Certified Programming with Dependent Types (CPDT): http://adam.chlipala.net/cpdt/
I recommend reading the first before the second, although sometimes pages from CPDT show up in Google when you have a question. Also don't hesitate to check out the Coq reference manual (https://coq.inria.fr/distrib/current/refman/), although it will be overwhelming at first since it's very pedantic and detailed, it becomes very useful once you have a basic understanding of Coq (like from reading the above).