https://github.com/juanbono/concrete-semantics-exercises
Learning Isabelle/HOL
https://github.com/juanbono/concrete-semantics-exercises
exercises isabelle semantics
Last synced: 4 months ago
JSON representation
Learning Isabelle/HOL
- Host: GitHub
- URL: https://github.com/juanbono/concrete-semantics-exercises
- Owner: juanbono
- Created: 2017-07-03T05:16:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-31T06:26:53.000Z (over 8 years ago)
- Last Synced: 2025-06-03T14:41:28.990Z (about 1 year ago)
- Topics: exercises, isabelle, semantics
- Language: Isabelle
- Homepage:
- Size: 12.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# concrete-semantics-exercises
I'm learning the [Isabelle/HOL theorem prover](https://www.cl.cam.ac.uk/research/hvg/Isabelle/) and reading [Concrete Semantics by Tobias Nipkow and Gerwin Klein](http://www.concrete-semantics.org/) for that purpose.
## Useful resources for learning Isabelle/HOL
* [Functional Data Structures Course](http://www21.in.tum.de/teaching/FDS/SS17/)
* [Isabelle's Tutorial](https://isabelle.in.tum.de/doc/tutorial.pdf)
* [Archive of Formal Proofs](https://www.isa-afp.org/)
-------
Note: I don't know if I'm going to finish every exercise from the book. My goal is to learn PL semantics and how to formalize it (and have a lot of fun on the way).