CurryInfo: redblacktree-3.0.0 / Data.RedBlackTree.lookup

definition: Info
 
lookup :: a -> RedBlackTree a -> Maybe a
lookup p (RedBlackTree _ eqLk lt t) = lookupTree eqLk lt p t
demand: Info
 argument 2
deterministic: Info
 deterministic operation
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,{RedBlackTree}) |-> {Just,Nothing}}
name: Info
 lookup
precedence: Info
 no precedence defined
result-values: Info
 {Just,Nothing}
signature: Info
 a -> RedBlackTree a -> Prelude.Maybe a
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 possibly non-reducible on same data term