CurryInfo: call-analysis-3.2.0 / Analysis.consDTerm

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