CurryInfo: currydoc-4.0.0 / CurryDoc.AnaInfo.getFunctionInfo

definition: Info
 
getFunctionInfo :: [(QName,a)] -> QName -> a
getFunctionInfo [] n = error ("No analysis result for function "++show n)
getFunctionInfo ((fn,fi):fnis) n = if fn == n then fi
                                              else getFunctionInfo fnis n
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Translate a standard analysis result into functional form:
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({:},_) |-> _}
name: Info
 getFunctionInfo
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 [((String, String), a)] -> (String, String) -> 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