You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 18, 2026. It is now read-only.
Description
In #152, we discovered a case that when
factorialis replaced by!, the behavior is not desirable.In particular, when defining a recursive function
factorialwithstyle=ALGORITHMIC, e.g.we should not replace
factorialwith!in the recursive case, because that is also the name of the function.Expected behavior
factorialshould stay asfactorial.