CurryInfo: icurry-3.2.0 / TermGraph.SVG.absMax

definition:
 
absMax :: (Ord a, Num a) => a -> a -> a
absMax x y = if (abs x) > (abs y) then x else y
demand:
 argument 1
deterministic:
 deterministic operation
failfree:
 (_, _, _, _)
indeterministic:
 referentially transparent operation
infix:
 no fixity defined
iotype:
 {(_,_,_,_) |-> _}
name:
 absMax
precedence:
 no precedence defined
result-values:
 _
signature:
 (Prelude.Ord a, Prelude.Num a) => a -> a -> a
solution-complete:
 operation might suspend on free variables
terminating:
 yes
totally-defined:
 reducible on all ground data terms