CurryInfo: icurry-3.2.0 / TermGraph.SVG.!??

definition: Info
 
(!??) :: [a] -> Maybe Int -> Maybe a
_  !?? Nothing  = Nothing
xs !?? (Just i) = xs !? i
demand: Info
 argument 2
deterministic: Info
 deterministic operation
documentation: Info
 
Same as (!?) but the index can be Nothing too.
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,{Nothing}) |-> {Nothing} || (_,{Just}) |-> {Just,Nothing}}
name: Info
 !??
precedence: Info
 no precedence defined
result-values: Info
 {Just,Nothing}
signature: Info
 [a] -> Prelude.Maybe Prelude.Int -> Prelude.Maybe a
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term