affeldt-aist / monae

Monadic effects and equational reasonig in Coq
GNU Lesser General Public License v2.1
67 stars 11 forks source link

More general bindret #101

Closed t6s closed 1 year ago

t6s commented 1 year ago

This PR generalizes the factory isMonad_ret_bind in hierarchy.v to be applicable to M : Type -> Type, not only to M : functor.

affeldt-aist commented 1 year ago

Note that there is also the impredicative_set subdir to update (you can use meld maybe).