definition:
|
showSiblingAndDecl :: AOutFormat -> (TypeDecl, [(QName,Int)]) -> String
showSiblingAndDecl _ = show
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
--- Shows the result of the sibling constructors analysis, i.e.,
--- shows a tuple of a type declaration and a list of constructor
--- names together with their arities.
|
failfree:
|
_
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_) |-> {_def#show#Prelude.Show}}
|
name:
|
showSiblingAndDecl
|
precedence:
|
no precedence defined
|
result-values:
|
{_def#show#Prelude.Show}
|
signature:
|
Analysis.Types.AOutFormat
-> (FlatCurry.Types.TypeDecl, [((String, String), Prelude.Int)]) -> String
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
possibly non-terminating
|
totally-defined:
|
possibly non-reducible on same data term
|