https://github.com/sdiehl/modules_over_monads
Modules over Monads and Initial Semantics
https://github.com/sdiehl/modules_over_monads
Last synced: 7 months ago
JSON representation
Modules over Monads and Initial Semantics
- Host: GitHub
- URL: https://github.com/sdiehl/modules_over_monads
- Owner: sdiehl
- Created: 2013-08-30T02:11:53.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-15T19:13:09.000Z (almost 12 years ago)
- Last Synced: 2025-01-21T21:47:26.590Z (9 months ago)
- Language: Coq
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Modules over Monads
===================Mirror of code from "Modules over Monads and Initial Semantics"
by Andre Hirschowitz and Marco Maggesi.To build the Coq proofs:
```bash
$ make
$ coqide src/Lc.v
or
$ emacs src/Lc.v
```Code is licensed under GPL of the original authors.
Paper: http://web.math.unifi.it/users/maggesi/ic-final/ic.pdf