We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ce5eb3 commit bb57f49Copy full SHA for bb57f49
CHANGELOG.md
@@ -13,6 +13,8 @@ Bug-fixes
13
14
* Fix a typo in `Algebra.Morphism.Construct.DirectProduct`.
15
16
+* Fix a typo in `Function.Construct.Constant`.
17
+
18
Non-backwards compatible changes
19
--------------------------------
20
src/Function/Construct/Constant.agda
@@ -53,7 +53,7 @@ module _
53
------------------------------------------------------------------------
54
-- Setoid bundles
55
56
-module _ (S : Setoid a ℓ₂) (T : Setoid b ℓ₂) where
+module _ (S : Setoid a ℓ₁) (T : Setoid b ℓ₂) where
57
58
open Setoid
59
0 commit comments