diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-03-05 21:08:27 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2021-03-05 21:08:27 +0100 |
| commit | ba7ebb200cc5560ba0a2237df4a4985fe927b08c (patch) | |
| tree | 694ef859914dadc5cb7b3f7589cbb0a5dec561ad /progs/tests | |
| parent | dd38069bc1f8b696e8f0c50f43e0e7954729acf7 (diff) | |
| download | sylt-ba7ebb200cc5560ba0a2237df4a4985fe927b08c.tar.gz | |
almost working capturing variables
Diffstat (limited to 'progs/tests')
| -rw-r--r-- | progs/tests/auto/constant_function_closure.sy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/tests/auto/constant_function_closure.sy b/progs/tests/auto/constant_function_closure.sy index 8c54249..6c7f0d7 100644 --- a/progs/tests/auto/constant_function_closure.sy +++ b/progs/tests/auto/constant_function_closure.sy @@ -1,4 +1,4 @@ -q := 1 +q : int = 1 f :: fn -> int { q += 1 |
