0.11.7 - ^0.12
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.