MeasureBase.jl
MeasureBase.jl copied to clipboard
some renames
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.