affeldt-aist / monae

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

generalize bind law #50

Closed affeldt-aist closed 3 years ago

affeldt-aist commented 3 years ago

https://github.com/affeldt-aist/monae/blob/56087f1d8e500045db5e65fa2a1e953bdbd8e9ae/hierarchy.v#L374

this does not need to be constrained to the type of natural transformations ~>

@t6s