definition: |
fcList :: TypeExpr -> TypeExpr fcList te = TCons (pre "[]") [te] |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Constructs a FlatCurry type list. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {TCons}} |
name: |
fcList |
precedence: |
no precedence defined |
result-values: |
{TCons} |
signature: |
FlatCurry.Types.TypeExpr -> FlatCurry.Types.TypeExpr |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |