Commit f59a383
feat: add MonadAsk & MonadReader instances (#208)
* feat: add MonadAsk & MonadReader instances
* Update CHANGELOG.md
* Update src/Parsing.purs
Co-authored-by: Nathan Faubion <natefaubion@users.noreply.github.com>
* Update src/Parsing.purs
Co-authored-by: James Brock <jamesbrock@gmail.com>
* fix: remove unnecessary constraint
Co-authored-by: Nathan Faubion <natefaubion@users.noreply.github.com>
Co-authored-by: James Brock <jamesbrock@gmail.com>1 parent 413fb9e commit f59a383
2 files changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
278 | 279 | | |
279 | 280 | | |
280 | 281 | | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
281 | 291 | | |
282 | 292 | | |
283 | 293 | | |
| |||
0 commit comments