CurryInfo: call-analysis-3.2.0 / Analysis.consDTerm

definition:
consDTerm :: Int -> String -> [DTerm] -> DTerm
consDTerm maxdepth c args = cutDTerm maxdepth (DCons c args)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- apply constructor on depth-k terms
failfree:
(_, _, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_,_) |-> {CutVar,DBot,DCons}}
name:
consDTerm
precedence:
no precedence defined
result-values:
{CutVar,DBot,DCons}
signature:
Prelude.Int -> String -> [DTerm] -> DTerm
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term