definition: |
ctvar :: String -> CTypeExpr ctvar s = CTVar (1,s) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Converts a string into a type variable with index 1. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {CTVar}} |
name: |
ctvar |
precedence: |
no precedence defined |
result-values: |
{CTVar} |
signature: |
String -> AbstractCurry.Types.CTypeExpr |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |