forked from lix-project/lix
piegames
28ae24f3f7
The |> operator is a reverse function operator with low binding strength
to replace lib.pipe. Implements RFC 148, see the RFC text for more
details. Closes #438.
Change-Id: I21df66e8014e0d4dd9753dd038560a2b0b7fd805
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.
|