|
|
|
|
|
by opnitro
1652 days ago
|
|
A type system being turing complete really isn't a problem.
You bound the recursion depth in practice, and the chance of a real world programming hitting that limit is minuscule.
Lot's of other languages have turing complete type systems, subtyping and typeclasses lead towards it. |
|