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: 8 months ago
JSON representation

Formalized laws for mtl

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