unison/unison-src/transcripts/bytesFromList.md
2024-06-25 11:11:07 -07:00

12 lines
178 B
Markdown

```ucm:hide
scratch/main> builtins.merge
```
This should render as `Bytes.fromList [1,2,3,4]`, not `##Bytes.fromSequence [1,2,3,4]`:
```unison
> Bytes.fromList [1,2,3,4]
```