Merge pull request #756 from layus/fix-impl

Make `->` right assosciative
This commit is contained in:
Joe Hermaszewski 2020-11-17 14:58:21 +08:00 committed by GitHub
commit b1f7397807
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -643,7 +643,7 @@ nixOperators selector =
, {- 13 -}
[binaryL "||" NOr]
, {- 14 -}
[binaryN "->" NImpl]
[binaryR "->" NImpl]
]
data OperatorInfo = OperatorInfo