Hacker News new | ask | show | jobs
by vrighter 145 days ago
So you want the program to always halt at some point. How would you write a deterministic test for it?
1 comments

I imagine you would use something that errs on the side of safety - e.g. insist on total functional programming and use something like Idris' totality checker.