Update Function.Endomorphism.*
to avoid use of deprecated Function.Equality
#2299
Closed
2 tasks done
Labels
The #759 deprecation effort left some residues which still import (at least)
Function.Equality
(with a pragma to suppress the warning), notably:Function.Endomorphism.Setoid
Function.Endomorphism.Propositional
which define the monoid etc. of endomorphisms (needed for a development of
Foldable
cf. generalising #1281 , and also now #2350 ).UPDATED:
blocked on not-yet-merged #2240each of the above also uses the long-since-deprecated (v1.5!)Algebra.Morphism.Is*Morphism
definitions instead of updating to the ones inAlgebra.Morphism.Structures
...Should update to remove dependency on the deprecated module(s).
The text was updated successfully, but these errors were encountered: