tweag / cooked-validators

MIT License
39 stars 11 forks source link

Newline with `printCooked` #292

Closed gabrielhdt closed 1 year ago

gabrielhdt commented 1 year ago

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>
gabrielhdt commented 1 year ago

Closed by #293