unison/unison-src/transcripts/bytesFromList.md

12 lines
178 B
Markdown
Raw Permalink Normal View History

```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]
```