unison/unison-src/transcripts/bug-fix-4354.md

14 lines
158 B
Markdown
Raw Permalink Normal View History

```ucm:hide
scratch/main> builtins.merge
```
```unison
bonk : forall a. a -> a
bonk x =
zonk : forall a. a -> a
zonk z = z
honk : a
honk = x
x
```