Zulip Chat Archive
Stream: general
Topic: order instances on empty, unit, bool?
Scott Morrison (Mar 30 2019 at 05:59):
Does mathlib want decidable_linear_order
instances on "boring" types like empty
, unit
, and bool
? I have these lying around.
Simon Hudon (Mar 30 2019 at 06:42):
I think so
Last updated: Dec 20 2023 at 11:08 UTC