Y
Hacker News
new
|
ask
|
show
|
jobs
by
kazagistar
3820 days ago
From what I know, Idris does not have this constraint: you are free to introduce nontermination wherever.
1 comments
kmicklas
3819 days ago
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).
link