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

definition: Info
 
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: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
A typed function declaration with a documentation comment.
failfree: Info
 (_, _, _, _, _, _, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_,_,_,_,_,_) |-> {Func}}
name: Info
 cmtfunc
precedence: Info
 no precedence defined
result-values: Info
 {Func}
signature: Info
 String -> (String, String) -> Prelude.Int -> AbstractHaskell.Types.Visibility
-> [AbstractHaskell.Types.Context] -> 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