Skip to content

Commit 314a175

Browse files
committed
Better naming for Sub(F,f)initelyEnumerable
1 parent 5ed5fdc commit 314a175

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Relation/Nullary/Finite/Setoid.agda

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ record FinitelyEnumerable (X : Setoid c ℓ) : Set (c ⊔ ℓ) where
3939
size :
4040
srj : Surjection (≡.setoid (Fin size)) X
4141

42-
record SubFinitelyEnumerable (X : Setoid c ℓ) c′ ℓ′
42+
record InjectsIntoFinitelyEnumerable (X : Setoid c ℓ) c′ ℓ′
4343
: Set (c ⊔ ℓ ⊔ lsuc (c′ ⊔ ℓ′)) where
4444
field
4545
Apex : Setoid c′ ℓ′
@@ -48,7 +48,7 @@ record SubFinitelyEnumerable (X : Setoid c ℓ) c′ ℓ′
4848

4949
open FinitelyEnumerable finitelyEnumerable public
5050

51-
record SubfinitelyEnumerable (X : Setoid c ℓ) c′ ℓ′
51+
record SurjectionFromFinitelyEnumerable (X : Setoid c ℓ) c′ ℓ′
5252
: Set (c ⊔ ℓ ⊔ lsuc (c′ ⊔ ℓ′)) where
5353
field
5454
Apex : Setoid c′ ℓ′

0 commit comments

Comments
 (0)