Commit 2024-07-26 12:50 ad0a80b0
View on Github →refactor: Extract predicate for conditional kernels (#15105)
Sometimes conditional kernels exist "by chance" and the existing Measure.condKernel
and Kernel.condKernel
definitions fail to capture this. This PR extracts the disintegration property of conditional kernels into two Prop-valued typeclasses Measure.IsCondKernel
and Kernel.IsCondKernel
.
Zulip