File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -113,8 +113,8 @@ module _ (From : Setoid a ℓ₁) (To : Setoid b ℓ₂) where
113
113
using
114
114
( strictlySurjective
115
115
; section
116
- ; section- inverseˡ
117
- ; section-strictInverseˡ
116
+ ; inverseˡ
117
+ ; strictlyInverseˡ
118
118
)
119
119
120
120
to⁻ : B → A
@@ -125,10 +125,10 @@ module _ (From : Setoid a ℓ₁) (To : Setoid b ℓ₂) where
125
125
#-}
126
126
127
127
to∘to⁻ : StrictlyInverseˡ _≈₂_ to section
128
- to∘to⁻ = section-strictInverseˡ
128
+ to∘to⁻ = strictlyInverseˡ
129
129
{-# WARNING_ON_USAGE to∘to⁻
130
130
"Warning: to∘to⁻ was deprecated in v2.3.
131
- Please use Function.Structures.IsSurjection.section-strictInverseˡ instead. "
131
+ Please use Function.Structures.IsSurjection.strictlyInverseˡ instead. "
132
132
#-}
133
133
134
134
@@ -162,8 +162,8 @@ module _ (From : Setoid a ℓ₁) (To : Setoid b ℓ₂) where
162
162
using (isSurjection
163
163
; strictlySurjective
164
164
; section
165
- ; section- inverseˡ
166
- ; section-strictInverseˡ
165
+ ; inverseˡ
166
+ ; strictlyInverseˡ
167
167
)
168
168
169
169
isBijection : IsBijection to
You can’t perform that action at this time.
0 commit comments