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

View file

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