Skip to content

Commit

Permalink
Fix documentation for Optic'. Closes #581
Browse files Browse the repository at this point in the history
  • Loading branch information
Taneb committed Aug 6, 2015
1 parent 48baf1b commit 3a534bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Control/Lens/Type.hs
Expand Up @@ -545,7 +545,7 @@ type Simple f s a = f s s a a
type Optic p f s t a b = p a (f b) -> p s (f t)

-- | @
-- type 'Optic'' p q f s a = 'Simple' ('Optic' p q f) s a
-- type 'Optic'' p f s a = 'Simple' ('Optic' p f) s a
-- @
type Optic' p f s a = Optic p f s s a a

Expand Down

0 comments on commit 3a534bb

Please sign in to comment.