definition: |
(??) :: (a -> Bool) -> Dist a -> Probability (??) p = foldr (+) 0.0 . allValues . prob . filterDist p |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Queries a distribution for the probabilitiy of events that satisfy a given --- predicate. |
failfree: |
<FAILING> |
indeterministic: |
might be indeterministic |
infix: |
infixr |
iotype: |
{(_) |-> {.._#lambda508}} |
name: |
?? |
precedence: |
1 |
result-values: |
{.._#lambda508} |
signature: |
(a -> Prelude.Bool) -> Dist a -> Prelude.Float |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
possibly non-reducible on same data term |