tweag/cooked-validators

Newline with `printCooked`

gabrielhdt opened this issue · 1 comments

Description

There is no newline after UtxoState are printed with printCooked.

Reproduction

$ cabal repl
Prelude Cooked> printCooked . runMockChain . validateTxSkel $ txSkelTemplate { txSkelSigners = [wallet 1] }
[...]
• pubkey #a96a668 (wallet 10)
      - (×10) Lovelace: 100_000_000Prelude Cooked>

Expected behavior

Prelude Cooked> printCooked . runMockChain . validateTxSkel $ txSkelTemplate { txSkelSigners = [wallet 1] }
[...]
 pubkey #a96a668 (wallet 10)
      - (×10) Lovelace: 100_000_000
Prelude Cooked>

Closed by #293