Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 28 days 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 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-20T16:59:12.000Z (about 5 years ago)
- Last Synced: 2024-07-30T17:54:19.664Z (3 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