definition: |
uniquely :: Bool -> Prop uniquely = (`is` id) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- The property `uniquely x` is satisfied if `x` has a deterministic value --- which is true. |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {flip}} |
name: |
uniquely |
precedence: |
no precedence defined |
result-values: |
{flip} |
signature: |
Prelude.Bool -> Test.Prop.Types.Prop |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |