definition:
|
stCmtFunc :: String -> QName -> Int -> CVisibility -> CTypeExpr -> [CRule]
-> CFuncDecl
stCmtFunc cm name arity vis texp rs =
cmtfunc cm name arity vis (emptyClassType texp) rs
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
-- Constructs a `CmtFunc` with simple (unqualified) type expression.
|
failfree:
|
(_, _, _, _, _, _)
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_,_,_,_,_,_) |-> _}
|
name:
|
stCmtFunc
|
precedence:
|
no precedence defined
|
result-values:
|
_
|
signature:
|
String -> (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
|