From af5958d3a313f92ed61ed3a1c0bb721794f8e1e9 Mon Sep 17 00:00:00 2001 From: Michael Thompson Date: Thu, 28 Jan 2016 14:42:30 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b405192..9316fe2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ lens-simple ================== -`Lens-Simple` makes it easier to use the combinators from the original van Laarhoven-O'Connor lens library: Russell O'Connor's [`lens-family`](http://hackage.haskell.org/package/lens-family-core) package. Despite its simplicity, O'Connor's package has a rather complicated structure. The `zoom` preferred here is from `Lens.Family.State.Strict`. `makeLenses` and `makeTraversals` & co are re-exported from Dan Burton's [`lens-family-th`](http://hackage.haskell.org/package/lens-family-th). +`Lens-Simple` makes it easier to use the combinators from the original van Laarhoven-O'Connor lens library: Russell O'Connor's [`lens-family`](http://hackage.haskell.org/package/lens-family-core) package. For various reasons, O'Connor's package has a rather complicated structure; our purpose here is to ignore all this. The `zoom` preferred here is from `Lens.Family.State.Strict`. `makeLenses` and `makeTraversals` & co are re-exported from Dan Burton's [`lens-family-th`](http://hackage.haskell.org/package/lens-family-th).