1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-17 16:02:43 +01:00

* Removed the `~' operator.

This commit is contained in:
Eelco Dolstra 2010-04-01 16:59:07 +00:00
parent c172274e17
commit a5ece7d016
3 changed files with 1 additions and 3 deletions

View file

@ -14,7 +14,6 @@ OpAnd | Expr Expr | Expr |
OpOr | Expr Expr | Expr |
OpImpl | Expr Expr | Expr |
OpUpdate | Expr Expr | Expr |
SubPath | Expr Expr | Expr |
OpHasAttr | Expr string | Expr |
OpPlus | Expr Expr | Expr |
OpConcat | Expr Expr | Expr |