Hacker News new | ask | show | jobs
by codygman 3882 days ago
Why:

    go  h = let m = put h "0" >> put h "1" >> m in m
Rather than:

    go  h = put h "0" >> put h "1"
Oh, recursion...