Trolling Haskell

(gist.github.com)

2 points | by rascul a year ago ago

1 comments

  • tempodox a year ago

    > quchen++

    You can only `++` a mutable entity, and that would be un-Haskell-ish. Or you'd need some extravagant monad for that.