https://github.com/clarus/coq-atm
A verified ATM program in Coq.
https://github.com/clarus/coq-atm
Last synced: about 1 month ago
JSON representation
A verified ATM program in Coq.
- Host: GitHub
- URL: https://github.com/clarus/coq-atm
- Owner: clarus
- License: mit
- Created: 2015-02-09T15:22:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-09T17:30:12.000Z (over 10 years ago)
- Last Synced: 2025-02-16T14:25:17.972Z (3 months ago)
- Language: Coq
- Size: 148 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Coq ATM
A verified ATM program in Coq.We try to adapt this [Formal modelling of use cases with X-machines](http://delab.csd.auth.gr/bci1/SEEFM03/seefm03_06.pdf) article in [Coq](https://coq.inria.fr/) using the notion of scenarios, as in [ChickBlog](https://github.com/clarus/coq-chick-blog).