Skip to content

Conversation

@kiankyars
Copy link

@kiankyars kiankyars commented Nov 11, 2025

I have been making corrections as I have gone through the course. Some of the corrections here are Grammar, others are not:

I changed the explanation for tail recursion since it was not intuitive to me.

There is a side note about the constructors of either, which if you look at the code should come earlier, so I moved it earlier.

…nners.

A function can “directly call itself with different arguments” without being tail-recursive. For example:

factorial n = n * factorial (n-1)

This is not tail-recursive, even though it directly calls itself.
kiankyars referenced this pull request Nov 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant