Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5fbceb2

Browse files
committedJan 9, 2023
fixed Algebra.Module.Construct.Zero
1 parent 46aa741 commit 5fbceb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/Algebra/Module/Construct/Zero.agda

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ private module ℤero where
3030

3131
infix 4 _≈_
3232
Carrier : Set c
33-
_≈_ : Rel Carrier ℓ
34-
3533
Carrier =
34+
35+
_≈_ : Rel Carrier ℓ
3636
_ ≈ _ =
3737

3838
open ℤero

0 commit comments

Comments
 (0)
Please sign in to comment.