forked from lix-project/lix
11 lines
362 B
Markdown
11 lines
362 B
Markdown
|
---
|
||
|
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.
|