CurryInfo: base-3.4.0 / Data.List.nub

definition: Info
 
nub                   :: Eq a => [a] -> [a]
nub xs                 = nubBy (==) xs
demand: Info
 argument 2
deterministic: Info
 deterministic operation
documentation: Info
 
Removes all duplicates in the argument list.
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> {:,[]}}
name: Info
 nub
precedence: Info
 no precedence defined
result-values: Info
 {:,[]}
signature: Info
 Prelude.Eq a => [a] -> [a]
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 reducible on all ground data terms