CurryInfo: verify-non-fail-2.0.0 / Verify.WithSMT.funcsOfFuncDecl

definition: Info
 
funcsOfFuncDecl :: FuncDecl -> [QName]
funcsOfFuncDecl fd =
  nub (trRule (\_ e -> funcsInExpr e) (\_ -> []) (funcRule fd))
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Returns the names of all functions occurring in the
body of a function declaration.
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> {:,[]}}
name: Info
 funcsOfFuncDecl
precedence: Info
 no precedence defined
result-values: Info
 {:,[]}
signature: Info
 FlatCurry.Types.FuncDecl -> [(String, String)]
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 reducible on all ground data terms