definition: |
deleteAll :: Ord key => [key] -> Set key -> Set key deleteAll ks s = Map.deleteAll ks s |
demand: |
argument 2 |
deterministic: |
deterministic operation |
documentation: |
--- Deletes a list of elements from a set. |
failfree: |
(_, _, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_,_) |-> _} |
name: |
deleteAll |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
Prelude.Ord a => [a] -> Data.Map.Map a () -> Data.Map.Map a () |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |