CurryInfo: redblacktree-3.0.0 / Data.Set.RBTree.insertMulti

definition: Info
 
insertMulti :: Eq a => a -> SetRBT a -> SetRBT a
insertMulti e = RBT.setInsertEquivalence (==)
              . RBT.update e
              . RBT.setInsertEquivalence (\ _ _ -> False)
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Inserts an element into a multiset.
Thus, the same element can have several occurrences in the multiset.
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> {.._#lambda508}}
name: Info
 insertMulti
precedence: Info
 no precedence defined
result-values: Info
 {.._#lambda508}
signature: Info
 Prelude.Eq a => a -> Data.RedBlackTree.RedBlackTree a
-> Data.RedBlackTree.RedBlackTree a
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 possibly non-reducible on same data term