diff --git a/src/Nix/Parser.hs b/src/Nix/Parser.hs index 6167cd5..4992cb9 100644 --- a/src/Nix/Parser.hs +++ b/src/Nix/Parser.hs @@ -643,7 +643,7 @@ nixOperators selector = , {- 13 -} [binaryL "||" NOr] , {- 14 -} - [binaryN "->" NImpl] + [binaryR "->" NImpl] ] data OperatorInfo = OperatorInfo