You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,16 +30,20 @@ values within nested data structures. As in:
30
30
## Installation
31
31
32
32
```
33
+
# with Bower
33
34
bower install purescript-profunctor-lenses
35
+
36
+
# with Spago
37
+
spago install profunctor-lenses
34
38
```
35
39
36
40
## Documentation
37
41
38
-
Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-profunctor-lenses).
39
-
40
-
You can find examples in the [tests](test/Main.purs) and the [examples](examples/README.md) directory.
42
+
Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-profunctor-lenses). You can find examples in the [tests](test/Main.purs) and the [examples](examples/README.md) directory.
41
43
42
-
There is an [ebook](https://leanpub.com/lenses).
44
+
There are other in-depth materials for learning about profunctor optics and lenses in PureScript.
45
+
* A book, [Lenses for the Mere Mortal](https://leanpub.com/lenses)
46
+
* A long-form guide, [Practical Profunctor Lenses & Optics in PureScript](https://thomashoneyman.com/articles/practical-profunctor-lenses-optics)
0 commit comments