タグ

ブックマーク / medium.com/@russmatney (1)

  • Haskell Lens Operator Onboarding

    Lenses are immensely useful to the Haskell programmer, but suffer from a discovery problem — without enough exposure or experience, it’s hard to know which operator to use in a given situation. This post provides explanations for common lens operators as well as example-driven references for developers just getting started with lenses. There is prior art for lens-related reading — we’ve pulled tog

    Haskell Lens Operator Onboarding
    igrep
    igrep 2018/05/26
    ^はviewのvを上下逆さまにしたもの、~はsetのsを回転させたもの、%はmoduloとmodifyをかけている。なるほど…。
  • 1