roc/test/snapshots/repl/nested_polymorphic_functions.md
2025-08-15 00:39:42 -04:00

204 B

META

description=Nested polymorphic function calls
type=repl

SOURCE

» (|identity| { a: identity(10), b: identity(20), c: identity(30) })(|x| x)

OUTPUT

# PROBLEMS NIL