CurryInfo: string-trie-0.0.2 / Data.Trie.Internal.second

definition: Info
 
second :: (a -> b) -> (c, a) -> (c, b)
second f (x, y) = (x, f y)
demand: Info
 argument 2
deterministic: Info
 deterministic operation
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,{(,)}) |-> {(,)}}
name: Info
 second
precedence: Info
 no precedence defined
result-values: Info
 {(,)}
signature: Info
 (a -> b) -> (c, a) -> (c, b)
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms