CurryInfo: containers-3.0.0 / Data.Map.sortWithMap

definition:
sortWithMap :: Ord k => [k] -> [k]
sortWithMap l = keys (fromList (zip l (repeat ())))
demand:
argument 2
deterministic:
deterministic operation
documentation:
--- Sorts a given list by inserting and retrieving from map.
--- Duplicates are deleted.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
sortWithMap
precedence:
no precedence defined
result-values:
_
signature:
Prelude.Ord a => [a] -> [a]
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term