unison/unison-src/transcripts-using-base/fix2244.u
2021-10-06 15:02:19 -04:00

12 lines
50 B
Plaintext

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