Improve HACKING.md

This commit is contained in:
Julian Ospald 2020-04-13 21:11:00 +02:00
parent faf4f3b7ca
commit ac73090784
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ They're a little safer (less Monoid weirdness with view) and have better error m
vs optics
```
view (_Just % to (++ "abc")) Nothing
> view (_Just % to (++ "abc")) Nothing
<interactive>:2:1: error:
• An_AffineFold cannot be used as A_Getter