CurryInfo: abstract-haskell-3.0.0 / AbstractHaskell.Goodies.tfunc

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