unison/unison-src/transcripts/fix1709.md
2024-06-26 12:54:15 -07:00

16 lines
108 B
Markdown

```unison
id x = x
id2 x =
z = 384849
id x
```
```ucm
scratch/main> add
```
```unison
> id2 "hi"
```