Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

non forgetful inheritance detected #97

Closed
affeldt-aist opened this issue Aug 24, 2022 · 1 comment · Fixed by #143
Closed

non forgetful inheritance detected #97

affeldt-aist opened this issue Aug 24, 2022 · 1 comment · Fixed by #143

Comments

@affeldt-aist
Copy link
Owner

monae/category.v

Lines 906 to 907 in 30808b4

HB.instance Definition _ := isMonad.Build C F bindE joinretM joinMret joinA.
(* TODO: eliminate Warning: non forgetful inheritance detected *)

monae/category.v

Lines 959 to 961 in 30808b4

HB.instance Definition monad_of_adjoint_mixin :=
isMonad.Build C M bindE join_left_unit join_right_unit join_associativity.
(* TODO: eliminate Warning: non forgetful inheritance detected *)

@t6s

@hivert
Copy link
Contributor

hivert commented Oct 12, 2024

See #143 for a fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants