Skip to content

Instantly share code, notes, and snippets.

@danidiaz
Last active August 29, 2015 13:56
Show Gist options
  • Select an option

  • Save danidiaz/8881568 to your computer and use it in GitHub Desktop.

Select an option

Save danidiaz/8881568 to your computer and use it in GitHub Desktop.
-- view
getConst . _env Const $ shell "foo.bat"
-- over
runIdentity . _1 (Identity . (+1)) $ (1,1)
-- a fold (?)
getConst . _Nothing (\x -> Const [x]) $ Just 'a'
-- a prism (?)
getFirst . getConst . _Nothing (Const . First . Just) $ Just 'a'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment