Skip to content

Commit dab47b9

Browse files
authored
[ fix #1356 ] infix -> infixr (#1357)
1 parent 5cd117b commit dab47b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/List/Relation/Binary/Subset/Setoid/Properties.agda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ module _ {a ℓ} (S : Setoid a ℓ) where
6262
hiding (step-∼; step-≈; step-≈˘)
6363
renaming (_≈⟨⟩_ to _≋⟨⟩_)
6464

65-
infix 2 step-⊆ step-≋ step-≋˘
65+
infixr 2 step-⊆ step-≋ step-≋˘
6666
infix 1 step-∈
6767

6868
step-∈ : x {xs ys} xs IsRelatedTo ys x ∈ xs x ∈ ys

0 commit comments

Comments
 (0)