mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-13 22:29:35 +03:00
5 lines
92 B
Plaintext
5 lines
92 B
Plaintext
a |> f = f a
|
|
Stream.from-uint64 0
|
|
|> Stream.take 10000
|
|
|> Stream.fold-left 0 (UInt64.+)
|