We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b753478 commit 1e41d41Copy full SHA for 1e41d41
2 files changed
src/Relation/Binary/Domain/Definitions.agda
@@ -38,4 +38,4 @@ leastupperbound : {A : Set a} → Rel A ℓ → {B : Set b} → (g : B → A)
38
leastupperbound _≤_ g lub = (∀ i → g i ≤ lub) × (∀ y → (∀ i → g i ≤ y) → lub ≤ y)
39
40
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)
+preserveLubs ≤₁ ≤₂ f = ∀ {I} → ∀ {g : I → _} → ∀ lub → leastupperbound ≤₁ g lub → leastupperbound ≤₂ (f ∘ g) (f lub)
src/TestWord8Performance.agda
0 commit comments