https://github.com/lysxia/coq-mtl
Formalized laws for mtl
https://github.com/lysxia/coq-mtl
coq effects formalization haskell laws monad monad-transformers
Last synced: 8 months ago
JSON representation
Formalized laws for mtl
- Host: GitHub
- URL: https://github.com/lysxia/coq-mtl
- Owner: Lysxia
- Created: 2019-04-24T00:05:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-20T16:59:12.000Z (almost 6 years ago)
- Last Synced: 2025-01-31T09:22:01.013Z (8 months ago)
- Topics: coq, effects, formalization, haskell, laws, monad, monad-transformers
- Language: Coq
- Size: 56.6 KB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Formalized laws for the mtl library
===================================- Laws for mtl classes
- Verified implementations for the common monad transformers
- Code to be as close to mtl and transformers as possible,
rather than practical in Coq.Future work
------------ Merge with coq-ext-lib
- Laws compatible with applicative