Skip to content

[ deprecate ] one of Function.Core *or* Algebra.Core #2917

@jamesmckinna

Description

@jamesmckinna

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₂)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions