unison/unison-src/transcripts/bytesFromList.output.md
2020-11-19 20:20:51 -05:00

336 B

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

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

  ✅
  
  scratch.u changed.
  
  Now evaluating any watch expressions (lines starting with
  `>`)... Ctrl+C cancels.

    1 | > Bytes.fromList [1,2,3,4]
          ⧩
          0xs01020304