Skip to content
  • Nathan Collins's avatar
    1d43d4a3
    Improve ThreadId Show instance · 1d43d4a3
    Nathan Collins authored and Marge Bot's avatar Marge Bot committed
    By making it include parens when a derived instance would. For example, this changes the (hypothetical) code `show (Just (ThreadId 3))` to produce `"Just (ThreadId 3)"` instead of the current `"Just ThreadId 3"`.
    1d43d4a3
    Improve ThreadId Show instance
    Nathan Collins authored and Marge Bot's avatar Marge Bot committed
    By making it include parens when a derived instance would. For example, this changes the (hypothetical) code `show (Just (ThreadId 3))` to produce `"Just (ThreadId 3)"` instead of the current `"Just ThreadId 3"`.
Loading