We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
shift comma over for more natural phrasing
Fix typo `an prefix`
Updated Examples (markdown)
typography
fixed missing "
% => &
We already imported Control.Lens
(%) became (&)
Adding info on how to use .~ together with % for familiar assignment syntax
Added TemplateHaskell pragma to the example demonstrating makeLenses just to be entirely clear about it
Change infix to prefix
Fix type in (composed) setter example
added Examples