definition:
|
depthDom :: Int -> ADom DTerm
depthDom k = ADom DBot (const CutVar) (consDTerm k) matchDTerms lessDSpecific
showDTerm applyPrimDTerm
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
-- The structure of the depth-k domain (where the depth is given as an
-- argument):
|
failfree:
|
<FAILING>
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_) |-> {ADom}}
|
name:
|
depthDom
|
precedence:
|
no precedence defined
|
result-values:
|
{ADom}
|
signature:
|
Prelude.Int -> ADom DTerm
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
possibly non-terminating
|
totally-defined:
|
possibly non-reducible on same data term
|