Is there a library in haskell that allows you to construct such strings?
╭────────────────── wrong denominator ─────────────────╮
│ mySafeDiv num div │
│ ─┬─ │
│ │ │
│ │ ╭───────────────────────────────╮ │
│ ╰─│ the denominator cannot be 0 │ │
│ ╰───────────────────────────────╯ │
╰──────────────────────────────────────────────────────╯
I would like to construct strings like these to report in a Left value that the function has failed.