Zulip Chat Archive

Stream: mathlib4

Topic: trans vs trans


Patrick Massot (Nov 03 2023 at 01:11):

Is there any reason to keep docs#trans around now that we have docs#Trans.trans which is strictly more general? We could have

instance {α : Type*} {r : α  α  Prop} [IsTrans α r] : Trans r r r where
  trans := IsTrans.trans _ _ _

Eric Wieser (Nov 03 2023 at 07:59):

I have a branch that started merging these, but it was annoying so I decided there were better uses of my time


Last updated: Dec 20 2023 at 11:08 UTC