roc/crates/compiler/uitest/tests/lambda_set/transient_captures.txt
2023-04-02 09:11:31 -05:00

11 lines
147 B
Text

app "test" provides [main] to "./platform"
main =
x = "abc"
getX = \{} -> x
h = \{} -> (getX {})
#^{-1} {}* -[[h(3) Str]]-> Str
h {}