Commit 2024-10-21 09:29 662a8bae
View on Github →chore(Data/NNReal): split into Defs and Basic (#17913)
I saw a few weird imports in Data.NNReal.Basic so I decided to split off a Defs file. Defs conains the definition and the conditionally complete linear ordered archimedean commutative semifield(!) structure, and all easily definable lemmas downstream of that. Basic contains whatever was left over and is a good target for further cleanup and reorganization.