Skip to content

Commit 3dc4b35

Browse files
committed
fix: remove module ι, and better description in CHANGELOG
1 parent 10f7205 commit 3dc4b35

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ New modules
106106
```
107107

108108
* `Relation.Binary.Morphism.Construct.On`: given a relation `_∼_` on `B`,
109-
and a function `f : A → B`, lift to various `IsRelHomomorphism`s between
110-
`_∼_ on f` and `_∼_`.
109+
and a function `f : A → B`, construct the canonical `IsRelMonomorphism`
110+
between `_∼_ on f` and `_∼_`, witnessed by `f` itself.
111111

112112
Additions to existing modules
113113
-----------------------------

src/Relation/Binary/Morphism/Construct/On.agda

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
------------------------------------------------------------------------
22
-- The Agda standard library
33
--
4-
-- Construct Morphisms from a relation and a function via `_on_`
4+
-- Construct monomorphism from a relation and a function via `_on_`
55
------------------------------------------------------------------------
66

77
{-# OPTIONS --cubical-compatible --safe #-}
@@ -30,6 +30,3 @@ isRelMonomorphism = record
3030
{ isHomomorphism = isRelHomomorphism
3131
; injective = id
3232
}
33-
34-
module ι = IsRelMonomorphism isRelMonomorphism
35-

0 commit comments

Comments
 (0)