definition: |
applyTC :: QName -> [CTypeExpr] -> CTypeExpr applyTC f es = foldl CTApply (CTCons f) es |
demand: |
argument 2 |
deterministic: |
deterministic operation |
documentation: |
--- A type application of a qualified type constructor name to a list of --- argument types. |
failfree: |
(_, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_) |-> _} |
name: |
applyTC |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
(String, String) -> [AbstractCurry.Types.CTypeExpr] -> AbstractCurry.Types.CTypeExpr |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |