definition: |
tConst :: f -> Term f tConst c = TermCons c [] |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Returns a term with the given constructor and no argument terms. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {TermCons}} |
name: |
tConst |
precedence: |
no precedence defined |
result-values: |
{TermCons} |
signature: |
a -> Term a |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |