definition: |
certainly :: a -> Dist a certainly x = Dist x 1.0 |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Creates a single-event-distribution with probability `1.0`. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {Dist}} |
name: |
certainly |
precedence: |
no precedence defined |
result-values: |
{Dist} |
signature: |
a -> Dist a |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |