We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c24c01 + bd26f22 commit 858fe38Copy full SHA for 858fe38
lens-person.md
@@ -0,0 +1,5 @@
1
+Updating fields of nested records is kind of annoying in Haskell. One solution
2
+is to use [lenses](https://wiki.haskell.org/Lens). Implement several record
3
+accessing functions using lenses, you may use any library you want. The test
4
+suite also allows you to avoid lenses alltogether so you can experiment with
5
+different approaches.
lens-person.yml
+---
+blurb: "(Haskell specific) use lenses to update nested records."
+common:
+ type: focus
+ focus: lenses
0 commit comments