CurryInfo: abstract-curry-4.0.0 / AbstractCurry.Build.stFunc

definition:
stFunc :: QName -> Int -> CVisibility -> CTypeExpr -> [CRule] -> CFuncDecl
stFunc name arity vis texp rs = cfunc name arity vis (emptyClassType texp) rs
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- Constructs a `CFunc` with simple (unqualified) type expression.
failfree:
(_, _, _, _, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_,_,_,_) |-> _}
name:
stFunc
precedence:
no precedence defined
result-values:
_
signature:
(String, String) -> Prelude.Int -> AbstractCurry.Types.CVisibility
-> AbstractCurry.Types.CTypeExpr -> [AbstractCurry.Types.CRule]
-> AbstractCurry.Types.CFuncDecl
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms