CurryInfo: abstract-haskell-3.0.0 / AbstractHaskell.Goodies.ctvar

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