CurryInfo: icurry-3.2.0 / ICurry.Pretty.ppConstructor

definition:
ppConstructor :: (IQName,IArity) -> Doc
ppConstructor (name,ar) = ppQName name <+> char '/' <+> int ar
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Pretty print an ICurry constructor
--- @param c the data constructor
--- @return  the pretty printed constructor
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({(,)}) |-> _}
name:
ppConstructor
precedence:
no precedence defined
result-values:
_
signature:
((String, String, Prelude.Int), Prelude.Int) -> Text.PrettyImpl.Doc
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term