Skip to content

Instantly share code, notes, and snippets.

@pkamenarsky
Created February 10, 2016 15:15
Show Gist options
  • Save pkamenarsky/b53abbabd44e2123def6 to your computer and use it in GitHub Desktop.
Save pkamenarsky/b53abbabd44e2123def6 to your computer and use it in GitHub Desktop.
import Data.Lens
import Data.Lens.Index
viewIndex :: forall m a b. (Index m a b) => m -> a -> b
viewIndex m a = view (ix a) m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment