CurryInfo: regexp-4.1.0 / RegExp.grepShowUnique

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