Skip to content

Commit

Permalink
optics: be clearer in parsable as number exercise
Browse files Browse the repository at this point in the history
  • Loading branch information
GoNZooo committed Aug 20, 2022
1 parent 9ec13c0 commit 67abce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basics/extras/optics.md
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ Q> "{\"a\": 4, \"b\": [{\"v\": 5}, {\"v\": 42}]}" & key "b" . values . key "v" .
keys.

2. Use a traversal to create a function that will traverse over a `Value`[0] and if it's an object,
will modify any values that are strings to be numbers if they can be read as numbers.
will modify any values that are strings to be `Number` if they can be read as numbers.

#### Exercise notes (Traversals and Folds)

Expand Down

0 comments on commit 67abce1

Please sign in to comment.