CurryInfo: currybrowse-3.0.0 / CurryBrowseAnalysis.Overlapping.isOverlappingFunction

definition:
isOverlappingFunction :: FuncDecl -> Bool
isOverlappingFunction (Func _ _ _ _ (Rule _ e))   = orInExpr e
isOverlappingFunction (Func f _ _ _ (External _)) = f==("Prelude","?")
demand:
argument 1
deterministic:
deterministic operation
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({Func}) |-> _}
name:
isOverlappingFunction
precedence:
no precedence defined
result-values:
_
signature:
FlatCurry.Types.FuncDecl -> Prelude.Bool
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms