ohua-dev / ohua-core

Core Haskell library for the compiler
https://ohua-dev.github.io
Eclipse Public License 1.0
5 stars 0 forks source link

Guard the use of tail recursion #14

Closed JustusAdam closed 5 years ago

JustusAdam commented 5 years ago

Tail recursion is needed for the standard library. But at least for the time being we would want to restrict the use of this feature to standard library authors. Mostly because we don't yet know hoe to optimize recursion and because the feature itself is unstable.

sertel commented 5 years ago

We guarded it, so I'm closing this issue.