We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e48171 commit b69dc60Copy full SHA for b69dc60
src/Relation/Binary/Reasoning/MultiSetoid.agda
@@ -76,6 +76,6 @@ module _ {c ℓ} {S : Setoid c ℓ} where
76
_∎ _ = relTo refl
77
78
syntax step-≈ x y∼z x≈y = x ≈⟨ x≈y ⟩ y∼z
79
- syntax step-≈˘ x y∼z y≈x = x ≈⟨˘ y≈x ⟩ y∼z
+ syntax step-≈˘ x y∼z y≈x = x ≈˘⟨ y≈x ⟩ y∼z
80
syntax step-≡ x y≡z x≡y = x ≡⟨ x≡y ⟩ y≡z
81
syntax step-≡˘ x y≡z y≡x = x ≡˘⟨ y≡x ⟩ y≡z
0 commit comments