unison/unison-src/transcripts/boolean-op-pretty-print-2819.md
2024-06-25 11:11:07 -07:00

330 B

Regression test for https://github.com/unisonweb/unison/pull/2819

scratch/main> builtins.merge
hangExample : Boolean
hangExample =
  ("a long piece of text to hang the line" == "")
    && ("a long piece of text to hang the line" == "")
scratch/main> add
scratch/main> view hangExample