Skip to content

Commit 1841d6e

Browse files
committed
new name for Binary/Domain.agd
1 parent bad2ee9 commit 1841d6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Relation/Binary/Domain.agda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
------------------------------------------------------------------------
22
-- The Agda standard library
33
--
4-
-- Order-theoretic Domains
4+
-- Domain theory
55
------------------------------------------------------------------------
66

77
{-# OPTIONS --cubical-compatible --safe #-}

src/Relation/Binary/Domain/Structures.agda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ module _ {c ℓ₁ ℓ₂ : Level} {P : Poset c ℓ₁ ℓ₂} {Q : Poset c ℓ
6363
(lub : P.Carrier)
6464
IsLub P s lub
6565
IsLub Q (f ∘ s) (f lub)
66-
PreserveEquality : {x y} x P.≈ y f x Q.≈ f y
66+
cong : {x y} x P.≈ y f x Q.≈ f y

0 commit comments

Comments
 (0)