definition:
|
cmtfunc :: String -> QName -> Int -> Visibility -> [Context] -> TypeExpr
-> [Rule] -> FuncDecl
cmtfunc comment name arity v tc t rules =
Func comment name arity v (CType tc t) (Rules rules)
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
--- A typed function declaration with a documentation comment.
|
failfree:
|
(_, _, _, _, _, _, _)
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_,_,_,_,_,_,_) |-> {Func}}
|
name:
|
cmtfunc
|
precedence:
|
no precedence defined
|
result-values:
|
{Func}
|
signature:
|
String -> (String, String) -> Prelude.Int -> AbstractHaskell.Types.Visibility
-> [AbstractHaskell.Types.Context] -> AbstractHaskell.Types.TypeExpr
-> [AbstractHaskell.Types.Rule] -> AbstractHaskell.Types.FuncDecl
|
solution-complete:
|
operationally complete operation
|
terminating:
|
yes
|
totally-defined:
|
reducible on all ground data terms
|