We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9032569 + f247ee4 commit 2e85facCopy full SHA for 2e85fac
doc/Language/haskell-to-p6.pod6
@@ -540,7 +540,7 @@ TODO
540
=head1 Tail Call Optimization or Tail Call Elimination
541
542
Haskell and many other functional programming languages use tail call optimization, also
543
-sometimes called tail tall elimination, to remove the stack overhead of some types
+sometimes called tail call elimination, to remove the stack overhead of some types
544
of recursive function calls.
545
546
There is nothing in the Raku language specification forbidding the implementation of this
0 commit comments