Commit 2026-05-04 16:33 b44e5279
View on Github →feat(Probability/Kernel): define IsDeterministic (#38211)
Defines the IsDeterministic typeclass which state that a kernel is deterministic in a categorical sense, i.e., it "commutes" with Kernel.copy.
For some additional context, please see #37851.