Skip to content

Commit 1e41d41

Browse files
committed
remove file
1 parent b753478 commit 1e41d41

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/Relation/Binary/Domain/Definitions.agda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ leastupperbound : {A : Set a} → Rel A ℓ → {B : Set b} → (g : B → A)
3838
leastupperbound _≤_ g lub = ( i g i ≤ lub) × ( y ( i g i ≤ y) lub ≤ y)
3939

4040
preserveLubs : {A : Set a} {B : Set b } (≤₁ : Rel A ℓ₁) (≤₂ : Rel B ℓ₂) (f : A B) Set (suc (a ⊔ b ⊔ ℓ₁ ⊔ ℓ₂))
41-
preserveLubs ≤₁ ≤₂ f = {I} {g : I _} lub leastupperbound ≤₁ g lub leastupperbound ≤₂ (f ∘ g) (f lub)
41+
preserveLubs ≤₁ ≤₂ f = {I} {g : I _} lub leastupperbound ≤₁ g lub leastupperbound ≤₂ (f ∘ g) (f lub)

src/TestWord8Performance.agda

Whitespace-only changes.

0 commit comments

Comments
 (0)