|
|
|
|
|
by Dylan16807
2886 days ago
|
|
> I need my typechecker be total. Recursion limits make it total, very easily. > And you don't need turing completeness for arithmetic and recursion. Yes you do. If you allow basic arithmetic to recurse n times, it can simulate n iterations of a turing machine. |
|