CurryInfo: currydoc-4.0.0 / CurryDoc.CDoc.newconsSignature

definition:
newconsSignature :: NewConsDecl -> (QName, [TypeExpr])
newconsSignature (NewCons (mName, cName) _ tExpr) =
  ((mName, cName), map removeForall [tExpr])
demand:
argument 1
deterministic:
deterministic operation
documentation:
-- generate data and type constructors
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({NewCons}) |-> {(,)}}
name:
newconsSignature
precedence:
no precedence defined
result-values:
{(,)}
signature:
FlatCurry.Types.NewConsDecl -> ((String, String), [FlatCurry.Types.TypeExpr])
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms