mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-14 07:51:12 +03:00
7 lines
147 B
Plaintext
7 lines
147 B
Plaintext
let
|
|
(|>) : a -> (a -> WHat) -> b -- unresolved symbol
|
|
a |> f = f a
|
|
Stream.fromInt -3
|
|
|> Stream.take 10
|
|
|> Stream.foldLeft +0 (Int.+)
|