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