unison/unison-src/transcripts/fix2244.u
2024-04-14 20:01:39 -04:00

12 lines
50 B
Plaintext

x = {{
```
let
x = 1
y = 2
x + y
```
}}