|
definition: |
valuesOf :: a -> [a] valuesOf = error "Test.Prop.valuesOf undefined. Use Test.EasyCheck to actually run it!" |
|
demand: |
no demanded arguments |
|
deterministic: |
deterministic operation |
|
documentation: |
Computes the list of all values of the given argument according to a given strategy (here: randomized diagonalization of levels with flattening). |
|
failfree: |
() |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{}
|
|
name: |
valuesOf |
|
precedence: |
no precedence defined |
|
result-values: |
{}
|
|
signature: |
a -> [a] |
|
solution-complete: |
operation might suspend on free variables |
|
terminating: |
yes |
|
totally-defined: |
reducible on all ground data terms |