Last active
May 12, 2018 03:39
-
-
Save russmatney/b4d6e820599d6576d44d13a9fb039ea9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{-# 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