unison/unison-src/transcripts/bytesFromList.md
2020-04-14 09:47:56 -04:00

167 B

.> builtins.merge

This should render as Bytes.fromList [1,2,3,4], not ##Bytes.fromSequence [1,2,3,4]:

> Bytes.fromList [1,2,3,4]