Skip to content

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nix/Parser.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ nixOperators selector =
643643
, {- 13 -}
644644
[binaryL "||" NOr]
645645
, {- 14 -}
646-
[binaryN "->" NImpl]
646+
[binaryR "->" NImpl]
647647
]
648648

649649
data OperatorInfo = OperatorInfo

0 commit comments

Comments
 (0)