Commit 2022-08-29 20:00 879155bf
View on Github →feat(*): replace fact(0 < t) with ne_zero (#16145)
This has almost fully made things easier, whilst also being easier on the typeclass system (fact
can cause many slowdowns). It also allows us to make many things that were not instances before into instances.