definition: |
grepShowUnique :: Ord a => Reg (Int, a) AllRange -> [a] -> [[a]] grepShowUnique re s = nub (grepShow re s) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
-- As grepShow but without doubles. |
failfree: |
(_, _, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_,_) |-> {:,[]}} |
name: |
grepShowUnique |
precedence: |
no precedence defined |
result-values: |
{:,[]} |
signature: |
Prelude.Ord a => Reg (Prelude.Int, a) AllRange -> [a] -> [[a]] |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |