MeasureBase.jl icon indicating copy to clipboard operation
MeasureBase.jl copied to clipboard

some renames

Open cscherrer opened this issue 2 years ago • 1 comments

In #120, there's currently a lot of cases where some foo function dispatches to _generic_foo_impl. This seems very wordy, which IMO makes the code a little cluttery and hard to read. This PR replaces things of the form _generic_foo_impl with _foo.

The one case it doesn't yet handle is _generic_mcombine_impl_*, because the naming scheme for dispatch there seems very different.

cscherrer avatar Sep 06 '23 21:09 cscherrer

Package name latest stable
MeasureTheory.jl

github-actions[bot] avatar Sep 06 '23 21:09 github-actions[bot]