Non-Obvious Haskell Idiom: Bind to Lambda Case
entropicthoughts.com·14h
Flag this post

Reading production Haskell code, we sometimes stumble over idioms that look confusing at first, but which show up frequently enough that they are worth learning. We have already seen

Today we’ll continue the theme of the previous article, where we try not to give names to intermediary values that are not meant to be used. The way …

Similar Posts

Loading similar posts...