diff options
Diffstat (limited to 'doc/manual/rl-next/pipe-operator.md')
-rw-r--r-- | doc/manual/rl-next/pipe-operator.md | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/manual/rl-next/pipe-operator.md b/doc/manual/rl-next/pipe-operator.md deleted file mode 100644 index 49dc01308..000000000 --- a/doc/manual/rl-next/pipe-operator.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -synopsis: Pipe operator `|>` (experimental) -issues: [fj#438] -cls: [1654] -category: Features -credits: [piegames, horrors] ---- - -Implementation of the pipe operator (`|>`) in the language as described in [RFC 148](https://github.com/NixOS/rfcs/pull/148). -The feature is still marked experimental, enable `--extra-experimental-features pipe-operator` to use it. |