Recursion in Purescript

InstructorVincent Orr

Share this video with your friends

Send Tweet

In PureScript, you pattern match against the base case to achieve recursion.

In this lesson, you will learn exactly how to do that by implementing a recursive solution to a factorial function.