Commit 2021-07-13 12:28 bf868344
View on Github →chore(probability_theory/integration): style changes. Make arguments implicit, remove spaces, etc. (#8286)
- make the measurable_space arguments of indep_fun implicit again. They were made explicit to accommodate the way
lintegral_mul_eq_lintegral_mul_lintegral_of_indep_funwas written, with explicit(borel ennreal)arguments. Those arguments are not needed and are removed. - use
measurable_set Tinstead ofM.measurable_set' T. - write the type of several
haveexplicitly. - remove some spaces
- ensure there is only one tactic per line
- use
exactinstead ofapplywhen the tactic is finishing