CurryInfo: property-prover-2.0.0 / Inference.Simplification.\\\

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