CurryInfo: base-3.4.0 / Test.Prop.valuesOf

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