definition:
|
setInsertEquivalence :: (a -> a -> Bool) -> RedBlackTree a -> RedBlackTree a
setInsertEquivalence eqIns (RedBlackTree _ eqLk lt t) = RedBlackTree eqIns eqLk lt t
|
demand:
|
argument 2
|
deterministic:
|
deterministic operation
|
documentation:
|
--- For compatibility with old version only
|
failfree:
|
(_, _)
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_,{RedBlackTree}) |-> {RedBlackTree}}
|
name:
|
setInsertEquivalence
|
precedence:
|
no precedence defined
|
result-values:
|
{RedBlackTree}
|
signature:
|
(a -> a -> Prelude.Bool) -> RedBlackTree a -> RedBlackTree a
|
solution-complete:
|
operationally complete operation
|
terminating:
|
yes
|
totally-defined:
|
reducible on all ground data terms
|