Skip to content

Commit

Permalink
Derp. ALens' takes 2 args
Browse files Browse the repository at this point in the history
  • Loading branch information
ekmett committed Feb 15, 2013
1 parent d4f6f2c commit ca6d65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Control/Lens/Loupe.hs
Expand Up @@ -84,7 +84,7 @@ type SimpleLoupe s a = Loupe s s a a

type ALens s t a b = Loupe s t a b

type ALens' s t a b = Loupe s s a a
type ALens' s a = Loupe s s a a

-- | A 'Loupe'-specific version of ('Control.Lens.Getter.^.')
--
Expand Down

0 comments on commit ca6d65f

Please sign in to comment.