definition: |
(#) :: (Eq a, Show a) => a -> Int -> Prop x # n = test x ((n==) . length . nub) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- The property `x # n` is satisfied if `x` has `n` values. |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
infix |
iotype: |
{(_,_,_,_) |-> {Prop}} |
name: |
# |
precedence: |
1 |
result-values: |
{Prop} |
signature: |
(Prelude.Eq a, Prelude.Show a) => a -> Prelude.Int -> 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 |