mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-11-23 16:19:41 +03:00
Update lens reference in README
This commit is contained in:
parent
18d005e322
commit
9d63dfd89f
10
README.md
10
README.md
@ -45,11 +45,11 @@ right away:
|
||||
* Attribute management is flexible and can be customized at runtime on
|
||||
a per-widget basis.
|
||||
|
||||
`brick` exports [lens](http://github.com/ekmett/lens) and non-`lens`
|
||||
interfaces for most things, so you can get the full power of `lens` if
|
||||
you want it or use plain Haskell if you don't. If a `brick` library
|
||||
function named `thing` has a `lens` version, the `lens` version is named
|
||||
`thingL`.
|
||||
`brick` exports
|
||||
[microlens](http://hackage.haskell.org/package/microlens) and non-lens
|
||||
interfaces for most things, so you can get the power of lenses if
|
||||
desired or use plain Haskell if you don't. If a `brick` library function
|
||||
named `thing` has a lens version, the lens version is named `thingL`.
|
||||
|
||||
Getting Started
|
||||
---------------
|
||||
|
Loading…
Reference in New Issue
Block a user