aboutsummaryrefslogtreecommitdiff
path: root/src/content/chapter2_flow_control/lesson05_recursion/code.gleam
diff options
context:
space:
mode:
author0riginaln0 <74508026+0riginaln0@users.noreply.github.com>2024-04-14 07:29:24 +0300
committerLouis Pilfold <louis@lpil.uk>2024-04-15 13:10:48 +0100
commite96f969c72a7106993a9e51eb781570520e41404 (patch)
treee18b330f17fb421e9863180621d7a83990efa2e1 /src/content/chapter2_flow_control/lesson05_recursion/code.gleam
parent172143aba44a047c9fc7113670900834ae62cbae (diff)
downloadtour-e96f969c72a7106993a9e51eb781570520e41404.tar.gz
tour-e96f969c72a7106993a9e51eb781570520e41404.zip
factorial(0) = 1 case added for tail_calls
Executing a factorial from zero is expected to return one, not "RangeError: Maximum call stack size exceeded"
Diffstat (limited to 'src/content/chapter2_flow_control/lesson05_recursion/code.gleam')
0 files changed, 0 insertions, 0 deletions