Skip to content

Commit 38dcc05

Browse files
committed
Parser: nixExpr: rm doc, as it was puzzling
Details: #987 (comment)
1 parent 021e95c commit 38dcc05

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Nix/Parser.hs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -862,8 +862,6 @@ nixExprAlgebra =
862862
nixOperators nixSelector
863863
)
864864

865-
-- | Nix term parser.
866-
-- | Term is a language unit on the level where precedence and associativity matters.
867865
nixExpr :: Parser NExprLoc
868866
nixExpr = keywords <|> nixLambda <|> nixExprAlgebra
869867
where

0 commit comments

Comments
 (0)