docs(users/Profpatsch/lens): setter inline arrows
Change-Id: I22bed7bc16b69f94556142cad1079e23f3550bb1 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3846 Tested-by: BuildkiteCI Reviewed-by: Profpatsch <mail@profpatsch.de>
This commit is contained in:
parent
539884f7ad
commit
d08fbd79c7
1 changed files with 2 additions and 0 deletions
|
@ -89,6 +89,8 @@ let
|
|||
(attrs: a: attrs // { ${name} = a; });
|
||||
|
||||
# Setter :: (->) a b -> (->) s t
|
||||
# Setter :: (a -> b) -> (s -> t)
|
||||
|
||||
|
||||
# Subclasses of profunctor for (->).
|
||||
# We only have Strong for now, but when we implement Choice we need to add it here.
|
||||
|
|
Loading…
Reference in a new issue