It's not obvious to me that we ever make use of this module.
Moreover, its functionality is largely duplicated by Algebra.Core, while Morphism as a definition seems deprecated/unused everywhere else, except as a public re-export in Relation.Binary.Morphism.Definitions cf. #2875 / #2922 UPDATED: ah... but see #1206 / #1213
The alternative would be to deprecate (?), or else simply leave as a stub, Algebra.Core, as:
module Algebra.Core where
------------------------------------------------------------------------
-- Unary and binary operations
open Function.Core public
using ()
renaming (Fun₁ to Op₁; Fun₂ to Op₂)
It's not obvious to me that we ever make use of this module.
Moreover, its functionality is largely duplicated by
Algebra.Core, whileMorphismas a definition seems deprecated/unused everywhere else, except as apublicre-export inRelation.Binary.Morphism.Definitionscf. #2875 / #2922 UPDATED: ah... but see #1206 / #1213The alternative would be to deprecate (?), or else simply leave as a stub,
Algebra.Core, as: