Hacker News new | ask | show | jobs
by dllthomas 3818 days ago
Almost arbitrarily - they must be computable... ;)
1 comments

From what I know, Idris does not have this constraint: you are free to introduce nontermination wherever.
You're correct that Idris doesn't force termination. That doesn't let you compute non-computable functions though (e.g. the busy beaver function).