Skip to content

Instantly share code, notes, and snippets.

@russmatney
Last active May 12, 2018 03:39
Show Gist options
  • Save russmatney/b4d6e820599d6576d44d13a9fb039ea9 to your computer and use it in GitHub Desktop.
Save russmatney/b4d6e820599d6576d44d13a9fb039ea9 to your computer and use it in GitHub Desktop.
{-# LANGUAGE OverloadedStrings #-}
module LensCheatSheet where
import Control.Lens
import Data.Text
import qualified Data.Text as T
import qualified Data.HashMap.Lazy as HM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment