We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 289b3b9 commit 34ece07Copy full SHA for 34ece07
src/combinators/bind.jl
@@ -28,6 +28,9 @@ Given
28
measure
29
30
The *monadic bind* operation `mbind(k, μ)` returns is a new measure.
31
+If `ν == mbind(k, μ)` and all measures involved are sampleable, then
32
+samples from `rand(ν)` follow the same distribution as those from `rand(k(rand(μ)))`.
33
+
34
35
A monadic bind ofen written as `>>=` (e.g. in Haskell), but this symbol is
36
unavailable in Julia.
0 commit comments