mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
154 B
154 B
META
description=Deeply nested closures
type=repl
SOURCE
» (((|a| |b| |c| a + b + c)(100))(20))(3)
OUTPUT
123
PROBLEMS
NIL