Commit 2022-01-05 11:32 8d5830e6
View on Github →chore(measure_theory/measurable_space): use implicit measurable_space argument (#11230)
The measurable_space argument is inferred from other arguments (like measurable f or a measure for example) instead of being a type class. This ensures that the lemmas are usable without @ when several measurable space structures are used for the same type.