All Questions
2 questions
2
votes
1
answer
101
views
Meta Collatz Sequence
Context
Chapter 6 of Learn You A Haskell contains a function called chain, which outputs the Collatz sequence of a given input.
(In short, it takes a natural number....
6
votes
2
answers
461
views
Beta Reducer in Haskell
This is my first Haskell application, so any non-name-calling tips will be taken extremely well! It is just a beta reducer:
...