Skip to content

Commit 46aa741

Browse files
committed
reorder declarations in 𝕆ne
1 parent 83cb803 commit 46aa741

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Algebra/Construct/Terminal.agda

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ open import Data.Unit.Polymorphic
1919
open import Relation.Binary.Core using (Rel)
2020

2121
------------------------------------------------------------------------
22-
-- gather all the functionality in one place
22+
-- Gather all the functionality in one place
2323

2424
private module 𝕆ne where
2525

2626
infix 4 _≈_
2727
Carrier : Set c
28-
_≈_ : Rel Carrier ℓ
29-
3028
Carrier =
29+
30+
_≈_ : Rel Carrier ℓ
3131
_ ≈ _ =
3232

3333
open 𝕆ne

0 commit comments

Comments
 (0)