tvl-depot/users/Profpatsch/my-prelude
Profpatsch e6862413ca feat(users/Profpatsch/my-prelude): show Label name in Show instance
Before:

`show (label @"foo" 23) => "Label 23"`

Now:

`show (label @"foo" 42) => "Label @"foo" 42"

Also with good bracketing due to showsPrec (and correct string
escaping of the label).

Change-Id: Ia5448ab9028ef5ab6c0b53407fe4df1d0e40ff5f
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7719
Reviewed-by: Profpatsch <mail@profpatsch.de>
Autosubmit: Profpatsch <mail@profpatsch.de>
Tested-by: BuildkiteCI
2023-01-02 02:18:03 +00:00
..
Data/Error feat(users/Profpatsch/mailbox-org): list & update filters 2023-01-02 02:14:55 +00:00
Aeson.hs feat(users/Profpatsch/mailbox-org): list & update filters 2023-01-02 02:14:55 +00:00
default.nix feat(users/Profpatsch/mailbox-org): list & update filters 2023-01-02 02:14:55 +00:00
Label.hs feat(users/Profpatsch/my-prelude): show Label name in Show instance 2023-01-02 02:18:03 +00:00
my-prelude.cabal feat(users/Profpatsch/mailbox-org): list & update filters 2023-01-02 02:14:55 +00:00
MyPrelude.hs feat(users/Profpatsch/mailbox-org): init 2023-01-01 22:02:25 +00:00
Pretty.hs feat(users/Profpatsch/mailbox-org): init 2023-01-01 22:02:25 +00:00