definition:
|
ctfunc :: QName -> Int -> Visibility -> [Context] -> TypeExpr -> [Rule]
-> FuncDecl
ctfunc name arity v tc t rules = Func "" name arity v (CType tc t) (Rules rules)
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
--- A typed function declaration with a type context.
|
failfree:
|
(_, _, _, _, _, _)
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_,_,_,_,_,_) |-> {Func}}
|
name:
|
ctfunc
|
precedence:
|
no precedence defined
|
result-values:
|
{Func}
|
signature:
|
(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
|