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
362 B
362 B
synopsis | issues | cls | category | credits | ||||
---|---|---|---|---|---|---|---|---|
Pipe operator `|>` (experimental) |
|
|
Features |
|
Implementation of the pipe operator (|>
) in the language as described in RFC 148.
The feature is still marked experimental, enable --extra-experimental-features pipe-operator
to use it.