commit 8337134 (2022-01-23 09:56:47 -0500) Torsten Scholak: treat lists as maybe + nonempty

Nil.

Posted on Jan 1, 2022

1 min read

Nil.

Nil.

Next Post

Unrecurse -- A Recursive Function That Doesn't Recurse

Jan 20, 2022

Have you ever wanted to write a recursive function and wondered what would happen if someone took away recursion from Haskell? Say goodbye to recursive function calls, say goodbye to recursive data types. How sad Haskell would be without them! I'm sure that thought must have occured to you -- if not, what are you even doing here?! Well, this article has you covered should that day ever come. After reading it, you will know how to write a recursive function that doesn't recurse.